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