Relanding the interactive UI tests GYP factor out, as it turns
out it is not responsible for breaking the interactive ui tests. See http://codereview.chromium.org/259018/show TBR=brettw Review URL: http://codereview.chromium.org/270042 git-svn-id: http://src.chromium.org/svn/trunk/src/build@28558 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
4dc2bf909b
Коммит
6ba9cba998
3
all.gyp
3
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',
|
||||
|
|
Загрузка…
Ссылка в новой задаче