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

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

Issue 298703007: Refactor and move ash independent nested accelerator code to ui/wm/core (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: skip test if platform does not support PES Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/wm/core/nested_accelerator_dispatcher_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
11 'target_name': 'wm', 11 'target_name': 'wm',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../skia/skia.gyp:skia', 15 '../../skia/skia.gyp:skia',
16 '../aura/aura.gyp:aura', 16 '../aura/aura.gyp:aura',
17 '../compositor/compositor.gyp:compositor', 17 '../compositor/compositor.gyp:compositor',
18 '../events/events.gyp:events', 18 '../events/events.gyp:events',
19 '../events/events.gyp:events_base', 19 '../events/events.gyp:events_base',
20 '../gfx/gfx.gyp:gfx_geometry', 20 '../gfx/gfx.gyp:gfx_geometry',
21 '../gfx/gfx.gyp:gfx', 21 '../gfx/gfx.gyp:gfx',
22 '../resources/ui_resources.gyp:ui_resources', 22 '../resources/ui_resources.gyp:ui_resources',
23 '../base/ui_base.gyp:ui_base', 23 '../base/ui_base.gyp:ui_base',
24 ], 24 ],
25 'defines': [ 25 'defines': [
26 'WM_IMPLEMENTATION', 26 'WM_IMPLEMENTATION',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'core/nested_accelerator_dispatcher_linux.cc',
30 'core/nested_accelerator_dispatcher_win.cc',
31 'core/nested_accelerator_dispatcher.cc',
32 'core/nested_accelerator_dispatcher.h',
33 'core/nested_accelerator_delegate.h',
34 'core/nested_accelerator_controller.cc',
35 'core/nested_accelerator_controller.h',
36 'core/base_focus_rules.h',
29 'core/base_focus_rules.cc', 37 'core/base_focus_rules.cc',
30 'core/base_focus_rules.h', 38 'core/base_focus_rules.h',
31 'core/capture_controller.cc', 39 'core/capture_controller.cc',
32 'core/capture_controller.h', 40 'core/capture_controller.h',
33 'core/compound_event_filter.cc', 41 'core/compound_event_filter.cc',
34 'core/compound_event_filter.h', 42 'core/compound_event_filter.h',
35 'core/cursor_manager.cc', 43 'core/cursor_manager.cc',
36 'core/cursor_manager.h', 44 'core/cursor_manager.h',
37 'core/default_activation_client.cc', 45 'core/default_activation_client.cc',
38 'core/default_activation_client.h', 46 'core/default_activation_client.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'wm', 122 'wm',
115 'wm_test_support', 123 'wm_test_support',
116 ], 124 ],
117 'sources': [ 125 'sources': [
118 'test/run_all_unittests.cc', 126 'test/run_all_unittests.cc',
119 'core/compound_event_filter_unittest.cc', 127 'core/compound_event_filter_unittest.cc',
120 'core/cursor_manager_unittest.cc', 128 'core/cursor_manager_unittest.cc',
121 'core/focus_controller_unittest.cc', 129 'core/focus_controller_unittest.cc',
122 'core/input_method_event_filter_unittest.cc', 130 'core/input_method_event_filter_unittest.cc',
123 'core/image_grid_unittest.cc', 131 'core/image_grid_unittest.cc',
132 'core/nested_accelerator_controller_unittest.cc',
124 'core/shadow_controller_unittest.cc', 133 'core/shadow_controller_unittest.cc',
125 'core/transient_window_manager_unittest.cc', 134 'core/transient_window_manager_unittest.cc',
126 'core/transient_window_stacking_client_unittest.cc', 135 'core/transient_window_stacking_client_unittest.cc',
127 'core/user_activity_detector_unittest.cc', 136 'core/user_activity_detector_unittest.cc',
128 'core/visibility_controller_unittest.cc', 137 'core/visibility_controller_unittest.cc',
129 'core/window_animations_unittest.cc', 138 'core/window_animations_unittest.cc',
130 'core/window_util_unittest.cc', 139 'core/window_util_unittest.cc',
131 ], 140 ],
132 }, 141 },
133 ], 142 ],
134 } 143 }
OLDNEW
« no previous file with comments | « ui/wm/core/nested_accelerator_dispatcher_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698