summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorcsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-04 20:59:06 +0000
committercsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-04 20:59:06 +0000
commit55570c31885c1dfa221ebc4dee09d985ad5259d3 (patch)
tree503b049e6d4296011ff322ab896a9534aa5aaf29 /build
parent59444e13bda2dad10b0d1b32e263d452d3a6ba86 (diff)
downloadchromium_src-55570c31885c1dfa221ebc4dee09d985ad5259d3.zip
chromium_src-55570c31885c1dfa221ebc4dee09d985ad5259d3.tar.gz
chromium_src-55570c31885c1dfa221ebc4dee09d985ad5259d3.tar.bz2
Remove unit_test_run target from Swarm
The swarm slaves seem to be missing some required files for unit test, removing unit test target until the machines can be adjusted to have the required files. R=maruel@chromium.org BUG= TEST=Swarm Bots compile again Review URL: http://codereview.chromium.org/10377012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135423 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index b4a165d..8339ba0 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -165,7 +165,6 @@
'dependencies': [
'../base/base.gyp:base_unittests_run',
'../net/net.gyp:net_unittests_run',
- '../chrome/chrome.gyp:unit_tests_run'
],
}, # target_name: chromium_swarm_tests
{