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

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: fix analyze failure Created 5 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/BUILD.gn ('k') | content/common/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 8ce7c9fa885b31233ca0b9df64c90ba7478367af..370add7085998c24f99e197620529d0245006448 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -153,7 +153,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",
@@ -161,6 +160,9 @@ source_set("test_support") {
"//ui/gl",
]
}
+ if (enable_plugins) {
+ public_deps += [ "//ppapi/shared_impl" ]
+ }
if (is_android) {
public_deps -= [ "//ui/message_center:test_support" ]
« no previous file with comments | « chrome/common/BUILD.gn ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698