summaryrefslogtreecommitdiffstats
path: root/build/chrome_settings.gypi
diff options
context:
space:
mode:
authorfqj <fqj@chromium.org>2015-11-05 03:03:29 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-05 11:04:11 +0000
commit8ef898c7c836d61f186ea475ca100201de8adc92 (patch)
tree5b3977f9ca303894927f134902d48217521ce291 /build/chrome_settings.gypi
parentd017082377c2d6ff16de0724258974189c161970 (diff)
downloadchromium_src-8ef898c7c836d61f186ea475ca100201de8adc92.zip
chromium_src-8ef898c7c836d61f186ea475ca100201de8adc92.tar.gz
chromium_src-8ef898c7c836d61f186ea475ca100201de8adc92.tar.bz2
fix breaking third parties using grit
BUG= Review URL: https://codereview.chromium.org/1419503006 Cr-Commit-Position: refs/heads/master@{#358025}
Diffstat (limited to 'build/chrome_settings.gypi')
-rw-r--r--build/chrome_settings.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/chrome_settings.gypi b/build/chrome_settings.gypi
index e9c7535..646b209 100644
--- a/build/chrome_settings.gypi
+++ b/build/chrome_settings.gypi
@@ -8,6 +8,8 @@
'variables': {
# TODO: remove this helper when we have loops in GYP
'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'],
+ 'grit_defines': ['-D', 'version=<(version_full)'],
+ 'includes': ['util/version.gypi'],
'conditions': [
['OS=="mac"', {