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

Unified Diff: build/secondary/tools/grit/grit_rule.gni

Issue 356303002: First pass on adding a chrome/browser GN target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « build/config/features.gni ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/tools/grit/grit_rule.gni
diff --git a/build/secondary/tools/grit/grit_rule.gni b/build/secondary/tools/grit/grit_rule.gni
index 1e67474802bf1366e2b058e6befe8bd5185ab173..150615cdea964bfdc0e5ab1c71aa021e81b50e0b 100644
--- a/build/secondary/tools/grit/grit_rule.gni
+++ b/build/secondary/tools/grit/grit_rule.gni
@@ -54,6 +54,18 @@ if (enable_extensions) {
if (enable_plugins) {
grit_defines += [ "-D", "enable_plugins" ]
}
+if (enable_task_manager) {
+ grit_defines += [ "-D", "enable_task_manager" ]
+}
+if (enable_app_list) {
+ grit_defines += [ "-D", "enable_app_list" ]
+}
+if (enable_service_discovery) {
+ grit_defines += [ "-D", "enable_service_discovery" ]
+}
+if (enable_wifi_bootstrapping) {
+ grit_defines += [ "-D", "enable_wifi_bootstrapping" ]
+}
# TODO(GYP) the rest of the grit_defines from the gyp build.
« no previous file with comments | « build/config/features.gni ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698