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

Unified Diff: ash/BUILD.gn

Issue 2960843004: CrOS Tablet Window management - Split Screen part I (Closed)
Patch Set: nit. Created 3 years, 6 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/ash_switches.h » ('j') | ash/wm/maximize_mode/maximize_mode_window_manager.cc » ('J')
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 274baf2a33694e0f2f8be2111680955081d17f19..94ce99c6c5baec396fa480f777ee177a0b4ebb05 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -726,6 +726,8 @@ component("ash") {
"wm/session_state_animator.h",
"wm/session_state_animator_impl.cc",
"wm/session_state_animator_impl.h",
+ "wm/splitview/split_view_controller.cc",
+ "wm/splitview/split_view_controller.h",
"wm/stacking_controller.cc",
"wm/stacking_controller.h",
"wm/switchable_windows.cc",
@@ -1267,6 +1269,7 @@ source_set("common_unittests") {
"wm/screen_dimmer_unittest.cc",
"wm/screen_pinning_controller_unittest.cc",
"wm/session_state_animator_impl_unittest.cc",
+ "wm/splitview/split_view_controller_unittest.cc",
"wm/stacking_controller_unittest.cc",
"wm/system_modal_container_layout_manager_unittest.cc",
"wm/toplevel_window_event_handler_unittest.cc",
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | ash/wm/maximize_mode/maximize_mode_window_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698