diff options
author | thestig <thestig@chromium.org> | 2016-08-30 21:56:33 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-30 21:56:33 -0700 |
commit | c65e11ee1bef647e87f2573848d5b49a6236ecf8 (patch) | |
tree | db5dce4b661460ddb2282785531e03a67896a335 /BUILD.gn | |
parent | 77be04971c130cadbbdba04814f3d77ef25548bc (diff) | |
download | pdfium-c65e11ee1bef647e87f2573848d5b49a6236ecf8.tar.xz |
Roll DEPS for build to b73bafdd.
Also roll:
buildtools to adb8bf4e.
skia to 3ee255f2.
v8 to 3d96d7ee.
And make tweaks to get it all working.
Review-Url: https://codereview.chromium.org/2283883002
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -706,6 +706,8 @@ static_library("fxcrt") { "core/fxcrt/plex.h", "core/fxcrt/xml_int.h", ] + configs += [ ":pdfium_core_config" ] + if (pdf_enable_xfa) { sources += [ "core/fxcrt/fx_arabic.cpp", @@ -714,7 +716,6 @@ static_library("fxcrt") { "core/fxcrt/include/fx_arb.h", ] } - configs += [ ":pdfium_core_config" ] } static_library("fxge") { @@ -1691,6 +1692,8 @@ test("pdfium_embeddertests") { "//testing/gtest", ] include_dirs = [ "testing/gmock/include" ] + configs += [ ":pdfium_core_config" ] + if (pdf_enable_v8) { sources += [ "fpdfsdk/javascript/public_methods_embeddertest.cpp", @@ -1701,7 +1704,6 @@ test("pdfium_embeddertests") { deps += [ ":fxjs" ] configs += [ "//v8:external_startup_data" ] } - configs += [ ":pdfium_core_config" ] if (is_android) { ignore_all_data_deps = true use_raw_android_executable = true |