Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: chromeos/chromeos.gyp

Issue 2319783002: mash: Allow a subset of D-Bus clients to be created in DBusThreadManager (Closed)
Patch Set: WIP, add DBusThreadManagerAsh and DBusThreadManagerChrome Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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/dbus_thread_manager_unittest.cc',
413 'dbus/fake_cryptohome_client_unittest.cc', 414 'dbus/fake_cryptohome_client_unittest.cc',
414 'dbus/fake_easy_unlock_client_unittest.cc', 415 'dbus/fake_easy_unlock_client_unittest.cc',
415 'dbus/fake_power_manager_client_unittest.cc', 416 'dbus/fake_power_manager_client_unittest.cc',
416 'dbus/gsm_sms_client_unittest.cc', 417 'dbus/gsm_sms_client_unittest.cc',
417 'dbus/modem_messaging_client_unittest.cc', 418 'dbus/modem_messaging_client_unittest.cc',
418 'dbus/power_policy_controller_unittest.cc', 419 'dbus/power_policy_controller_unittest.cc',
419 'dbus/services/cros_dbus_service_unittest.cc', 420 'dbus/services/cros_dbus_service_unittest.cc',
420 'dbus/services/proxy_resolution_service_provider_unittest.cc', 421 'dbus/services/proxy_resolution_service_provider_unittest.cc',
421 'dbus/shill_client_unittest_base.cc', 422 'dbus/shill_client_unittest_base.cc',
422 'dbus/shill_client_unittest_base.h', 423 'dbus/shill_client_unittest_base.h',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 '../components/components.gyp:signin_core_account_id', 490 '../components/components.gyp:signin_core_account_id',
490 '../components/prefs/prefs.gyp:prefs', 491 '../components/prefs/prefs.gyp:prefs',
491 '../crypto/crypto.gyp:crypto', 492 '../crypto/crypto.gyp:crypto',
492 '../dbus/dbus.gyp:dbus', 493 '../dbus/dbus.gyp:dbus',
493 '../google_apis/google_apis.gyp:google_apis', 494 '../google_apis/google_apis.gyp:google_apis',
494 '../net/net.gyp:net', 495 '../net/net.gyp:net',
495 '../third_party/icu/icu.gyp:icui18n', 496 '../third_party/icu/icu.gyp:icui18n',
496 '../third_party/libxml/libxml.gyp:libxml', 497 '../third_party/libxml/libxml.gyp:libxml',
497 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 498 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
498 '../url/url.gyp:url_lib', 499 '../url/url.gyp:url_lib',
499 'attestation_proto',
500 'cryptohome_proto', 500 'cryptohome_proto',
501 'power_manager_proto', 501 'power_manager_proto',
502 ], 502 ],
503 'defines': [ 503 'defines': [
504 'CHROMEOS_IMPLEMENTATION', 504 'CHROMEOS_IMPLEMENTATION',
505 ], 505 ],
506 'sources': [ '<@(chromeos_sources)' ], 506 'sources': [ '<@(chromeos_sources)' ],
507 'conditions': [ 507 'conditions': [
508 ['target_arch == "arm" or target_arch == "ia32"', { 508 ['target_arch == "arm" or target_arch == "ia32"', {
509 'defines': [ 509 'defines': [
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 '../third_party/cros_system_api/dbus/cryptohome/key.proto', 675 '../third_party/cros_system_api/dbus/cryptohome/key.proto',
676 '../third_party/cros_system_api/dbus/cryptohome/rpc.proto', 676 '../third_party/cros_system_api/dbus/cryptohome/rpc.proto',
677 ], 677 ],
678 'variables': { 678 'variables': {
679 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 679 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
680 'proto_out_dir': 'chromeos/dbus/cryptohome', 680 'proto_out_dir': 'chromeos/dbus/cryptohome',
681 }, 681 },
682 'includes': ['../build/protoc.gypi'], 682 'includes': ['../build/protoc.gypi'],
683 }, 683 },
684 { 684 {
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 685 # GN version: //chromeos:cryptohome_signkey_proto
700 # Protobuf compiler/generator for cryptohome key signing protocol buffer. 686 # Protobuf compiler/generator for cryptohome key signing protocol buffer.
701 'target_name': 'cryptohome_signkey_proto', 687 'target_name': 'cryptohome_signkey_proto',
702 'type': 'static_library', 688 'type': 'static_library',
703 'sources': [ 689 'sources': [
704 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 690 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
705 ], 691 ],
706 'variables': { 692 'variables': {
707 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 693 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
708 'proto_out_dir': 'chromeos/cryptohome', 694 'proto_out_dir': 'chromeos/cryptohome',
(...skipping 14 matching lines...) Expand all
723 '../build/isolate.gypi', 709 '../build/isolate.gypi',
724 ], 710 ],
725 'sources': [ 711 'sources': [
726 'chromeos_unittests.isolate', 712 'chromeos_unittests.isolate',
727 ], 713 ],
728 }, 714 },
729 ], 715 ],
730 }], 716 }],
731 ], 717 ],
732 } 718 }
OLDNEW
« no previous file with comments | « chrome/test/base/view_event_test_platform_part_chromeos.cc ('k') | chromeos/dbus/cros_disks_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698