Commit c97870c9 authored by sergeyu@chromium.org's avatar sergeyu@chromium.org

Add dependency on remoting_webapp in browser_tests.

browser_tests containts some tests for remoting, so it depends on
remoting_webapp, but didn't have the dependency defined in gyp.
Also added exclusion for remoting browser tests when remoting=0.

R=thakis@chromium.org

Review URL: https://codereview.chromium.org/256193003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266921 0039d316-1c4b-4281-b951-d872f2087c98
parent b1a160de
...@@ -1967,6 +1967,15 @@ ...@@ -1967,6 +1967,15 @@
'browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc', 'browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc',
], ],
}], }],
['remoting==1', {
'dependencies': [
'../remoting/remoting.gyp:remoting_webapp',
]
}, {
'sources/': [
['exclude', '^test/remoting'],
],
}],
], # conditions ], # conditions
}, # target browser_tests }, # target browser_tests
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment