From 1ae572e7e35b52ce4897d1715c005a1b0f79526a Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 27 Apr 2016 13:02:24 -0700 Subject: 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 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index b4a6771344..133fee86c2 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -3,8 +3,8 @@ # found in the LICENSE file. import("//build_overrides/v8.gni") +import("//build_overrides/pdfium.gni") import("//testing/test.gni") -import("pdfium.gni") config("pdfium_config") { cflags = [] -- cgit v1.2.3