diff options
author | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-26 15:11:00 +0000 |
---|---|---|
committer | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-26 15:11:00 +0000 |
commit | 99c423c8b98003e4c155365b25c1af1822887c1a (patch) | |
tree | 1ed133b1d0ba2867c9f94873c309470c687f62f3 /chrome/tools | |
parent | 6078a71e7b8f99e84f3e859878a10a3afddf2eb6 (diff) | |
download | chromium_src-99c423c8b98003e4c155365b25c1af1822887c1a.zip chromium_src-99c423c8b98003e4c155365b25c1af1822887c1a.tar.gz chromium_src-99c423c8b98003e4c155365b25c1af1822887c1a.tar.bz2 |
Clean-up some Windows FILES.cfg items.
- Add missing devtools_frontend.zip in prep for removing the hard-coded
reference from archive_build.py.
- mini_installer.exe exists on both dev and official builds. Hard-coded
reference in archive_build.py will be removed.
- Remove old 'symbols' filegroup from official-only files, since that is
only used in archive_build.py (and even there it will go away soon).
Review URL: https://chromiumcodereview.appspot.com/10154011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134106 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/build/win/FILES.cfg | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg index c0c7a51..efc4760 100644 --- a/chrome/tools/build/win/FILES.cfg +++ b/chrome/tools/build/win/FILES.cfg @@ -529,6 +529,12 @@ FILES = [ 'buildtype': ['dev', 'official'], 'archive': 'remoting-webapp.zip', }, + { + 'filename': 'devtools_frontend.zip', + 'arch': ['32bit', '64bit'], + 'buildtype': ['dev'], + 'archive': 'devtools_frontend.zip', + }, # Cloud Print virtual driver files: { 'filename': 'gcp_portmon.dll', @@ -616,7 +622,7 @@ FILES = [ { 'filename': 'mini_installer.exe', 'arch': ['32bit', '64bit'], - 'buildtype': ['official'], + 'buildtype': ['dev', 'official'], 'archive': 'mini_installer.exe', 'filegroup': ['symsrc'], }, @@ -757,13 +763,11 @@ FILES = [ 'arch': ['32bit', '64bit'], 'buildtype': ['official'], 'archive': 'chrome-win32-syms.zip', - 'filegroup': ['symbols'], }, { 'filename': 'syzygy/mini_installer.pdb', 'arch': ['32bit', '64bit'], 'buildtype': ['official'], 'archive': 'chrome-win32-syms.zip', - 'filegroup': ['symbols'], }, ] |