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

Unified Diff: content/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/test/BUILD.gn ('k') | content/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index faf6e0dc37b7aa60409faf593471932c161a7f37..92bc3be72f010cec190db124a57b2d64dacd0929 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -149,6 +149,7 @@ source_set("common") {
public_deps = [
"//gpu/command_buffer/common",
+ "//ipc",
"//third_party/WebKit/public:blink_headers",
]
deps = [
@@ -270,7 +271,7 @@ source_set("common") {
libs += [ "android" ]
}
- if (is_debug && !is_component_build) {
+ if (is_debug && !is_component_build && enable_plugins) {
# Content depends on the PPAPI message logging stuff; if this isn't here,
# some unit test binaries won't compile. This only worked in release mode
# because logging is disabled there.
« no previous file with comments | « chrome/test/BUILD.gn ('k') | content/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698