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

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

Issue 10207021: Fix official build due to 2x.pak reference (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 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 | « no previous file | no next file » | 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 5a9aac63406430bd75aa0c0cdb50c67b4ede5686..c0c7a51a3eac4ffd4e282dbcd3ea609c5bf58e66 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -352,9 +352,16 @@ FILES = [
'buildtype': ['dev', 'official'],
},
{
+ 'filename': 'theme_resources_2x.pak',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['dev', 'official'],
+ 'optional': ['dev', 'official'],
+ },
+ {
'filename': 'theme_resources_metro_1x.pak',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
+ 'optional': ['dev', 'official'],
},
{
'filename': 'ui_resources_standard.pak',
@@ -362,6 +369,12 @@ FILES = [
'buildtype': ['dev', 'official'],
},
{
+ 'filename': 'ui_resources_2x.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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698