Index: chrome/chrome_resources.gyp |
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp |
index 6edb8194c8477a9f4c228ad2f04b7f8f308ace50..26594802827b98d9607e538275d55ed1be331042 100644 |
--- a/chrome/chrome_resources.gyp |
+++ b/chrome/chrome_resources.gyp |
@@ -2,8 +2,14 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
{ |
+ 'includes': { |
+ 'chrome_features.gypi', |
+ }, |
'variables': { |
+ # Apply Chrome-specific grit settings to all grit actions in this file. |
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
+ 'grit_additional_defines': [ '<@(chrome_grit_defines)' ], |
+ |
'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/internal/additional_modules_list.txt', |
}, |
'targets': [ |