diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-14 20:50:05 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-14 20:50:05 +0000 |
commit | 9c847f6b0a46ce31e96f23ee42bfc8a2f8a68c93 (patch) | |
tree | 4eaecc8dd2712e4ac2b3ef754e224606205ef20a /build | |
parent | 9c685aa9b429995a62d5c2aad8dd5cd429d3f2ac (diff) | |
download | chromium_src-9c847f6b0a46ce31e96f23ee42bfc8a2f8a68c93.zip chromium_src-9c847f6b0a46ce31e96f23ee42bfc8a2f8a68c93.tar.gz chromium_src-9c847f6b0a46ce31e96f23ee42bfc8a2f8a68c93.tar.bz2 |
Add an official target in the gyp file for the official builder (not tested yet)
Review URL: http://codereview.chromium.org/5786005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69172 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index d99e3f0..9df4879 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -382,6 +382,32 @@ ], }, ], # targets + 'conditions': [ + ['(branding=="Chrome" and buildtype=="Official")', { + 'targets': [ + { + 'target_name': 'chrome_official_builder', + 'type': 'none', + 'dependencies': [ + '../chrome/app/locales/locales.gyp:*', + '../chrome/chrome.gyp:crash_service', + '../chrome/chrome.gyp:page_cycler_tests', + '../chrome/chrome.gyp:pyautolib', + '../chrome/chrome.gyp:reliability_tests', + '../chrome/chrome.gyp:startup_tests', + '../chrome/chrome.gyp:automated_ui_tests', + '../chrome/installer/mini_installer.gyp:mini_installer', + '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', + '../chrome_frame/chrome_frame.gyp:npchrome_frame', + '../courgette/courgette.gyp:courgette', + '../pdf/pdf.gyp:pdf', + '../third_party/adobe/flash/flash_player.gyp:flash_player', + '../webkit/webkit.gyp:test_shell.gyp', + ], + }, + ], # targets + }], # (branding=="Chrome" and buildtype=="Official") + ], # conditions }], # OS="win" ['chromeos==1', { 'targets': [ |