| Index: chrome/chrome_resources.gyp
|
| diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
|
| index 6d15442f159fecfe906d955c14ffabd7ad1272a8..3036b0869dbd7fcbf67db75711e3bc0e5548dd24 100644
|
| --- a/chrome/chrome_resources.gyp
|
| +++ b/chrome/chrome_resources.gyp
|
| @@ -203,6 +203,11 @@
|
| 'variables': {
|
| 'grit_grd_file': 'browser/browser_resources.grd',
|
| 'grit_additional_defines': [
|
| + # TODO(dbeam): 'chrome_grit_defines' should just be appended to
|
| + # this list of 'grit_additional_defines' via the top of this file,
|
| + # but they're not for some reason. Maybe because they're in
|
| + # different scopes?
|
| + '<@(chrome_grit_defines)',
|
| '-E', 'additional_modules_list_file=<(additional_modules_list_file)',
|
| '-E', 'root_gen_dir=<(SHARED_INTERMEDIATE_DIR)',
|
| ],
|
|
|