OLD | NEW |
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_controller.cc', | 12 'accelerators/accelerator_controller.cc', |
13 'accelerators/accelerator_controller.h', | 13 'accelerators/accelerator_controller.h', |
14 'accelerators/accelerator_delegate.cc', | 14 'accelerators/accelerator_delegate.cc', |
15 'accelerators/accelerator_delegate.h', | 15 'accelerators/accelerator_delegate.h', |
16 'accelerators/accelerator_table.cc', | 16 'accelerators/accelerator_table.cc', |
17 'accelerators/accelerator_table.h', | 17 'accelerators/accelerator_table.h', |
| 18 'accelerators/ash_menu_event_filter_delegate.cc', |
| 19 'accelerators/ash_menu_event_filter_delegate.h', |
18 'accelerators/debug_commands.cc', | 20 'accelerators/debug_commands.cc', |
19 'accelerators/debug_commands.h', | 21 'accelerators/debug_commands.h', |
20 'accelerators/exit_warning_handler.cc', | 22 'accelerators/exit_warning_handler.cc', |
21 'accelerators/exit_warning_handler.h', | 23 'accelerators/exit_warning_handler.h', |
22 'accelerators/focus_manager_factory.cc', | 24 'accelerators/focus_manager_factory.cc', |
23 'accelerators/focus_manager_factory.h', | 25 'accelerators/focus_manager_factory.h', |
24 'accelerators/key_hold_detector.cc', | 26 'accelerators/key_hold_detector.cc', |
25 'accelerators/key_hold_detector.h', | 27 'accelerators/key_hold_detector.h', |
26 'accelerators/magnifier_key_scroller.cc', | 28 'accelerators/magnifier_key_scroller.cc', |
27 'accelerators/magnifier_key_scroller.h', | 29 'accelerators/magnifier_key_scroller.h', |
(...skipping 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1331 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1333 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1332 ], | 1334 ], |
1333 } | 1335 } |
1334 ], | 1336 ], |
1335 ], | 1337 ], |
1336 }, | 1338 }, |
1337 ], | 1339 ], |
1338 }], | 1340 }], |
1339 ], | 1341 ], |
1340 } | 1342 } |
OLD | NEW |