| Index: ash/test/BUILD.gn
|
| diff --git a/ash/test/BUILD.gn b/ash/test/BUILD.gn
|
| index 3a7d24c87e3ca01e4bdf2b663b16b0ced904dee5..0c5e4cf063120f770535bde82c57d6b95b1b9139 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 = [
|
|
|