| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 584e26d26721ba9919339a4e6eed044f591a6fc3..95045784c604db4afa453326471990dda618ac57 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2429,6 +2429,13 @@
|
| }],
|
| ['configuration_policy==1', {
|
| 'sources': [ '<@(chrome_browser_tests_policy_sources)' ],
|
| + 'conditions': [
|
| + ['chromeos==1', {
|
| + 'dependencies': [
|
| + '../components/components.gyp:arc_test_support',
|
| + ]
|
| + }]
|
| + ]
|
| }],
|
| ['enable_web_speech==1', {
|
| 'sources': [ '<@(chrome_browser_tests_speech_sources)' ],
|
|
|