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

Side by Side Diff: ash/ash.gyp

Issue 307533007: Move common accelerator code from ash to ui/wm/core (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
OLDNEW
1 #a Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 #a Copyright (c) 2012 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'ASH_IMPLEMENTATION', 50 'ASH_IMPLEMENTATION',
51 ], 51 ],
52 'sources': [ 52 'sources': [
53 # All .cc, .h under ash, except unittests 53 # All .cc, .h under ash, except unittests
54 'accelerators/accelerator_commands.cc', 54 'accelerators/accelerator_commands.cc',
55 'accelerators/accelerator_commands.h', 55 'accelerators/accelerator_commands.h',
56 'accelerators/accelerator_controller.cc', 56 'accelerators/accelerator_controller.cc',
57 'accelerators/accelerator_controller.h', 57 'accelerators/accelerator_controller.h',
58 'accelerators/nested_accelerator_delegate.cc', 58 'accelerators/nested_accelerator_delegate.cc',
59 'accelerators/nested_accelerator_delegate.h', 59 'accelerators/nested_accelerator_delegate.h',
60 'accelerators/accelerator_filter.cc', 60 'accelerators/accelerator_delegate.cc',
61 'accelerators/accelerator_filter.h', 61 'accelerators/accelerator_delegate.h',
62 'accelerators/accelerator_table.cc', 62 'accelerators/accelerator_table.cc',
63 'accelerators/accelerator_table.h', 63 'accelerators/accelerator_table.h',
64 'accelerators/debug_commands.cc', 64 'accelerators/debug_commands.cc',
65 'accelerators/debug_commands.h', 65 'accelerators/debug_commands.h',
66 'accelerators/exit_warning_handler.cc', 66 'accelerators/exit_warning_handler.cc',
67 'accelerators/exit_warning_handler.h', 67 'accelerators/exit_warning_handler.h',
68 'accelerators/key_hold_detector.cc', 68 'accelerators/key_hold_detector.cc',
69 'accelerators/key_hold_detector.h', 69 'accelerators/key_hold_detector.h',
70 'accelerators/focus_manager_factory.cc', 70 'accelerators/focus_manager_factory.cc',
71 'accelerators/focus_manager_factory.h', 71 'accelerators/focus_manager_factory.h',
(...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1212 'conditions': [ 1212 'conditions': [
1213 ['chromeos==1', { 1213 ['chromeos==1', {
1214 'dependencies': [ 1214 'dependencies': [
1215 '../ui/display/display.gyp:display', 1215 '../ui/display/display.gyp:display',
1216 ], 1216 ],
1217 }], 1217 }],
1218 ], 1218 ],
1219 }, 1219 },
1220 ], 1220 ],
1221 } 1221 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698