diff options
Diffstat (limited to 'chrome/tools/build/chromeos')
-rw-r--r-- | chrome/tools/build/chromeos/FILES.cfg | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/chrome/tools/build/chromeos/FILES.cfg b/chrome/tools/build/chromeos/FILES.cfg index 12af170..128bd2e 100644 --- a/chrome/tools/build/chromeos/FILES.cfg +++ b/chrome/tools/build/chromeos/FILES.cfg @@ -40,6 +40,11 @@ FILES = [ 'buildtype': ['dev', 'official'], }, { + 'filename': 'chrome_100_percent.pak', + 'arch': ['32bit', '64bit'], + 'buildtype': ['dev', 'official'], + }, + { 'filename': 'chrome_sandbox', 'arch': ['32bit', '64bit'], 'buildtype': ['dev', 'official'], @@ -85,16 +90,6 @@ FILES = [ 'buildtype': ['dev', 'official'], }, { - 'filename': 'theme_resources_100_percent.pak', - 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], - }, - { - 'filename': 'ui_resources_100_percent.pak', - 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], - }, - { 'filename': 'session', 'arch': ['32bit', '64bit'], 'buildtype': ['dev'], |