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 --- third_party/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn index e0c9bf116e..eb1e53b3bb 100644 --- a/third_party/BUILD.gn +++ b/third_party/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") group("third_party") { deps = [ -- cgit v1.2.3