diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-16 19:19:10 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-16 19:19:10 +0000 |
commit | 2b65d0cd3513b62095fec8ff46c06e89abdd6d87 (patch) | |
tree | 5be7d5be39cb0f9356abe496b308c5c8c90980d7 /build | |
parent | 44d628f6ab9e7a4802beacec9d13d6a53e069a8b (diff) | |
download | chromium_src-2b65d0cd3513b62095fec8ff46c06e89abdd6d87.zip chromium_src-2b65d0cd3513b62095fec8ff46c06e89abdd6d87.tar.gz chromium_src-2b65d0cd3513b62095fec8ff46c06e89abdd6d87.tar.bz2 |
Add interactive_ui_tests_run.
Add the required target and the .isolate file covering most test cases on linux, mac and windows.
R=csharp@chromium.org
BUG=
Review URL: https://codereview.chromium.org/12086059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194412 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index ec97dd0..534636b 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -822,6 +822,7 @@ 'dependencies': [ '../base/base.gyp:base_unittests_run', '../chrome/chrome.gyp:browser_tests_run', + '../chrome/chrome.gyp:interactive_ui_tests_run', '../chrome/chrome.gyp:sync_integration_tests_run', '../chrome/chrome.gyp:unit_tests_run', '../net/net.gyp:net_unittests_run', |