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

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: 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/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
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 d0cbe2a42674f71583631986b7fd5e0fb4930897..7114a0f1bc62d692480a9e8993e7cafd91215bf3 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -95,7 +95,6 @@ static_library("common") {
"//gpu/command_buffer/service",
"//gpu/config",
"//net",
- "//ppapi/shared_impl",
"//skia",
"//third_party/icu",
"//third_party/zlib:zip",
@@ -108,6 +107,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698