diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-22 18:29:51 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-22 18:29:51 +0000 |
commit | 4b967b8a77d371e498577bb3985817a81c446189 (patch) | |
tree | d2d28ed0c2186a4e765ac9511e620b3cbcd2acd7 /build | |
parent | 26edd430cab9be87a4b5f2eb44d4dd5c5b680a16 (diff) | |
download | chromium_src-4b967b8a77d371e498577bb3985817a81c446189.zip chromium_src-4b967b8a77d371e498577bb3985817a81c446189.tar.gz chromium_src-4b967b8a77d371e498577bb3985817a81c446189.tar.bz2 |
Update isolate files for content tests and enable swarming for them.
Review URL: https://codereview.chromium.org/401923004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284736 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 5ced5e9..04dedca 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -1264,6 +1264,8 @@ # http://crbug.com/157234 #'../chrome/chrome.gyp:sync_integration_tests_run', '../chrome/chrome.gyp:unit_tests_run', + '../content/content_shell_and_tests.gyp:content_browsertests_run', + '../content/content_shell_and_tests.gyp:content_unittests_run', '../net/net.gyp:net_unittests_run', ], }, # target_name: chromium_swarm_tests |