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

Unified Diff: ash/ash.gyp

Issue 2072853002: Implement "pinned" mode in ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index bee4778ee8fc5c0ef7f1c689f1b8c729432cf9cb..998f78c049362cf4ef50f9f273f7c854b03c7a51 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -712,6 +712,8 @@
'wm/panels/panel_frame_view.h',
'wm/panels/panel_window_event_handler.cc',
'wm/panels/panel_window_event_handler.h',
+ 'wm/pinned_controller.cc',
+ 'wm/pinned_controller.h',
'wm/power_button_controller.cc',
'wm/power_button_controller.h',
'wm/resize_handle_window_targeter.cc',
@@ -1001,6 +1003,7 @@
'wm/overview/window_selector_unittest.cc',
'wm/panels/panel_layout_manager_unittest.cc',
'wm/panels/panel_window_resizer_unittest.cc',
+ 'wm/pinned_controller_unittest.cc',
'wm/resize_shadow_and_cursor_unittest.cc',
'wm/root_window_layout_manager_unittest.cc',
'wm/screen_dimmer_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698