| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 5aba3f73a43b4960f1a155a6463290b8929e0d15..7d08e95e076688fd552f867f4bd06b8a47c92a11 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -301,9 +301,7 @@
|
| 'dependencies': [
|
| '../chrome/chrome.gyp:crash_service',
|
| '../chrome/chrome.gyp:installer_util_unittests',
|
| - '../chrome/chrome.gyp:mini_installer_test',
|
| - # mini_installer_tests depends on mini_installer. This should be
|
| - # defined in installer.gyp.
|
| + # ../chrome/test/mini_installer requires mini_installer.
|
| '../chrome/installer/mini_installer.gyp:mini_installer',
|
| '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
|
| '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
|
| @@ -958,7 +956,6 @@
|
| '../chrome/chrome.gyp:gcapi_test',
|
| '../chrome/chrome.gyp:installer_util_unittests',
|
| '../chrome/chrome.gyp:interactive_ui_tests',
|
| - '../chrome/chrome.gyp:mini_installer_test',
|
| '../chrome/chrome.gyp:performance_browser_tests',
|
| '../chrome/chrome.gyp:sync_integration_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| @@ -967,8 +964,7 @@
|
| '../content/content_shell_and_tests.gyp:content_browsertests',
|
| '../content/content_shell_and_tests.gyp:content_unittests',
|
| '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
|
| - # mini_installer_tests depends on mini_installer. This should be
|
| - # defined in installer.gyp.
|
| + # ../chrome/test/mini_installer requires mini_installer.
|
| '../chrome/installer/mini_installer.gyp:mini_installer',
|
| '../courgette/courgette.gyp:courgette_unittests',
|
| '../device/device_tests.gyp:device_unittests',
|
|
|