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

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: Fix linux build breakage 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 05f4cfcf7b0a510e17a56efa9bb7624bf9e7c990..a82cb36e196deab9f509b24c1562f6192901d81f 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -709,6 +709,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',
@@ -998,6 +1000,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