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

Unified Diff: content/app/BUILD.gn

Issue 1922613003: Add blimp to root GN check_targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from brettw Created 4 years, 8 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 | « blimp/net/BUILD.gn ('k') | content/ppapi_plugin/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index 8663cf89ef3c4ac0e628392943264c3c9518ea8f..00381f97e4ea4eb9f1ae0061df94da81d4999fd5 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/chrome_build.gni")
+import("//build/config/features.gni")
content_app_sources = [
"android/app_jni_registrar.cc",
@@ -52,6 +53,10 @@ if (is_win) {
]
}
+if (enable_plugins) {
Dirk Pranke 2016/04/28 00:25:40 For posterity, I think in order to address brettw'
nyquist 2016/04/28 00:56:00 I implemented both... So, in patch set 17 below yo
+ content_app_deps += [ "//content/ppapi_plugin:ppapi_plugin_sources" ]
+}
+
content_app_extra_configs = [
"//build/config/compiler:wexit_time_destructors",
"//content:content_implementation",
« no previous file with comments | « blimp/net/BUILD.gn ('k') | content/ppapi_plugin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698