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

Unified Diff: chrome/test/BUILD.gn

Issue 799643004: Combine PDF plugin into the Chromium binary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index e2f3c38e5f362864c5779b659f81607053e32cc3..872bba59ba9c4f22b5e8c9e99c05dbc1cc3ad111 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -171,6 +171,9 @@ source_set("test_support") {
"ppapi/ppapi_test.cc",
"ppapi/ppapi_test.h",
]
+ deps += [
+ "//pdf",
+ ]
}
if (use_ash) {
@@ -242,7 +245,6 @@ if (!is_android) {
"//net",
"//net:net_resources",
"//net:test_support",
- "//pdf",
#"//ppapi:ppapi_tests", # TODO(GYP) this doesn't exist yet.
"//skia",

Powered by Google App Engine
This is Rietveld 408576698