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

Unified Diff: chrome/test/BUILD.gn

Issue 2576573002: Move enable_pdf to a buildflag header. (Closed)
Patch Set: No Chromecast Created 4 years 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 | « chrome/common/chrome_content_client.cc ('k') | pdf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 4fab88dcb47d14c07aa1ecda8c3677dd29409801..f2e12278f28a707073d9c4a24db016a6ffca0ef2 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -130,6 +130,7 @@ static_library("test_support") {
"//media:media_features",
"//net",
"//net:test_support",
+ "//pdf",
"//ppapi/features",
"//printing/features",
"//skia",
@@ -227,10 +228,6 @@ static_library("test_support") {
]
}
- if (enable_plugins && enable_pdf) {
- public_deps += [ "//pdf" ]
- }
-
if (use_ash) {
sources += [
"base/default_ash_event_generator_delegate.cc",
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | pdf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698