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

Unified Diff: content/shell/BUILD.gn

Issue 542883003: GN: Make content and content_shell work when !enable_plugins (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months 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 | « content/renderer/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index bad7f4d6e4042dc9a49d384b624b3915a842237f..6621e63c253f173800387757b0747c612d47e1e2 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -214,7 +214,6 @@ static_library("content_shell_lib") {
"//content/app/resources",
"//content/app/strings",
"//content/gpu",
- "//content/ppapi_plugin",
"//content/public/browser",
"//content/public/common",
"//content/public/plugin",
@@ -243,6 +242,9 @@ static_library("content_shell_lib") {
"//v8",
#'copy_test_netscape_plugin', TODO(GYP)
]
+ if (enable_plugins) {
+ deps += [ "//content/ppapi_plugin" ]
+ }
if (is_win) {
#'LinkIncremental': '<(msvs_large_module_debug_link_mode)', TODO(GYP)
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698