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

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, 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/tools/build/linux/FILES.cfg ('k') | ui/base/resource/resource_bundle_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index f4663af2c73849721f064299db9e9e3c8d37fb6c..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,40 +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': 'webkit_resources_200_percent.pak',
- 'arch': ['32bit', '64bit'],
- 'buildtype': ['dev', 'official'],
- 'optional': ['dev', 'official'],
- },
- {
'filename': 'wow_helper.exe',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
« no previous file with comments | « chrome/tools/build/linux/FILES.cfg ('k') | ui/base/resource/resource_bundle_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698