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

Side by Side Diff: athena/athena.gyp

Issue 468053002: Revert of Split Screen mode implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@coordinate_conversion
Patch Set: 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
« no previous file with comments | « no previous file | athena/wm/bezel_controller.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'screen/background_controller.cc', 62 'screen/background_controller.cc',
63 'screen/background_controller.h', 63 'screen/background_controller.h',
64 'screen/public/screen_manager.h', 64 'screen/public/screen_manager.h',
65 'screen/screen_accelerator_handler.cc', 65 'screen/screen_accelerator_handler.cc',
66 'screen/screen_accelerator_handler.h', 66 'screen/screen_accelerator_handler.h',
67 'screen/screen_manager_impl.cc', 67 'screen/screen_manager_impl.cc',
68 'system/power_button_controller.cc', 68 'system/power_button_controller.cc',
69 'system/power_button_controller.h', 69 'system/power_button_controller.h',
70 'system/public/system_ui.h', 70 'system/public/system_ui.h',
71 'system/system_ui_impl.cc', 71 'system/system_ui_impl.cc',
72 'wm/public/window_manager.h',
73 'wm/public/window_manager_observer.h',
72 'wm/bezel_controller.cc', 74 'wm/bezel_controller.cc',
73 'wm/bezel_controller.h', 75 'wm/bezel_controller.h',
74 'wm/mru_window_tracker.cc',
75 'wm/mru_window_tracker.h',
76 'wm/public/window_list_provider.h',
77 'wm/public/window_manager.h',
78 'wm/public/window_manager_observer.h',
79 'wm/split_view_controller.cc', 76 'wm/split_view_controller.cc',
80 'wm/split_view_controller.h', 77 'wm/split_view_controller.h',
81 'wm/title_drag_controller.cc', 78 'wm/title_drag_controller.cc',
82 'wm/title_drag_controller.h', 79 'wm/title_drag_controller.h',
83 'wm/window_manager_impl.cc', 80 'wm/window_manager_impl.cc',
84 'wm/window_overview_mode.cc', 81 'wm/window_overview_mode.cc',
85 'wm/window_overview_mode.h', 82 'wm/window_overview_mode.h',
86 ], 83 ],
87 }, 84 },
88 { 85 {
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'activity/activity_manager_unittest.cc', 169 'activity/activity_manager_unittest.cc',
173 'home/home_card_unittest.cc', 170 'home/home_card_unittest.cc',
174 'input/accelerator_manager_unittest.cc', 171 'input/accelerator_manager_unittest.cc',
175 'screen/screen_manager_unittest.cc', 172 'screen/screen_manager_unittest.cc',
176 'wm/window_manager_unittest.cc', 173 'wm/window_manager_unittest.cc',
177 ], 174 ],
178 } 175 }
179 ], 176 ],
180 } 177 }
181 178
OLDNEW
« no previous file with comments | « no previous file | athena/wm/bezel_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698