From e91d532339c854ff0a082c6562a519647524fa66 Mon Sep 17 00:00:00 2001 From: "jcampan@chromium.org" Date: Thu, 8 Oct 2009 17:12:08 +0000 Subject: 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 --- build/all.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/all.gyp') 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', -- cgit v1.1