| 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 'attestation/attestation_constants.cc', | 16 'attestation/attestation_constants.cc', |
| 17 'attestation/attestation_constants.h', | 17 'attestation/attestation_constants.h', |
| 18 'attestation/attestation_flow.cc', | 18 'attestation/attestation_flow.cc', |
| 19 'attestation/attestation_flow.h', | 19 'attestation/attestation_flow.h', |
| 20 'audio/audio_a11y_controller.cc', |
| 21 'audio/audio_a11y_controller.h', |
| 20 'audio/audio_device.cc', | 22 'audio/audio_device.cc', |
| 21 'audio/audio_device.h', | 23 'audio/audio_device.h', |
| 22 'audio/audio_devices_pref_handler.h', | 24 'audio/audio_devices_pref_handler.h', |
| 23 'audio/audio_devices_pref_handler_impl.cc', | 25 'audio/audio_devices_pref_handler_impl.cc', |
| 24 'audio/audio_devices_pref_handler_impl.h', | 26 'audio/audio_devices_pref_handler_impl.h', |
| 25 'audio/audio_devices_pref_handler_stub.cc', | 27 'audio/audio_devices_pref_handler_stub.cc', |
| 26 'audio/audio_devices_pref_handler_stub.h', | 28 'audio/audio_devices_pref_handler_stub.h', |
| 27 'audio/audio_pref_observer.h', | 29 'audio/audio_pref_observer.h', |
| 28 'audio/chromeos_sounds.h', | 30 'audio/chromeos_sounds.h', |
| 29 'audio/cras_audio_handler.cc', | 31 'audio/cras_audio_handler.cc', |
| (...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 741 '../build/isolate.gypi', | 743 '../build/isolate.gypi', |
| 742 ], | 744 ], |
| 743 'sources': [ | 745 'sources': [ |
| 744 'chromeos_unittests.isolate', | 746 'chromeos_unittests.isolate', |
| 745 ], | 747 ], |
| 746 }, | 748 }, |
| 747 ], | 749 ], |
| 748 }], | 750 }], |
| 749 ], | 751 ], |
| 750 } | 752 } |
| OLD | NEW |