Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6769)

Unified Diff: chrome/chrome_tests.gypi

Issue 256193003: Add dependency on remoting_webapp in browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 14e3b1afdb25b987406a2b1f0f39257a5e7b9f0d..54c93671925f4222ce4d8fa7bac5905edb1180ed 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1956,6 +1956,15 @@
'browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc',
],
}],
+ ['remoting==1', {
+ 'dependencies': [
+ '../remoting/remoting.gyp:remoting_webapp',
+ ]
+ }, {
+ 'sources/': [
+ ['exclude', '^test/remoting'],
Nico 2014/04/28 21:47:52 Why do you need this?
Sergey Ulanov 2014/04/28 23:32:47 To avoid compiling tests that would fail in this c
+ ],
+ }],
], # conditions
}, # target browser_tests
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698