diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-27 01:01:47 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-27 01:01:47 +0000 |
commit | e3159f8db987b8f14dbd31b921d1ef5b55273655 (patch) | |
tree | 297152d998a2d74c105b0695b5586d7f1f4cc1ee /chrome/tools | |
parent | 8a73c96943e74d1e7ed06722ff051cf3dbcbfa00 (diff) | |
download | chromium_src-e3159f8db987b8f14dbd31b921d1ef5b55273655.zip chromium_src-e3159f8db987b8f14dbd31b921d1ef5b55273655.tar.gz chromium_src-e3159f8db987b8f14dbd31b921d1ef5b55273655.tar.bz2 |
[Chromoting] Don't archive Chromoting builds for Chromium.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/10214012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134198 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/build/linux/FILES.cfg | 2 | ||||
-rw-r--r-- | chrome/tools/build/mac/FILES.cfg | 4 | ||||
-rw-r--r-- | chrome/tools/build/win/FILES.cfg | 20 |
3 files changed, 13 insertions, 13 deletions
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg index 7f1457d..3ac25ef 100644 --- a/chrome/tools/build/linux/FILES.cfg +++ b/chrome/tools/build/linux/FILES.cfg @@ -160,7 +160,7 @@ FILES = [ { 'filename': 'remoting-webapp.zip', 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], + 'buildtype': ['official'], 'archive': 'remoting-webapp.zip', }, # Breakpad symbols: diff --git a/chrome/tools/build/mac/FILES.cfg b/chrome/tools/build/mac/FILES.cfg index 731da0b..beaf153 100644 --- a/chrome/tools/build/mac/FILES.cfg +++ b/chrome/tools/build/mac/FILES.cfg @@ -56,13 +56,13 @@ FILES = [ { 'filename': 'remoting-webapp.zip', 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], + 'buildtype': ['official'], 'archive': 'remoting-webapp.zip', }, { 'filename': 'remoting-me2me-host-mac.zip', 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], + 'buildtype': ['official'], 'archive': 'remoting-me2me-host-mac.zip', }, # Symbols archive: diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg index d2b29c0..a8edab4 100644 --- a/chrome/tools/build/win/FILES.cfg +++ b/chrome/tools/build/win/FILES.cfg @@ -465,66 +465,66 @@ FILES = [ { 'filename': 'chromoting.msi', 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], + 'buildtype': ['official'], 'archive': 'remoting-host.msi', 'direct_archive': 1, }, { 'filename': 'remoting_host_controller.exe', 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], + 'buildtype': ['official'], 'archive': 'remoting-win32.zip', 'filegroup': ['symsrc'], }, { 'filename': 'remoting_host_controller.pdb', 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], + 'buildtype': ['official'], 'archive': 'remoting-win32.zip', }, { 'filename': 'remoting_host_plugin.dll', 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], + 'buildtype': ['official'], 'archive': 'remoting-win32.zip', 'filegroup': ['symsrc'], }, { 'filename': 'remoting_host_plugin.pdb', 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], + 'buildtype': ['official'], 'archive': 'remoting-win32.zip', }, { 'filename': 'remoting_me2me_host.exe', 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], + 'buildtype': ['official'], 'archive': 'remoting-win32.zip', 'filegroup': ['symsrc'], }, { 'filename': 'remoting_me2me_host.pdb', 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], + 'buildtype': ['official'], 'archive': 'remoting-win32.zip', }, { 'filename': 'remoting_service.exe', 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], + 'buildtype': ['official'], 'archive': 'remoting-win32.zip', 'filegroup': ['symsrc'], }, { 'filename': 'remoting_service.pdb', 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], + 'buildtype': ['official'], 'archive': 'remoting-win32.zip', }, { 'filename': 'remoting-webapp.zip', 'arch': ['32bit', '64bit'], - 'buildtype': ['dev', 'official'], + 'buildtype': ['official'], 'archive': 'remoting-webapp.zip', }, { |