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 '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 Loading... |
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/accelerator_dispatcher.cc', | 58 'accelerators/accelerator_dispatcher.cc', |
59 'accelerators/accelerator_dispatcher.h', | 59 'accelerators/accelerator_dispatcher.h', |
| 60 'accelerators/accelerator_dispatcher_linux.cc', |
| 61 'accelerators/accelerator_dispatcher_win.cc', |
60 'accelerators/accelerator_filter.cc', | 62 'accelerators/accelerator_filter.cc', |
61 'accelerators/accelerator_filter.h', | 63 'accelerators/accelerator_filter.h', |
62 'accelerators/accelerator_table.cc', | 64 'accelerators/accelerator_table.cc', |
63 'accelerators/accelerator_table.h', | 65 'accelerators/accelerator_table.h', |
64 'accelerators/debug_commands.cc', | 66 'accelerators/debug_commands.cc', |
65 'accelerators/debug_commands.h', | 67 'accelerators/debug_commands.h', |
66 'accelerators/exit_warning_handler.cc', | 68 'accelerators/exit_warning_handler.cc', |
67 'accelerators/exit_warning_handler.h', | 69 'accelerators/exit_warning_handler.h', |
68 'accelerators/key_hold_detector.cc', | 70 'accelerators/key_hold_detector.cc', |
69 'accelerators/key_hold_detector.h', | 71 'accelerators/key_hold_detector.h', |
(...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1137 }], | 1139 }], |
1138 ['chromeos==1', { | 1140 ['chromeos==1', { |
1139 'dependencies': [ | 1141 'dependencies': [ |
1140 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1142 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1141 ], | 1143 ], |
1142 }], | 1144 }], |
1143 ], | 1145 ], |
1144 }, | 1146 }, |
1145 ], | 1147 ], |
1146 } | 1148 } |
OLD | NEW |