Index: chrome/chrome_resources.gyp |
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp |
index 83f99db54333e113ef7332de4ee2ff03d6f6b76d..f31068616209df7a0be54361fc9f2385a9fd9f2b 100644 |
--- a/chrome/chrome_resources.gyp |
+++ b/chrome/chrome_resources.gyp |
@@ -320,18 +320,10 @@ |
{ |
'target_name': 'packed_extra_resources', |
'type': 'none', |
- 'variables': { |
- 'repack_path': '../tools/grit/grit/format/repack.py', |
- }, |
'dependencies': [ |
'chrome_extra_resources', |
'packed_resources', |
], |
- 'actions': [ |
- { |
- 'includes': ['chrome_repack_resources.gypi'] |
tfarina
2014/03/07 01:36:00
ops, I shouldn't have removed this line. I'm putti
Nico
2014/03/07 01:38:10
Yah, repack_path above needs to come back too
|
- }, |
- ], |
'conditions': [ |
['OS != "mac" and OS != "ios"', { |
# We'll install the resource files to the product directory. The Mac |
@@ -367,9 +359,6 @@ |
], |
'actions': [ |
{ |
- 'includes': ['chrome_repack_chrome.gypi'] |
- }, |
- { |
'includes': ['chrome_repack_locales.gypi'] |
}, |
{ |