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

Unified Diff: chrome/chrome_resources.gyp

Issue 22339020: Remove chrome.pak references, build resources into resources.pak (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove chrome.pak references so 'all' builds Created 7 years, 4 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_resources.gypi ('k') | chrome/common/descriptors_android.h » ('j') | 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 30840648424f94eba962f63c07e5e8cb7c4191b8..2572b46e7ca0e02ec81ae68dfd4cff44e90fdb3d 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -319,9 +319,6 @@
],
'actions': [
{
- 'includes': ['chrome_repack_chrome.gypi']
- },
- {
'includes': ['chrome_repack_locales.gypi']
},
{
@@ -373,12 +370,6 @@
{
'destination': '<(PRODUCT_DIR)',
'files': [
- '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak'
- ],
- },
- {
- 'destination': '<(PRODUCT_DIR)',
- 'files': [
'<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak'
],
},
« no previous file with comments | « chrome/chrome_repack_resources.gypi ('k') | chrome/common/descriptors_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698