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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
475 '../build/linux/system.gyp:dbus', | 474 '../build/linux/system.gyp:dbus', |
476 '../build/linux/system.gyp:ssl', | 475 '../build/linux/system.gyp:ssl', |
477 '../components/components.gyp:cloud_policy_proto', | 476 '../components/components.gyp:cloud_policy_proto', |
478 '../components/components.gyp:device_event_log_component', | 477 '../components/components.gyp:device_event_log_component', |
479 '../components/components.gyp:onc_component', | 478 '../components/components.gyp:onc_component', |
480 '../components/components.gyp:proxy_config', | 479 '../components/components.gyp:proxy_config', |
481 '../components/components.gyp:signin_core_account_id', | 480 '../components/components.gyp:signin_core_account_id', |
482 '../crypto/crypto.gyp:crypto', | 481 '../crypto/crypto.gyp:crypto', |
483 '../dbus/dbus.gyp:dbus', | 482 '../dbus/dbus.gyp:dbus', |
484 '../google_apis/google_apis.gyp:google_apis', | 483 '../google_apis/google_apis.gyp:google_apis', |
485 '../ipc/ipc.gyp:ipc', | |
486 '../net/net.gyp:net', | 484 '../net/net.gyp:net', |
487 '../third_party/icu/icu.gyp:icui18n', | 485 '../third_party/icu/icu.gyp:icui18n', |
488 '../third_party/libxml/libxml.gyp:libxml', | 486 '../third_party/libxml/libxml.gyp:libxml', |
489 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 487 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
490 '../url/url.gyp:url_lib', | 488 '../url/url.gyp:url_lib', |
491 'cryptohome_proto', | 489 'cryptohome_proto', |
492 'ime/input_method.gyp:gencode', | 490 'ime/input_method.gyp:gencode', |
493 'power_manager_proto', | 491 'power_manager_proto', |
494 ], | 492 ], |
495 'defines': [ | 493 'defines': [ |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
689 '../build/isolate.gypi', | 687 '../build/isolate.gypi', |
690 ], | 688 ], |
691 'sources': [ | 689 'sources': [ |
692 'chromeos_unittests.isolate', | 690 'chromeos_unittests.isolate', |
693 ], | 691 ], |
694 }, | 692 }, |
695 ], | 693 ], |
696 }], | 694 }], |
697 ], | 695 ], |
698 } | 696 } |
OLD | NEW |