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

Unified Diff: chrome/chrome_resources.gyp

Issue 189763002: Remove chrome.pak and its references. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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 | « chrome/chrome_repack_chrome.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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']
},
{
« no previous file with comments | « chrome/chrome_repack_chrome.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698