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

Unified Diff: chrome/test/BUILD.gn

Issue 1478633002: Removing references to //ppapi when is_android = true (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make assert android-only Created 5 years, 1 month 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 4b40d6946503710312b39790844e9e5d3c6f8230..4f77c11085ae68b1a3e2833b82c9e7b4d091ca64 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -155,7 +155,6 @@ source_set("test_support") {
"//google_apis:test_support",
"//ipc:test_support",
"//media:test_support",
- "//ppapi/shared_impl",
"//sql:test_support",
"//third_party/leveldatabase",
"//ui/base",
@@ -163,6 +162,9 @@ source_set("test_support") {
"//ui/gl",
]
}
+ if (enable_plugins) {
+ deps += [ "//ppapi/shared_impl" ]
+ }
if (is_android) {
deps -= [ "//ui/message_center:test_support" ]
« no previous file with comments | « chrome/common/BUILD.gn ('k') | components/BUILD.gn » ('j') | components/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698