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

Side by Side Diff: ash/ash.gyp

Issue 2162193003: Separates out accelerators using non-common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@accelerators
Patch Set: fix compile issues Created 4 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # 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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
11 'accelerators/accelerator_commands.h', 11 'accelerators/accelerator_commands.h',
12 'accelerators/accelerator_commands_aura.cc',
13 'accelerators/accelerator_commands_aura.h',
12 'accelerators/accelerator_controller.cc', 14 'accelerators/accelerator_controller.cc',
13 'accelerators/accelerator_controller.h', 15 'accelerators/accelerator_controller.h',
16 'accelerators/accelerator_controller_delegate.h',
17 'accelerators/accelerator_controller_delegate_aura.cc',
18 'accelerators/accelerator_controller_delegate_aura.h',
14 'accelerators/accelerator_delegate.cc', 19 'accelerators/accelerator_delegate.cc',
15 'accelerators/accelerator_delegate.h', 20 'accelerators/accelerator_delegate.h',
16 'accelerators/accelerator_table.cc', 21 'accelerators/accelerator_table.cc',
17 'accelerators/accelerator_table.h', 22 'accelerators/accelerator_table.h',
18 'accelerators/debug_commands.cc', 23 'accelerators/debug_commands.cc',
19 'accelerators/debug_commands.h', 24 'accelerators/debug_commands.h',
20 'accelerators/exit_warning_handler.cc', 25 'accelerators/exit_warning_handler.cc',
21 'accelerators/exit_warning_handler.h', 26 'accelerators/exit_warning_handler.h',
22 'accelerators/focus_manager_factory.cc', 27 'accelerators/focus_manager_factory.cc',
23 'accelerators/focus_manager_factory.h', 28 'accelerators/focus_manager_factory.h',
(...skipping 1434 matching lines...) Expand 10 before | Expand all | Expand 10 after
1458 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1463 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1459 ], 1464 ],
1460 } 1465 }
1461 ], 1466 ],
1462 ], 1467 ],
1463 }, 1468 },
1464 ], 1469 ],
1465 }], 1470 }],
1466 ], 1471 ],
1467 } 1472 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698