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: http://src.chromium.org/svn/trunk/src/build@135438 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
eb2eae1e3a
Коммит
8b5929db52
2
all.gyp
2
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче