summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-10-12 15:38:22 -0700
committerTom Sepez <tsepez@chromium.org>2015-10-12 15:38:22 -0700
commit0dfd03060be722485f44446f18e2e4eaf9344595 (patch)
tree7eb87df41149be743c2fd23045bfc44e3e846ae9 /third_party
parent181b7c40b18eda3c84c6a8bf0397b06fc1792d12 (diff)
downloadpdfium-0dfd03060be722485f44446f18e2e4eaf9344595.tar.xz
Fix XFA GN build
R=thestig@chromium.org Review URL: https://codereview.chromium.org/1401253002 .
Diffstat (limited to 'third_party')
-rw-r--r--third_party/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn
index 27b602379f..a6c9520aba 100644
--- a/third_party/BUILD.gn
+++ b/third_party/BUILD.gn
@@ -5,7 +5,7 @@
group("third_party") {
deps = [
":bigint",
- ":freetype",
+ ":fx_freetype",
":pdfium_base",
]
}
@@ -30,7 +30,7 @@ static_library("bigint") {
]
}
-source_set("freetype") {
+source_set("fx_freetype") {
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [
"//build/config/compiler:no_chromium_code",