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 # These files lists are shared with the GN build. | 9 # These files lists are shared with the GN build. |
10 'ash_sources': [ | 10 'ash_sources': [ |
(...skipping 15 matching lines...) Expand all Loading... |
26 'accelerators/key_hold_detector.h', | 26 'accelerators/key_hold_detector.h', |
27 'accelerators/focus_manager_factory.cc', | 27 'accelerators/focus_manager_factory.cc', |
28 'accelerators/focus_manager_factory.h', | 28 'accelerators/focus_manager_factory.h', |
29 'accelerators/magnifier_key_scroller.cc', | 29 'accelerators/magnifier_key_scroller.cc', |
30 'accelerators/magnifier_key_scroller.h', | 30 'accelerators/magnifier_key_scroller.h', |
31 'accelerators/spoken_feedback_toggler.cc', | 31 'accelerators/spoken_feedback_toggler.cc', |
32 'accelerators/spoken_feedback_toggler.h', | 32 'accelerators/spoken_feedback_toggler.h', |
33 'accelerometer/accelerometer_controller.cc', | 33 'accelerometer/accelerometer_controller.cc', |
34 'accelerometer/accelerometer_controller.h', | 34 'accelerometer/accelerometer_controller.h', |
35 'accelerometer/accelerometer_observer.h', | 35 'accelerometer/accelerometer_observer.h', |
| 36 'accelerometer/sensor_manager_delegate_chromeos.cc', |
| 37 'accelerometer/sensor_manager_delegate_chromeos.h', |
36 'accessibility_delegate.h', | 38 'accessibility_delegate.h', |
37 'audio/sounds.cc', | 39 'audio/sounds.cc', |
38 'audio/sounds.h', | 40 'audio/sounds.h', |
39 'autoclick/autoclick_controller.cc', | 41 'autoclick/autoclick_controller.cc', |
40 'autoclick/autoclick_controller.h', | 42 'autoclick/autoclick_controller.h', |
41 'ash_constants.cc', | 43 'ash_constants.cc', |
42 'ash_constants.h', | 44 'ash_constants.h', |
43 'ash_export.h', | 45 'ash_export.h', |
44 'ash_switches.cc', | 46 'ash_switches.cc', |
45 'ash_switches.h', | 47 'ash_switches.h', |
(...skipping 1261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1307 '../build/isolate.gypi', | 1309 '../build/isolate.gypi', |
1308 ], | 1310 ], |
1309 'sources': [ | 1311 'sources': [ |
1310 'ash_unittests.isolate', | 1312 'ash_unittests.isolate', |
1311 ], | 1313 ], |
1312 }, | 1314 }, |
1313 ], | 1315 ], |
1314 }], | 1316 }], |
1315 ], | 1317 ], |
1316 } | 1318 } |
OLD | NEW |