diff options
author | fqj <fqj@chromium.org> | 2015-11-05 03:03:29 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-05 11:04:11 +0000 |
commit | 8ef898c7c836d61f186ea475ca100201de8adc92 (patch) | |
tree | 5b3977f9ca303894927f134902d48217521ce291 /build/chrome_settings.gypi | |
parent | d017082377c2d6ff16de0724258974189c161970 (diff) | |
download | chromium_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.gypi | 2 |
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"', { |