| 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/debug_commands.cc', | 18 'accelerators/debug_commands.cc', |
| 19 'accelerators/debug_commands.h', | 19 'accelerators/debug_commands.h', |
| 20 'accelerators/exit_warning_handler.cc', | 20 'accelerators/exit_warning_handler.cc', |
| 21 'accelerators/exit_warning_handler.h', | 21 'accelerators/exit_warning_handler.h', |
| 22 'accelerators/focus_manager_factory.cc', | 22 'accelerators/focus_manager_factory.cc', |
| 23 'accelerators/focus_manager_factory.h', | 23 'accelerators/focus_manager_factory.h', |
| 24 'accelerators/key_hold_detector.cc', | 24 'accelerators/key_hold_detector.cc', |
| 25 'accelerators/key_hold_detector.h', | 25 'accelerators/key_hold_detector.h', |
| 26 'accelerators/magnifier_key_scroller.cc', | 26 'accelerators/magnifier_key_scroller.cc', |
| 27 'accelerators/magnifier_key_scroller.h', | 27 'accelerators/magnifier_key_scroller.h', |
| 28 'accelerators/nested_accelerator_delegate.cc', | |
| 29 'accelerators/nested_accelerator_delegate.h', | |
| 30 'accelerators/spoken_feedback_toggler.cc', | 28 'accelerators/spoken_feedback_toggler.cc', |
| 31 'accelerators/spoken_feedback_toggler.h', | 29 'accelerators/spoken_feedback_toggler.h', |
| 32 'accessibility_delegate.h', | 30 'accessibility_delegate.h', |
| 33 'ash_constants.cc', | 31 'ash_constants.cc', |
| 34 'ash_constants.h', | 32 'ash_constants.h', |
| 35 'ash_export.h', | 33 'ash_export.h', |
| 36 'ash_layout_constants.cc', | 34 'ash_layout_constants.cc', |
| 37 'ash_layout_constants.h', | 35 'ash_layout_constants.h', |
| 38 'ash_switches.cc', | 36 'ash_switches.cc', |
| 39 'ash_switches.h', | 37 'ash_switches.h', |
| (...skipping 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1365 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1363 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1366 ], | 1364 ], |
| 1367 } | 1365 } |
| 1368 ], | 1366 ], |
| 1369 ], | 1367 ], |
| 1370 }, | 1368 }, |
| 1371 ], | 1369 ], |
| 1372 }], | 1370 }], |
| 1373 ], | 1371 ], |
| 1374 } | 1372 } |
| OLD | NEW |