diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 17:12:08 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 17:12:08 +0000 |
commit | e91d532339c854ff0a082c6562a519647524fa66 (patch) | |
tree | 0c8da65a4a6e35fb05b8090ce128a433d1f59128 /build/all.gyp | |
parent | 02e93cf333124a0f8b48982f9b2540edea7e23ea (diff) | |
download | chromium_src-e91d532339c854ff0a082c6562a519647524fa66.zip chromium_src-e91d532339c854ff0a082c6562a519647524fa66.tar.gz chromium_src-e91d532339c854ff0a082c6562a519647524fa66.tar.bz2 |
Extracting the interactive ui tests to their own GYP file.
BUG=None
TEST=The interactive tests should still build and run on Windows and Linux
Review URL: http://codereview.chromium.org/259018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28404 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 7fbd745..d78b362 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -12,6 +12,7 @@ '../app/app.gyp:*', '../base/base.gyp:*', '../chrome/chrome.gyp:*', + '../chrome/test/interactive_ui/interactive_ui_test.gyp:*', '../ipc/ipc.gyp:*', '../media/media.gyp:*', '../net/net.gyp:*', @@ -158,7 +159,6 @@ 'dependencies': [ '../app/app.gyp:app_unittests', '../chrome/chrome.gyp:browser_tests', - '../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:memory_test', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:plugin_tests', @@ -173,6 +173,7 @@ # mini_installer_tests depends on mini_installer. This should be # defined in installer.gyp. '../chrome/installer/mini_installer.gyp:mini_installer', + '../chrome/test/interactive_ui/interactive_ui_test.gyp:interactive_ui_tests', '../courgette/courgette.gyp:courgette_unittests', '../ipc/ipc.gyp:ipc_tests', '../media/media.gyp:media_unittests', |