diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 12:10:05 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 12:10:05 +0000 |
commit | f4e05bbde5fbec7143f9e9c14c622470a18672a7 (patch) | |
tree | 909f460e48f09582af2bd0a3808691947f12dbc5 /build/all.gyp | |
parent | dfa868d9ac99408c801c26d4bd0d04ad1206783f (diff) | |
download | chromium_src-f4e05bbde5fbec7143f9e9c14c622470a18672a7.zip chromium_src-f4e05bbde5fbec7143f9e9c14c622470a18672a7.tar.gz chromium_src-f4e05bbde5fbec7143f9e9c14c622470a18672a7.tar.bz2 |
Don't build sync_unit_tests for the Dr.Memory runs
We don't run sync_unit_tests now and it's so big and slow it affects both the
performance and the stability of building.
For example, it doesn't build on the Dr.Memory trybot now.
TBR=bruening
Review URL: http://codereview.chromium.org/8816015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113187 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 038df18e..32456ea 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -508,7 +508,6 @@ 'type': 'none', 'dependencies': [ '../base/base.gyp:base_unittests', - '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:unit_tests', '../content/content.gyp:content_unittests', '../crypto/crypto.gyp:crypto_unittests', |