summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-11-25 13:52:41 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-25 21:53:26 +0000
commitcbc1cd295bc85219ad89326457cd7f5cf003d41c (patch)
tree0e3a72a96f31234d514aca6dd5bc13cfb45dbb7f /chrome/chrome.gyp
parent0f5c2a912fee3a13eb7be18cbfa8acefe1ca5be4 (diff)
downloadchromium_src-cbc1cd295bc85219ad89326457cd7f5cf003d41c.zip
chromium_src-cbc1cd295bc85219ad89326457cd7f5cf003d41c.tar.gz
chromium_src-cbc1cd295bc85219ad89326457cd7f5cf003d41c.tar.bz2
New build flag system, convert Google Now flag
This generates headers with build flags rather than forcing them all to be global. It includes an accessor wrapper so that references to the flags will fail if the proper header is not included. Converts Google Now to use this and remove the global google now define and grit define. Adds support for grit define values of "true" and "false" for ease of integration with GN (they are mapped to the corresponding Python "True" and "False"). Adds dependencies from the main gyp targets to the new generated feature define target. Since GYP only does hard dependencies one level, this should reduce the chance that somebody adds more of these cases and forces to add a dependency. Reland of https://codereview.chromium.org/1458653002/ TBR=mark@chromium.org Review URL: https://codereview.chromium.org/1475513006 Cr-Commit-Position: refs/heads/master@{#361741}
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index cfd46cc..9495002 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -104,6 +104,7 @@
'chrome_browser_ui.gypi',
'chrome_common.gypi',
'chrome_installer_util.gypi',
+ 'chrome_features.gypi',
],
'conditions': [
['OS!="ios"', {