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

Side by Side Diff: ui/wm/wm.gyp

Issue 420603011: Split Screen mode implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split_view
Patch Set: Addressing review feedback + Rebase. Created 6 years, 4 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 unified diff | Download patch
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'core/transient_window_observer.h', 76 'core/transient_window_observer.h',
77 'core/transient_window_stacking_client.cc', 77 'core/transient_window_stacking_client.cc',
78 'core/transient_window_stacking_client.h', 78 'core/transient_window_stacking_client.h',
79 'core/user_activity_detector.cc', 79 'core/user_activity_detector.cc',
80 'core/user_activity_detector.h', 80 'core/user_activity_detector.h',
81 'core/user_activity_observer.h', 81 'core/user_activity_observer.h',
82 'core/visibility_controller.cc', 82 'core/visibility_controller.cc',
83 'core/visibility_controller.h', 83 'core/visibility_controller.h',
84 'core/window_animations.cc', 84 'core/window_animations.cc',
85 'core/window_animations.h', 85 'core/window_animations.h',
86 'core/window_list_provider.h',
oshima 2014/08/08 16:45:34 you need to add this in athena.gyp instead.
mfomitchev 2014/08/08 17:40:51 Done.
86 'core/window_modality_controller.cc', 87 'core/window_modality_controller.cc',
87 'core/window_modality_controller.h', 88 'core/window_modality_controller.h',
88 'core/window_util.cc', 89 'core/window_util.cc',
89 'core/window_util.h', 90 'core/window_util.h',
90 'core/wm_core_switches.cc', 91 'core/wm_core_switches.cc',
91 'core/wm_core_switches.h', 92 'core/wm_core_switches.h',
92 'core/wm_state.cc', 93 'core/wm_state.cc',
93 'core/wm_state.h', 94 'core/wm_state.h',
94 'public/window_types.h', 95 'public/window_types.h',
95 'wm_export.h', 96 'wm_export.h',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'core/transient_window_manager_unittest.cc', 143 'core/transient_window_manager_unittest.cc',
143 'core/transient_window_stacking_client_unittest.cc', 144 'core/transient_window_stacking_client_unittest.cc',
144 'core/user_activity_detector_unittest.cc', 145 'core/user_activity_detector_unittest.cc',
145 'core/visibility_controller_unittest.cc', 146 'core/visibility_controller_unittest.cc',
146 'core/window_animations_unittest.cc', 147 'core/window_animations_unittest.cc',
147 'core/window_util_unittest.cc', 148 'core/window_util_unittest.cc',
148 ], 149 ],
149 }, 150 },
150 ], 151 ],
151 } 152 }
OLDNEW
« athena/wm/split_view_controller.cc ('K') | « athena/wm/window_overview_mode.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698