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

Side by Side Diff: athena/athena.gyp

Issue 694883002: Do not allow split view to be engaged by a bezel gesture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'system/time_view.h', 98 'system/time_view.h',
99 'system/public/system_ui.h', 99 'system/public/system_ui.h',
100 'system/system_ui_impl.cc', 100 'system/system_ui_impl.cc',
101 'util/container_priorities.h', 101 'util/container_priorities.h',
102 'util/drag_handle.cc', 102 'util/drag_handle.cc',
103 'util/drag_handle.h', 103 'util/drag_handle.h',
104 'util/fill_layout_manager.cc', 104 'util/fill_layout_manager.cc',
105 'util/fill_layout_manager.h', 105 'util/fill_layout_manager.h',
106 'util/switches.cc', 106 'util/switches.cc',
107 'util/switches.h', 107 'util/switches.h',
108 'wm/bezel_controller.cc',
109 'wm/bezel_controller.h',
110 'wm/overview_toolbar.cc', 108 'wm/overview_toolbar.cc',
111 'wm/overview_toolbar.h', 109 'wm/overview_toolbar.h',
112 'wm/public/window_list_provider.h', 110 'wm/public/window_list_provider.h',
113 'wm/public/window_list_provider_observer.h', 111 'wm/public/window_list_provider_observer.h',
114 'wm/public/window_manager.h', 112 'wm/public/window_manager.h',
115 'wm/public/window_manager_observer.h', 113 'wm/public/window_manager_observer.h',
116 'wm/split_view_controller.cc', 114 'wm/split_view_controller.cc',
117 'wm/split_view_controller.h', 115 'wm/split_view_controller.h',
118 'wm/title_drag_controller.cc', 116 'wm/title_drag_controller.cc',
119 'wm/title_drag_controller.h', 117 'wm/title_drag_controller.h',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'util/drag_handle_unittest.cc', 309 'util/drag_handle_unittest.cc',
312 'util/fill_layout_manager_unittest.cc', 310 'util/fill_layout_manager_unittest.cc',
313 'wm/split_view_controller_unittest.cc', 311 'wm/split_view_controller_unittest.cc',
314 'wm/window_list_provider_impl_unittest.cc', 312 'wm/window_list_provider_impl_unittest.cc',
315 'wm/window_manager_unittest.cc', 313 'wm/window_manager_unittest.cc',
316 ], 314 ],
317 } 315 }
318 ], 316 ],
319 } 317 }
320 318
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