summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorcsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-03 15:01:43 +0000
committercsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-03 15:01:43 +0000
commit06cb8020cb1d4c02ab3790d68030b76c5e5d4eaa (patch)
treeb7e87df77f85ad7c95477ac46cea2d53400dab0a /build
parent0825152642b8b614e36ec4d293f73659fd6aead2 (diff)
downloadchromium_src-06cb8020cb1d4c02ab3790d68030b76c5e5d4eaa.zip
chromium_src-06cb8020cb1d4c02ab3790d68030b76c5e5d4eaa.tar.gz
chromium_src-06cb8020cb1d4c02ab3790d68030b76c5e5d4eaa.tar.bz2
Add unit_test_run Target to Swarm Tests
R=maruel@chromium.org BUG=98834 TEST= Review URL: http://codereview.chromium.org/10339008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135148 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 22a9c63..e4801e2 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -165,6 +165,7 @@
'dependencies': [
'../base/base.gyp:base_unittests_run',
'../net/net.gyp:net_unittests_run',
+ '../chrome/chrome.gyp:unit_tests_run'
],
}, # target_name: chromium_swarm_tests
{