| Index: ash/test/BUILD.gn
|
| diff --git a/ash/test/BUILD.gn b/ash/test/BUILD.gn
|
| index d3d935f1c780c9a7a5fbf3d67f744c57fe4bffb5..10721070b09fe196429e28d164c0fff3ffc9a67e 100644
|
| --- a/ash/test/BUILD.gn
|
| +++ b/ash/test/BUILD.gn
|
| @@ -115,6 +115,8 @@ static_library("test_support_common") {
|
| "mirror_window_test_api.h",
|
| "overflow_bubble_view_test_api.cc",
|
| "overflow_bubble_view_test_api.h",
|
| + "screen_orientation_controller_test_api.cc",
|
| + "screen_orientation_controller_test_api.h",
|
| "shelf_button_pressed_metric_tracker_test_api.cc",
|
| "shelf_button_pressed_metric_tracker_test_api.h",
|
| "shelf_view_test_api.cc",
|
| @@ -157,6 +159,7 @@ static_library("test_support_common") {
|
| public_deps = [
|
| "//ash",
|
| "//testing/gtest",
|
| + "//third_party/WebKit/public:blink_headers",
|
| "//ui/display:display_manager_test_api",
|
| ]
|
| deps = [
|
|
|