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

Unified Diff: chrome/tools/build/win/FILES.cfg

Issue 10825111: Repack separate 100 / 200 / touch_100 / touch_200 files into single pak files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: chrome/tools/build/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 8d84fdd50482508187c1ae5b0c4a7516f63d22aa..9e037680038e92976915f388131994bd5a14d97d 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -70,6 +70,23 @@ FILES = [
'filegroup': ['default', 'symsrc'],
},
{
+ 'filename': 'chrome_100_percent.pak',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['dev', 'official'],
+ },
+ {
+ 'filename': 'chrome_200_percent.pak',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['dev', 'official'],
+ 'optional': ['dev', 'official'],
+ },
+ {
+ 'filename': 'chrome_touch_100_percent.pak',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['dev', 'official'],
+ 'optional': ['dev', 'official'],
+ },
+ {
'filename': 'crash_service.exe',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
@@ -351,34 +368,6 @@ FILES = [
'buildtype': ['dev', 'official'],
},
{
- 'filename': 'theme_resources_100_percent.pak',
- 'arch': ['32bit', '64bit'],
- 'buildtype': ['dev', 'official'],
- },
- {
- 'filename': 'theme_resources_200_percent.pak',
- 'arch': ['32bit', '64bit'],
- 'buildtype': ['dev', 'official'],
- 'optional': ['dev', 'official'],
- },
- {
- 'filename': 'theme_resources_touch_100_percent.pak',
- 'arch': ['32bit', '64bit'],
- 'buildtype': ['dev', 'official'],
- 'optional': ['dev', 'official'],
- },
- {
- 'filename': 'ui_resources_100_percent.pak',
- 'arch': ['32bit', '64bit'],
- 'buildtype': ['dev', 'official'],
- },
- {
- 'filename': 'ui_resources_200_percent.pak',
- 'arch': ['32bit', '64bit'],
- 'buildtype': ['dev', 'official'],
- 'optional': ['dev', 'official'],
- },
- {
'filename': 'wow_helper.exe',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],

Powered by Google App Engine
This is Rietveld 408576698