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

Unified Diff: build/chrome_settings.gypi

Issue 1419503006: fix breaking third parties using grit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | build/grit_action.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/chrome_settings.gypi
diff --git a/build/chrome_settings.gypi b/build/chrome_settings.gypi
index e9c753554de3b593998c445d6a337b6ed5ab0bfd..646b2098b63440c743b17fbccfe2abe2f3065d64 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"', {
« no previous file with comments | « no previous file | build/grit_action.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698