| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index b79a9de3b6ba816cdaf5cb98ad7fbea19252a699..357c38cf3801951a0d04f66e52da796dc20f03a1 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -598,6 +598,11 @@
|
| '../ui/views/views.gyp:test_support_views',
|
| ],
|
| }],
|
| + ['use_ash==1', {
|
| + 'dependencies': [
|
| + '../ash/ash.gyp:test_support_ash',
|
| + ],
|
| + }],
|
| ['chromeos==1', {
|
| 'sources': [
|
| 'browser/chromeos/cros/cros_in_process_browser_test.cc',
|
|
|