diff options
author | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 21:18:04 +0000 |
---|---|---|
committer | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 21:18:04 +0000 |
commit | f5959c5fbc2f75b0993b46f73ae7cc3c5ec04434 (patch) | |
tree | 67832693974fc48f2466f5b5816dbb5194a34098 /build/all.gyp | |
parent | 4a5b1725e1035c28e82acb93af268d61da0d16f4 (diff) | |
download | chromium_src-f5959c5fbc2f75b0993b46f73ae7cc3c5ec04434.zip chromium_src-f5959c5fbc2f75b0993b46f73ae7cc3c5ec04434.tar.gz chromium_src-f5959c5fbc2f75b0993b46f73ae7cc3c5ec04434.tar.bz2 |
Add a dependency on remoting_webapp to chromium_builder_qa.
The pyauto chromoting test expects the webapp to be available.
This CL makes it available when that test is run on the builders.
BUG=126278
Review URL: http://codereview.chromium.org/10365016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135438 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 8339ba0..c19c98b 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -275,6 +275,8 @@ 'type': 'none', 'dependencies': [ '../chrome/chrome.gyp:chromedriver', + # Dependencies of pyauto_functional tests. + '../remoting/remoting.gyp:remoting_webapp', ], 'conditions': [ # If you change this condition, make sure you also change it |