Index: ash/ash.gyp |
diff --git a/ash/ash.gyp b/ash/ash.gyp |
index 1375510747c0bfb3691a53786f1fe0b72a154284..8b49da6a6d017751bf29daf8171e793cfab34ce2 100644 |
--- a/ash/ash.gyp |
+++ b/ash/ash.gyp |
@@ -1091,6 +1091,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', |
@@ -1110,6 +1111,11 @@ |
'../ui/platform_window/win/win_window.gyp:win_window', |
], |
}], |
+ ['chromeos==1', { |
+ 'dependencies': [ |
+ '../ui/display/display.gyp:display', |
+ ], |
+ }], |
], |
}, |
{ |