From 1d13fb7be58a0909f532e4f4da572e69ecbb2c8e Mon Sep 17 00:00:00 2001 From: weili Date: Fri, 1 Jul 2016 15:59:48 -0700 Subject: Enable compiling with clang chrome plugins for GYP build For standalone build, enable the compilation with clang_use_chrome_plugins. Also remove the previous clang_use_pdfium_plugins to be consistent with chrome build, also avoid errors on chromeos_ozone build. BUG=pdfium:469 Review-Url: https://codereview.chromium.org/2115813002 --- xfa.gyp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xfa.gyp') diff --git a/xfa.gyp b/xfa.gyp index 6a0d56225d..791a91d52a 100644 --- a/xfa.gyp +++ b/xfa.gyp @@ -2,6 +2,9 @@ "variables": { "chromium_code": 1, "pdf_enable_v8%": 1, + "variables": { + 'clang_use_chrome_plugins': 1, + }, }, "target_defaults": { "defines": [ -- cgit v1.2.3