summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-27 13:02:24 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-27 13:02:24 -0700
commit1ae572e7e35b52ce4897d1715c005a1b0f79526a (patch)
tree22eda1bab855a081f0a19db2bfb514da22f1faa5 /testing
parent303e525325904cd9b6a847f48951510e7dd8a45e (diff)
downloadpdfium-1ae572e7e35b52ce4897d1715c005a1b0f79526a.tar.xz
Allow overriding GN build flags
In order to enable XFA from GN builds we need to be able to override pdf_enable_xfa. To do this a build_overrides/pdfium.gni file needs to be created in Chrome. To use that, we have to create a build_overrides/pdfium.gni file in PDFium that just uses the default values. BUG=chromium:62400 Review-Url: https://codereview.chromium.org/1923333002
Diffstat (limited to 'testing')
-rw-r--r--testing/libfuzzer/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libfuzzer/BUILD.gn b/testing/libfuzzer/BUILD.gn
index 0ee8b29e38..bd6215ba1a 100644
--- a/testing/libfuzzer/BUILD.gn
+++ b/testing/libfuzzer/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("../../pdfium.gni")
+import("//build_overrides/pdfium.gni")
config("libfuzzer_config") {
defines = [