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

Unified Diff: ash/mus/BUILD.gn

Issue 2669633003: mash: Fix MusPropertyMirrorAsh for owned properties; add test. (Closed)
Patch Set: Created 3 years, 11 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/mus/mus_property_mirror_ash.h » ('j') | ash/mus/mus_property_mirror_ash.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index 1a4bd7b6d968bd68ff71f6c1de9eb7ac019f8498..b2ed18987f5b03fc3373960e70c4e7e7ec830e15 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -43,6 +43,8 @@ source_set("lib") {
"keyboard_ui_mus.h",
"move_event_handler.cc",
"move_event_handler.h",
+ "mus_property_mirror_ash.cc",
+ "mus_property_mirror_ash.h",
"network_connect_delegate_mus.cc",
"network_connect_delegate_mus.h",
"non_client_frame_controller.cc",
@@ -201,6 +203,7 @@ source_set("unittests") {
"accelerators/accelerator_controller_unittest.cc",
"app_launch_unittest.cc",
"bridge/wm_shell_mus_test_api.h",
+ "mus_property_mirror_ash_unittest.cc",
"test/ash_test_impl_mus.cc",
"test/ash_test_impl_mus.h",
"test/wm_test_base.cc",
« no previous file with comments | « no previous file | ash/mus/mus_property_mirror_ash.h » ('j') | ash/mus/mus_property_mirror_ash.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698