| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 01e9d9ed7283db7bdc746f03f5cc84a5a1b2328d..7db9ac1250e16517fec19526277a6a773e528d5f 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -1092,6 +1092,7 @@
|
| 'target_name': 'ash_test_support',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| + '../components/components.gyp:signin_core_account_id',
|
| '../skia/skia.gyp:skia',
|
| '../testing/gtest.gyp:gtest',
|
| '../ui/accessibility/accessibility.gyp:ax_gen',
|
| @@ -1111,6 +1112,11 @@
|
| '../ui/platform_window/win/win_window.gyp:win_window',
|
| ],
|
| }],
|
| + ['chromeos==1', {
|
| + 'dependencies': [
|
| + '../ui/display/display.gyp:display',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
|
|