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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', |
72 'accelerators/magnifier_key_scroller.cc', | 72 'accelerators/magnifier_key_scroller.cc', |
73 'accelerators/magnifier_key_scroller.h', | 73 'accelerators/magnifier_key_scroller.h', |
74 'accelerators/nested_dispatcher_controller.cc', | 74 'accelerators/nested_dispatcher_controller.cc', |
75 'accelerators/nested_dispatcher_controller.h', | 75 'accelerators/nested_dispatcher_controller.h', |
76 'accelerators/spoken_feedback_toggler.cc', | 76 'accelerators/spoken_feedback_toggler.cc', |
77 'accelerators/spoken_feedback_toggler.h', | 77 'accelerators/spoken_feedback_toggler.h', |
| 78 'accelerometer/accelerometer_controller.cc', |
| 79 'accelerometer/accelerometer_controller.h', |
| 80 'accelerometer/accelerometer_observer.h', |
78 'accessibility_delegate.h', | 81 'accessibility_delegate.h', |
79 'audio/sounds.cc', | 82 'audio/sounds.cc', |
80 'audio/sounds.h', | 83 'audio/sounds.h', |
81 'autoclick/autoclick_controller.cc', | 84 'autoclick/autoclick_controller.cc', |
82 'autoclick/autoclick_controller.h', | 85 'autoclick/autoclick_controller.h', |
83 'ash_constants.cc', | 86 'ash_constants.cc', |
84 'ash_constants.h', | 87 'ash_constants.h', |
85 'ash_switches.cc', | 88 'ash_switches.cc', |
86 'ash_switches.h', | 89 'ash_switches.h', |
87 'cancel_mode.cc', | 90 'cancel_mode.cc', |
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1143 }], | 1146 }], |
1144 ['chromeos==1', { | 1147 ['chromeos==1', { |
1145 'dependencies': [ | 1148 'dependencies': [ |
1146 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1149 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1147 ], | 1150 ], |
1148 }], | 1151 }], |
1149 ], | 1152 ], |
1150 }, | 1153 }, |
1151 ], | 1154 ], |
1152 } | 1155 } |
OLD | NEW |