Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Unified Diff: BUILD.gn

Issue 2283883002: Roll DEPS for build to b73bafdd. (Closed)
Patch Set: more rolls Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 68c09502e7c11c4632477afceb8a0f91cf654c7b..0a21cca706b7b0ac996fbe2f1f29f0b9696e0607 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698