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

Side by Side Diff: chromeos/chromeos.gyp

Issue 1412863004: arc-bridge: Add the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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',
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/arc_bridge_service.cc',
17 'arc/bridge/arc_bridge_service_factory.cc',
18 'arc/libarcbridge/arc_bridge.cc',
19 'arc/libarcbridge/arc_message_generator.cc',
satorux1 2015/10/23 06:10:58 the last two lines should belong to the other pat
Luis Héctor Chávez 2015/10/27 00:37:48 Probably. I'll move it.
16 'attestation/attestation_constants.cc', 20 'attestation/attestation_constants.cc',
17 'attestation/attestation_constants.h', 21 'attestation/attestation_constants.h',
18 'attestation/attestation_flow.cc', 22 'attestation/attestation_flow.cc',
19 'attestation/attestation_flow.h', 23 'attestation/attestation_flow.h',
20 'audio/audio_device.cc', 24 'audio/audio_device.cc',
21 'audio/audio_device.h', 25 'audio/audio_device.h',
22 'audio/audio_devices_pref_handler.h', 26 'audio/audio_devices_pref_handler.h',
23 'audio/audio_devices_pref_handler_impl.cc', 27 'audio/audio_devices_pref_handler_impl.cc',
24 'audio/audio_devices_pref_handler_impl.h', 28 'audio/audio_devices_pref_handler_impl.h',
25 'audio/audio_devices_pref_handler_stub.cc', 29 'audio/audio_devices_pref_handler_stub.cc',
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 'timezone/timezone_resolver.h', 463 'timezone/timezone_resolver.h',
460 'tpm/tpm_password_fetcher.cc', 464 'tpm/tpm_password_fetcher.cc',
461 'tpm/tpm_password_fetcher.h', 465 'tpm/tpm_password_fetcher.h',
462 'tpm/tpm_token_info_getter.cc', 466 'tpm/tpm_token_info_getter.cc',
463 'tpm/tpm_token_info_getter.h', 467 'tpm/tpm_token_info_getter.h',
464 'tpm/tpm_token_loader.cc', 468 'tpm/tpm_token_loader.cc',
465 'tpm/tpm_token_loader.h' 469 'tpm/tpm_token_loader.h'
466 ], 470 ],
467 'chromeos_test_sources': [ 471 'chromeos_test_sources': [
468 'app_mode/kiosk_oem_manifest_parser_unittest.cc', 472 'app_mode/kiosk_oem_manifest_parser_unittest.cc',
473 'arc/bridge/arc_bridge_service_unittest.cc',
469 'attestation/attestation_flow_unittest.cc', 474 'attestation/attestation_flow_unittest.cc',
470 'audio/audio_devices_pref_handler_impl_unittest.cc', 475 'audio/audio_devices_pref_handler_impl_unittest.cc',
471 'audio/cras_audio_handler_unittest.cc', 476 'audio/cras_audio_handler_unittest.cc',
472 'cert_loader_unittest.cc', 477 'cert_loader_unittest.cc',
473 'cryptohome/homedir_methods_unittest.cc', 478 'cryptohome/homedir_methods_unittest.cc',
474 'cryptohome/system_salt_getter_unittest.cc', 479 'cryptohome/system_salt_getter_unittest.cc',
475 'dbus/blocking_method_caller_unittest.cc', 480 'dbus/blocking_method_caller_unittest.cc',
476 'dbus/cros_disks_client_unittest.cc', 481 'dbus/cros_disks_client_unittest.cc',
477 'dbus/dbus_client_bundle_unittest.cc', 482 'dbus/dbus_client_bundle_unittest.cc',
478 'dbus/fake_easy_unlock_client_unittest.cc', 483 'dbus/fake_easy_unlock_client_unittest.cc',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 { 666 {
662 # GN version: //chromeos:chromeos_unittests 667 # GN version: //chromeos:chromeos_unittests
663 'target_name': 'chromeos_unittests', 668 'target_name': 'chromeos_unittests',
664 'type': 'executable', 669 'type': 'executable',
665 'dependencies': [ 670 'dependencies': [
666 '../base/base.gyp:base_prefs_test_support', 671 '../base/base.gyp:base_prefs_test_support',
667 '../base/base.gyp:run_all_unittests', 672 '../base/base.gyp:run_all_unittests',
668 '../base/base.gyp:test_support_base', 673 '../base/base.gyp:test_support_base',
669 '../build/linux/system.gyp:dbus', 674 '../build/linux/system.gyp:dbus',
670 '../build/linux/system.gyp:ssl', 675 '../build/linux/system.gyp:ssl',
676 '../components/components.gyp:keyed_service_core',
671 '../components/components.gyp:onc_component', 677 '../components/components.gyp:onc_component',
672 '../components/components.gyp:proxy_config', 678 '../components/components.gyp:proxy_config',
673 '../crypto/crypto.gyp:crypto', 679 '../crypto/crypto.gyp:crypto',
674 '../crypto/crypto.gyp:crypto_test_support', 680 '../crypto/crypto.gyp:crypto_test_support',
675 '../dbus/dbus.gyp:dbus_test_support', 681 '../dbus/dbus.gyp:dbus_test_support',
682 '../ipc/ipc.gyp:ipc',
676 '../google_apis/google_apis.gyp:google_apis', 683 '../google_apis/google_apis.gyp:google_apis',
677 '../net/net.gyp:net', 684 '../net/net.gyp:net',
678 '../net/net.gyp:net_test_support', 685 '../net/net.gyp:net_test_support',
679 '../testing/gmock.gyp:gmock', 686 '../testing/gmock.gyp:gmock',
680 '../testing/gtest.gyp:gtest', 687 '../testing/gtest.gyp:gtest',
681 '../third_party/icu/icu.gyp:icuuc', 688 '../third_party/icu/icu.gyp:icuuc',
682 '../third_party/icu/icu.gyp:icui18n', 689 '../third_party/icu/icu.gyp:icui18n',
683 '../url/url.gyp:url_lib', 690 '../url/url.gyp:url_lib',
684 'chromeos_test_support', 691 'chromeos_test_support',
685 'cryptohome_proto', 692 'cryptohome_proto',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 '../build/isolate.gypi', 766 '../build/isolate.gypi',
760 ], 767 ],
761 'sources': [ 768 'sources': [
762 'chromeos_unittests.isolate', 769 'chromeos_unittests.isolate',
763 ], 770 ],
764 }, 771 },
765 ], 772 ],
766 }], 773 }],
767 ], 774 ],
768 } 775 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698