diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-08 00:09:30 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-08 00:09:30 +0000 |
commit | 9ed545193cbee7b7109584ab5897dba6ef6a152f (patch) | |
tree | b1913bbf6913f8aa1721695c504537defa60e456 /build | |
parent | 84ee178877ec9431f6514347daa65214fea56875 (diff) | |
download | chromium_src-9ed545193cbee7b7109584ab5897dba6ef6a152f.zip chromium_src-9ed545193cbee7b7109584ab5897dba6ef6a152f.tar.gz chromium_src-9ed545193cbee7b7109584ab5897dba6ef6a152f.tar.bz2 |
Revert of Revert r245379 Add missing test targets to chrome_official_builder for Windows (https://codereview.chromium.org/227673007/)
Reason for revert:
The release team owns these tests now.
Original issue's description:
> Revert r245379 Add missing test targets to chrome_official_builder for Windows
>
> These were removed because they break parts of the official build
>
> BUG=334006
> R=scottmg,phajdan.jr@chromium.org
> NOTREECHECKS=true
> NOTRY=true
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262252
TBR=phajdan.jr@chromium.org,scottmg@chromium.org,iannucci@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=334006
Review URL: https://codereview.chromium.org/227703011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262263 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp index 0ef5d94..028d926 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -1092,9 +1092,8 @@ { 'target_name': 'chrome_official_builder', 'type': 'none', - # Do not add new dependencies here for anything we don't ship. - # It increases official build times and causes breakage. 'dependencies': [ + '../base/base.gyp:base_unittests', '../chrome/chrome.gyp:crash_service', '../chrome/chrome.gyp:gcapi_dll', '../chrome/chrome.gyp:pack_policy_templates', @@ -1102,8 +1101,18 @@ '../cloud_print/cloud_print.gyp:cloud_print', '../courgette/courgette.gyp:courgette', '../courgette/courgette.gyp:courgette64', + '../ipc/ipc.gyp:ipc_tests', + '../media/media.gyp:media_unittests', + '../net/net.gyp:net_unittests_run', + '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_webapp', + '../sql/sql.gyp:sql_unittests', + '../sync/sync.gyp:sync_unit_tests', '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', + '../ui/gfx/gfx.gyp:gfx_unittests', + '../ui/ui_unittests.gyp:ui_unittests', + '../ui/views/views.gyp:views_unittests', + '../url/url.gyp:url_unittests', ], 'conditions': [ ['internal_pdf', { |