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 |
{ |