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 --- samples/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') diff --git a/samples/BUILD.gn b/samples/BUILD.gn index 83c510d7c8..9e18289e46 100644 --- a/samples/BUILD.gn +++ b/samples/BUILD.gn @@ -4,7 +4,7 @@ import("//build/config/sanitizers/sanitizers.gni") import("//build_overrides/v8.gni") -import("../pdfium.gni") +import("//build_overrides/pdfium.gni") group("samples") { testonly = true -- cgit v1.2.3