Index: chrome/chrome.gyp |
=================================================================== |
--- chrome/chrome.gyp (revision 26734) |
+++ chrome/chrome.gyp (working copy) |
@@ -214,6 +214,11 @@ |
'-D', '<(chrome_build)', |
'-E', '<(branded_env)', |
], |
+ 'conditions': [ |
+ ['use_titlecase_in_grd_files==1', { |
+ 'action': ['-D', 'use_titlecase'], |
+ }], |
+ ], |
'message': 'Generating resources from <(RULE_INPUT_PATH)', |
}, |
], |
@@ -294,6 +299,9 @@ |
['chromeos==1', { |
'action': ['-D', 'chromeos'], |
}], |
+ ['use_titlecase_in_grd_files==1', { |
+ 'action': ['-D', 'use_titlecase'], |
+ }], |
], |
'message': 'Generating resources from <(RULE_INPUT_PATH)', |
}, |
@@ -348,6 +356,9 @@ |
['chromeos==1', { |
'action': ['-D', 'chromeos'], |
}], |
+ ['use_titlecase_in_grd_files==1', { |
+ 'action': ['-D', 'use_titlecase'], |
+ }], |
], |
'message': 'Generating resources from <(input_path)', |
}, |