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

Side by Side Diff: athena/athena.gyp

Issue 394833004: Split View Mode: Support for the 2-finger bezel scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing a rebase issue. Created 6 years, 5 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') | athena/wm/bezel_controller.h » ('J')
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'input/public/input_manager.h', 57 'input/public/input_manager.h',
58 'input/public/accelerator_manager.h', 58 'input/public/accelerator_manager.h',
59 'screen/background_controller.cc', 59 'screen/background_controller.cc',
60 'screen/background_controller.h', 60 'screen/background_controller.h',
61 'screen/public/screen_manager.h', 61 'screen/public/screen_manager.h',
62 'screen/screen_accelerator_handler.cc', 62 'screen/screen_accelerator_handler.cc',
63 'screen/screen_accelerator_handler.h', 63 'screen/screen_accelerator_handler.h',
64 'screen/screen_manager_impl.cc', 64 'screen/screen_manager_impl.cc',
65 'wm/public/window_manager.h', 65 'wm/public/window_manager.h',
66 'wm/public/window_manager_observer.h', 66 'wm/public/window_manager_observer.h',
67 'wm/bezel_controller.cc',
68 'wm/bezel_controller.h',
69 'wm/split_view_controller.cc',
70 'wm/split_view_controller.h',
67 'wm/window_manager_impl.cc', 71 'wm/window_manager_impl.cc',
68 'wm/window_overview_mode.cc', 72 'wm/window_overview_mode.cc',
69 'wm/window_overview_mode.h', 73 'wm/window_overview_mode.h',
70 ], 74 ],
71 }, 75 },
72 { 76 {
73 'target_name': 'athena_content_lib', 77 'target_name': 'athena_content_lib',
74 'type': 'static_library', 78 'type': 'static_library',
75 'dependencies': [ 79 'dependencies': [
76 'athena_lib', 80 'athena_lib',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'sources': [ 156 'sources': [
153 'test/athena_unittests.cc', 157 'test/athena_unittests.cc',
154 'activity/activity_manager_unittest.cc', 158 'activity/activity_manager_unittest.cc',
155 'input/accelerator_manager_unittest.cc', 159 'input/accelerator_manager_unittest.cc',
156 'wm/window_manager_unittest.cc', 160 'wm/window_manager_unittest.cc',
157 ], 161 ],
158 } 162 }
159 ], 163 ],
160 } 164 }
161 165
OLDNEW
« no previous file with comments | « no previous file | athena/wm/bezel_controller.h » ('j') | athena/wm/bezel_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698