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', |
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 'attestation/attestation_flow_unittest.cc', | 403 'attestation/attestation_flow_unittest.cc', |
404 'audio/audio_devices_pref_handler_impl_unittest.cc', | 404 'audio/audio_devices_pref_handler_impl_unittest.cc', |
405 'audio/cras_audio_handler_unittest.cc', | 405 'audio/cras_audio_handler_unittest.cc', |
406 'cert_loader_unittest.cc', | 406 'cert_loader_unittest.cc', |
407 'cryptohome/homedir_methods_unittest.cc', | 407 'cryptohome/homedir_methods_unittest.cc', |
408 'cryptohome/system_salt_getter_unittest.cc', | 408 'cryptohome/system_salt_getter_unittest.cc', |
409 'dbus/blocking_method_caller_unittest.cc', | 409 'dbus/blocking_method_caller_unittest.cc', |
410 'dbus/cras_audio_client_unittest.cc', | 410 'dbus/cras_audio_client_unittest.cc', |
411 'dbus/cros_disks_client_unittest.cc', | 411 'dbus/cros_disks_client_unittest.cc', |
412 'dbus/dbus_client_bundle_unittest.cc', | 412 'dbus/dbus_client_bundle_unittest.cc', |
413 'dbus/fake_cryptohome_client_unittest.cc', | |
414 'dbus/fake_easy_unlock_client_unittest.cc', | 413 'dbus/fake_easy_unlock_client_unittest.cc', |
415 'dbus/fake_power_manager_client_unittest.cc', | 414 'dbus/fake_power_manager_client_unittest.cc', |
416 'dbus/gsm_sms_client_unittest.cc', | 415 'dbus/gsm_sms_client_unittest.cc', |
417 'dbus/modem_messaging_client_unittest.cc', | 416 'dbus/modem_messaging_client_unittest.cc', |
418 'dbus/power_policy_controller_unittest.cc', | 417 'dbus/power_policy_controller_unittest.cc', |
419 'dbus/services/cros_dbus_service_unittest.cc', | 418 'dbus/services/cros_dbus_service_unittest.cc', |
420 'dbus/services/proxy_resolution_service_provider_unittest.cc', | 419 'dbus/services/proxy_resolution_service_provider_unittest.cc', |
421 'dbus/shill_client_unittest_base.cc', | 420 'dbus/shill_client_unittest_base.cc', |
422 'dbus/shill_client_unittest_base.h', | 421 'dbus/shill_client_unittest_base.h', |
423 'dbus/shill_device_client_unittest.cc', | 422 'dbus/shill_device_client_unittest.cc', |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 '../components/components.gyp:signin_core_account_id', | 488 '../components/components.gyp:signin_core_account_id', |
490 '../components/prefs/prefs.gyp:prefs', | 489 '../components/prefs/prefs.gyp:prefs', |
491 '../crypto/crypto.gyp:crypto', | 490 '../crypto/crypto.gyp:crypto', |
492 '../dbus/dbus.gyp:dbus', | 491 '../dbus/dbus.gyp:dbus', |
493 '../google_apis/google_apis.gyp:google_apis', | 492 '../google_apis/google_apis.gyp:google_apis', |
494 '../net/net.gyp:net', | 493 '../net/net.gyp:net', |
495 '../third_party/icu/icu.gyp:icui18n', | 494 '../third_party/icu/icu.gyp:icui18n', |
496 '../third_party/libxml/libxml.gyp:libxml', | 495 '../third_party/libxml/libxml.gyp:libxml', |
497 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 496 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
498 '../url/url.gyp:url_lib', | 497 '../url/url.gyp:url_lib', |
499 'attestation_proto', | |
500 'cryptohome_proto', | 498 'cryptohome_proto', |
501 'power_manager_proto', | 499 'power_manager_proto', |
502 ], | 500 ], |
503 'defines': [ | 501 'defines': [ |
504 'CHROMEOS_IMPLEMENTATION', | 502 'CHROMEOS_IMPLEMENTATION', |
505 ], | 503 ], |
506 'sources': [ '<@(chromeos_sources)' ], | 504 'sources': [ '<@(chromeos_sources)' ], |
507 'conditions': [ | 505 'conditions': [ |
508 ['target_arch == "arm" or target_arch == "ia32"', { | 506 ['target_arch == "arm" or target_arch == "ia32"', { |
509 'defines': [ | 507 'defines': [ |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
675 '../third_party/cros_system_api/dbus/cryptohome/key.proto', | 673 '../third_party/cros_system_api/dbus/cryptohome/key.proto', |
676 '../third_party/cros_system_api/dbus/cryptohome/rpc.proto', | 674 '../third_party/cros_system_api/dbus/cryptohome/rpc.proto', |
677 ], | 675 ], |
678 'variables': { | 676 'variables': { |
679 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 677 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
680 'proto_out_dir': 'chromeos/dbus/cryptohome', | 678 'proto_out_dir': 'chromeos/dbus/cryptohome', |
681 }, | 679 }, |
682 'includes': ['../build/protoc.gypi'], | 680 'includes': ['../build/protoc.gypi'], |
683 }, | 681 }, |
684 { | 682 { |
685 # GN version: //chromeos:cryptohome_attestation | |
686 # Protobuf compiler/generator for attestation related protocol buffers. | |
687 'target_name': 'attestation_proto', | |
688 'type': 'static_library', | |
689 'sources': [ | |
690 'dbus/proto/attestation.proto', | |
691 ], | |
692 'variables': { | |
693 'proto_in_dir': 'dbus/proto', | |
694 'proto_out_dir': 'chromeos/cryptohome', | |
695 }, | |
696 'includes': ['../build/protoc.gypi'], | |
697 }, | |
698 { | |
699 # GN version: //chromeos:cryptohome_signkey_proto | 683 # GN version: //chromeos:cryptohome_signkey_proto |
700 # Protobuf compiler/generator for cryptohome key signing protocol buffer. | 684 # Protobuf compiler/generator for cryptohome key signing protocol buffer. |
701 'target_name': 'cryptohome_signkey_proto', | 685 'target_name': 'cryptohome_signkey_proto', |
702 'type': 'static_library', | 686 'type': 'static_library', |
703 'sources': [ | 687 'sources': [ |
704 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 688 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
705 ], | 689 ], |
706 'variables': { | 690 'variables': { |
707 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 691 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
708 'proto_out_dir': 'chromeos/cryptohome', | 692 'proto_out_dir': 'chromeos/cryptohome', |
(...skipping 14 matching lines...) Expand all Loading... |
723 '../build/isolate.gypi', | 707 '../build/isolate.gypi', |
724 ], | 708 ], |
725 'sources': [ | 709 'sources': [ |
726 'chromeos_unittests.isolate', | 710 'chromeos_unittests.isolate', |
727 ], | 711 ], |
728 }, | 712 }, |
729 ], | 713 ], |
730 }], | 714 }], |
731 ], | 715 ], |
732 } | 716 } |
OLD | NEW |