Chromium Code Reviews| 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) { |
|
tfarina
2014/06/29 19:51:10
ok
|
| + 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. |