summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorhuangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-17 14:28:33 +0000
committerhuangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-17 14:28:33 +0000
commita76730ea5b11a87469a76d84443d3c93a883ea30 (patch)
treecfbc9b381bad8e291c26bab33799f31212609df7 /chrome/chrome_tests.gypi
parentc45944edd3228732ad66c41c442c0a96f4024812 (diff)
downloadchromium_src-a76730ea5b11a87469a76d84443d3c93a883ea30.zip
chromium_src-a76730ea5b11a87469a76d84443d3c93a883ea30.tar.gz
chromium_src-a76730ea5b11a87469a76d84443d3c93a883ea30.tar.bz2
Make browser_tests depend on app_host.
Any test that attempts an install of a platform app would trigger a search for an available app_host.exe and, in its absence, attempt to install it from Chrome's cached installer. During development, make sure that the development app_host.exe is available as it is inappropriate for the browser_tests to attempt to invoke the system's cached Chrome installer. BUG=None Review URL: https://chromiumcodereview.appspot.com/11369252 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168435 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index de6398b..9384409 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1346,6 +1346,7 @@
'<(DEPTH)/third_party/wtl/include',
],
'dependencies': [
+ 'app_host',
'chrome_version_resources',
'security_tests', # run time dependency
],