| 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', | |
| 17 'attestation/attestation_constants.cc', | 16 'attestation/attestation_constants.cc', |
| 18 'attestation/attestation_constants.h', | 17 'attestation/attestation_constants.h', |
| 19 'attestation/attestation_flow.cc', | 18 'attestation/attestation_flow.cc', |
| 20 'attestation/attestation_flow.h', | 19 'attestation/attestation_flow.h', |
| 21 'audio/audio_device.cc', | 20 'audio/audio_device.cc', |
| 22 'audio/audio_device.h', | 21 'audio/audio_device.h', |
| 23 'audio/audio_devices_pref_handler.h', | 22 'audio/audio_devices_pref_handler.h', |
| 24 'audio/audio_devices_pref_handler_impl.cc', | 23 'audio/audio_devices_pref_handler_impl.cc', |
| 25 'audio/audio_devices_pref_handler_impl.h', | 24 'audio/audio_devices_pref_handler_impl.h', |
| 26 'audio/audio_devices_pref_handler_stub.cc', | 25 'audio/audio_devices_pref_handler_stub.cc', |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 '../build/linux/system.gyp:dbus', | 471 '../build/linux/system.gyp:dbus', |
| 473 '../build/linux/system.gyp:ssl', | 472 '../build/linux/system.gyp:ssl', |
| 474 '../components/components.gyp:cloud_policy_proto', | 473 '../components/components.gyp:cloud_policy_proto', |
| 475 '../components/components.gyp:device_event_log_component', | 474 '../components/components.gyp:device_event_log_component', |
| 476 '../components/components.gyp:onc_component', | 475 '../components/components.gyp:onc_component', |
| 477 '../components/components.gyp:proxy_config', | 476 '../components/components.gyp:proxy_config', |
| 478 '../components/components.gyp:signin_core_account_id', | 477 '../components/components.gyp:signin_core_account_id', |
| 479 '../crypto/crypto.gyp:crypto', | 478 '../crypto/crypto.gyp:crypto', |
| 480 '../dbus/dbus.gyp:dbus', | 479 '../dbus/dbus.gyp:dbus', |
| 481 '../google_apis/google_apis.gyp:google_apis', | 480 '../google_apis/google_apis.gyp:google_apis', |
| 482 '../ipc/ipc.gyp:ipc', | |
| 483 '../net/net.gyp:net', | 481 '../net/net.gyp:net', |
| 484 '../third_party/icu/icu.gyp:icui18n', | 482 '../third_party/icu/icu.gyp:icui18n', |
| 485 '../third_party/libxml/libxml.gyp:libxml', | 483 '../third_party/libxml/libxml.gyp:libxml', |
| 486 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 484 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 487 '../url/url.gyp:url_lib', | 485 '../url/url.gyp:url_lib', |
| 488 'cryptohome_proto', | 486 'cryptohome_proto', |
| 489 'ime/input_method.gyp:gencode', | 487 'ime/input_method.gyp:gencode', |
| 490 'power_manager_proto', | 488 'power_manager_proto', |
| 491 ], | 489 ], |
| 492 'defines': [ | 490 'defines': [ |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 686 '../build/isolate.gypi', | 684 '../build/isolate.gypi', |
| 687 ], | 685 ], |
| 688 'sources': [ | 686 'sources': [ |
| 689 'chromeos_unittests.isolate', | 687 'chromeos_unittests.isolate', |
| 690 ], | 688 ], |
| 691 }, | 689 }, |
| 692 ], | 690 ], |
| 693 }], | 691 }], |
| 694 ], | 692 ], |
| 695 } | 693 } |
| OLD | NEW |