Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(699)

Unified Diff: ash/test/BUILD.gn

Issue 2757493002: User orientation lock (Closed)
Patch Set: . Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = [

Powered by Google App Engine
This is Rietveld 408576698