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 'chromeos_sources': [ | 9 'chromeos_sources': [ |
10 'accelerometer/accelerometer_reader.cc', | 10 'accelerometer/accelerometer_reader.cc', |
11 'accelerometer/accelerometer_reader.h', | 11 'accelerometer/accelerometer_reader.h', |
12 'accelerometer/accelerometer_types.cc', | 12 'accelerometer/accelerometer_types.cc', |
13 'accelerometer/accelerometer_types.h', | 13 'accelerometer/accelerometer_types.h', |
14 'app_mode/kiosk_oem_manifest_parser.cc', | 14 'app_mode/kiosk_oem_manifest_parser.cc', |
15 'app_mode/kiosk_oem_manifest_parser.h', | 15 'app_mode/kiosk_oem_manifest_parser.h', |
| 16 'arc/bridge/common/arc_message_generator.cc', |
16 'attestation/attestation_constants.cc', | 17 'attestation/attestation_constants.cc', |
17 'attestation/attestation_constants.h', | 18 'attestation/attestation_constants.h', |
18 'attestation/attestation_flow.cc', | 19 'attestation/attestation_flow.cc', |
19 'attestation/attestation_flow.h', | 20 'attestation/attestation_flow.h', |
20 'audio/audio_device.cc', | 21 'audio/audio_device.cc', |
21 'audio/audio_device.h', | 22 'audio/audio_device.h', |
22 'audio/audio_devices_pref_handler.h', | 23 'audio/audio_devices_pref_handler.h', |
23 'audio/audio_devices_pref_handler_impl.cc', | 24 'audio/audio_devices_pref_handler_impl.cc', |
24 'audio/audio_devices_pref_handler_impl.h', | 25 'audio/audio_devices_pref_handler_impl.h', |
25 'audio/audio_devices_pref_handler_stub.cc', | 26 'audio/audio_devices_pref_handler_stub.cc', |
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
759 '../build/isolate.gypi', | 760 '../build/isolate.gypi', |
760 ], | 761 ], |
761 'sources': [ | 762 'sources': [ |
762 'chromeos_unittests.isolate', | 763 'chromeos_unittests.isolate', |
763 ], | 764 ], |
764 }, | 765 }, |
765 ], | 766 ], |
766 }], | 767 }], |
767 ], | 768 ], |
768 } | 769 } |
OLD | NEW |