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