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

Unified Diff: chrome/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
« no previous file with comments | « no previous file | chrome/common/BUILD.gn » ('j') | components/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 161cf0d615d36791e548b60971e96a9d86f79d5a..2aa54b0c28015cf45cefac04d3bf3ae6d2aba4f8 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -462,7 +462,7 @@ group("browser_dependencies") {
"//chrome/common",
"//sync",
]
- if (!is_ios) {
+ if (enable_plugins) {
public_deps += [ "//ppapi/host" ]
}
« no previous file with comments | « no previous file | chrome/common/BUILD.gn » ('j') | components/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698