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

Unified Diff: ash/BUILD.gn

Issue 2843193002: chromeos: fix focus for mushrome (Closed)
Patch Set: feedback Created 3 years, 8 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
« no previous file with comments | « no previous file | ash/aura/shell_port_classic.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 7a74be9ca761926c477e0bba7ac8ebe35e32cd1a..b50caed56862748c9aa88c5b9729d934289875fc 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -1156,6 +1156,7 @@ source_set("common_unittests") {
"metrics/task_switch_metrics_recorder_unittest.cc",
"metrics/task_switch_time_tracker_unittest.cc",
"metrics/user_metrics_recorder_unittest.cc",
+ "mus/window_manager_common_unittests.cc",
"mus_property_mirror_ash_unittest.cc",
"root_window_controller_unittest.cc",
"rotator/screen_rotation_animation_unittest.cc",
@@ -1256,6 +1257,7 @@ source_set("common_unittests") {
]
deps = [
"//ash",
+ "//ash/mus:lib",
"//ash/public/cpp:ash_public_cpp",
"//ash/public/cpp:unit_tests",
"//ash/resources/vector_icons",
« no previous file with comments | « no previous file | ash/aura/shell_port_classic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698