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

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: address comments 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
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 6c734fdcc8c07d8123636bb128b2c8d92391a353..d691d57d3aefe7220357a87c9c555ad1afcac56f 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -719,6 +719,8 @@
'wm/resize_shadow_controller.h',
'wm/screen_dimmer.cc',
'wm/screen_dimmer.h',
+ 'wm/screen_pinning_controller.cc',
+ 'wm/screen_pinning_controller.h',
'wm/session_state_animator.cc',
'wm/session_state_animator.h',
'wm/session_state_animator_impl.cc',
@@ -1001,6 +1003,7 @@
'wm/resize_shadow_and_cursor_unittest.cc',
'wm/root_window_layout_manager_unittest.cc',
'wm/screen_dimmer_unittest.cc',
+ 'wm/screen_pinning_controller_unittest.cc',
'wm/session_state_animator_impl_unittest.cc',
'wm/stacking_controller_unittest.cc',
'wm/system_gesture_event_filter_unittest.cc',
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698