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

Unified Diff: chrome/common/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 | « chrome/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | components/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index bc8919653997bb889e57043eb0a195bacff08d8b..4075c430acf9c990151d44af4ee5d4babf2146b3 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -86,7 +86,6 @@ static_library("common") {
"//gpu/command_buffer/service",
"//gpu/config",
"//net",
- "//ppapi/shared_impl",
"//skia",
"//third_party/icu",
"//third_party/zlib:zip",
@@ -99,6 +98,10 @@ static_library("common") {
"//url",
]
+ if (enable_plugins) {
+ public_deps += [ "//ppapi/shared_impl" ]
+ }
+
if (is_ios) {
sources += [
# Use this Mac file that was filtered out.
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | components/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698