diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-02 16:44:44 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-02 16:44:44 +0000 |
commit | 798297240c743cd9208b8d7cb0bd4ca3663d1e39 (patch) | |
tree | 07920ec15753bde0a3b5dd4e6185caa1cd50db76 /build/all.gyp | |
parent | e79409fe29ce16bb814d789c5b20a38daf6729bf (diff) | |
download | chromium_src-798297240c743cd9208b8d7cb0bd4ca3663d1e39.zip chromium_src-798297240c743cd9208b8d7cb0bd4ca3663d1e39.tar.gz chromium_src-798297240c743cd9208b8d7cb0bd4ca3663d1e39.tar.bz2 |
Delete old mini_installer_test.
And run the new Python-driven test_mini_installer on win_rel trybot.
BUG=277655
Review URL: https://codereview.chromium.org/301223007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274260 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/build/all.gyp b/build/all.gyp index 55c69bc..8f41bf0 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', |