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

Side by Side Diff: chromeos/chromeos.gyp

Issue 1206733002: ChromeOs Power Emulation Impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated test and logic Created 5 years, 5 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'dbus/fake_nfc_manager_client.cc', 185 'dbus/fake_nfc_manager_client.cc',
186 'dbus/fake_nfc_manager_client.h', 186 'dbus/fake_nfc_manager_client.h',
187 'dbus/fake_nfc_record_client.cc', 187 'dbus/fake_nfc_record_client.cc',
188 'dbus/fake_nfc_record_client.h', 188 'dbus/fake_nfc_record_client.h',
189 'dbus/fake_nfc_tag_client.cc', 189 'dbus/fake_nfc_tag_client.cc',
190 'dbus/fake_nfc_tag_client.h', 190 'dbus/fake_nfc_tag_client.h',
191 'dbus/fake_peer_daemon_manager_client.cc', 191 'dbus/fake_peer_daemon_manager_client.cc',
192 'dbus/fake_peer_daemon_manager_client.h', 192 'dbus/fake_peer_daemon_manager_client.h',
193 'dbus/fake_permission_broker_client.cc', 193 'dbus/fake_permission_broker_client.cc',
194 'dbus/fake_permission_broker_client.h', 194 'dbus/fake_permission_broker_client.h',
195 'dbus/fake_power_manager_client.cc',
196 'dbus/fake_power_manager_client.h',
195 'dbus/fake_privet_daemon_manager_client.cc', 197 'dbus/fake_privet_daemon_manager_client.cc',
196 'dbus/fake_privet_daemon_manager_client.h', 198 'dbus/fake_privet_daemon_manager_client.h',
197 'dbus/fake_shill_device_client.cc', 199 'dbus/fake_shill_device_client.cc',
198 'dbus/fake_shill_device_client.h', 200 'dbus/fake_shill_device_client.h',
199 'dbus/fake_shill_ipconfig_client.cc', 201 'dbus/fake_shill_ipconfig_client.cc',
200 'dbus/fake_shill_ipconfig_client.h', 202 'dbus/fake_shill_ipconfig_client.h',
201 'dbus/fake_shill_manager_client.cc', 203 'dbus/fake_shill_manager_client.cc',
202 'dbus/fake_shill_manager_client.h', 204 'dbus/fake_shill_manager_client.h',
203 'dbus/fake_shill_profile_client.cc', 205 'dbus/fake_shill_profile_client.cc',
204 'dbus/fake_shill_profile_client.h', 206 'dbus/fake_shill_profile_client.h',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 'attestation/attestation_flow_unittest.cc', 467 'attestation/attestation_flow_unittest.cc',
466 'audio/audio_devices_pref_handler_impl_unittest.cc', 468 'audio/audio_devices_pref_handler_impl_unittest.cc',
467 'audio/cras_audio_handler_unittest.cc', 469 'audio/cras_audio_handler_unittest.cc',
468 'cert_loader_unittest.cc', 470 'cert_loader_unittest.cc',
469 'cryptohome/homedir_methods_unittest.cc', 471 'cryptohome/homedir_methods_unittest.cc',
470 'cryptohome/system_salt_getter_unittest.cc', 472 'cryptohome/system_salt_getter_unittest.cc',
471 'dbus/blocking_method_caller_unittest.cc', 473 'dbus/blocking_method_caller_unittest.cc',
472 'dbus/cros_disks_client_unittest.cc', 474 'dbus/cros_disks_client_unittest.cc',
473 'dbus/dbus_client_bundle_unittest.cc', 475 'dbus/dbus_client_bundle_unittest.cc',
474 'dbus/fake_easy_unlock_client_unittest.cc', 476 'dbus/fake_easy_unlock_client_unittest.cc',
477 'dbus/fake_power_manager_client_unittest.cc',
475 'dbus/gsm_sms_client_unittest.cc', 478 'dbus/gsm_sms_client_unittest.cc',
476 'dbus/introspectable_client_unittest.cc', 479 'dbus/introspectable_client_unittest.cc',
477 'dbus/modem_messaging_client_unittest.cc', 480 'dbus/modem_messaging_client_unittest.cc',
478 'dbus/nfc_client_unittest.cc', 481 'dbus/nfc_client_unittest.cc',
479 'dbus/power_policy_controller_unittest.cc', 482 'dbus/power_policy_controller_unittest.cc',
480 'dbus/privet_daemon_manager_client_unittest.cc', 483 'dbus/privet_daemon_manager_client_unittest.cc',
481 'dbus/services/cros_dbus_service_unittest.cc', 484 'dbus/services/cros_dbus_service_unittest.cc',
482 'dbus/services/proxy_resolution_service_provider_unittest.cc', 485 'dbus/services/proxy_resolution_service_provider_unittest.cc',
483 'dbus/shill_client_unittest_base.cc', 486 'dbus/shill_client_unittest_base.cc',
484 'dbus/shill_client_unittest_base.h', 487 'dbus/shill_client_unittest_base.h',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 ], 625 ],
623 'include_dirs': [ 626 'include_dirs': [
624 '..', 627 '..',
625 ], 628 ],
626 }, 629 },
627 { 630 {
628 # GN version: //chromeos:test_support_without_gmock 631 # GN version: //chromeos:test_support_without_gmock
629 'target_name': 'chromeos_test_support_without_gmock', 632 'target_name': 'chromeos_test_support_without_gmock',
630 'type': 'static_library', 633 'type': 'static_library',
631 'export_dependent_settings': [ 634 'export_dependent_settings': [
632 # fake_power_manager_client.h includes pb.h files.
633 'power_manager_proto',
634 ], 635 ],
635 'dependencies': [ 636 'dependencies': [
636 '../build/linux/system.gyp:dbus', 637 '../build/linux/system.gyp:dbus',
637 '../crypto/crypto.gyp:crypto', 638 '../crypto/crypto.gyp:crypto',
638 '../dbus/dbus.gyp:dbus', 639 '../dbus/dbus.gyp:dbus',
639 'chromeos', 640 'chromeos',
640 'cryptohome_proto', 641 'cryptohome_proto',
641 'power_manager_proto',
642 ], 642 ],
643 # If you edit the file list of this target, please edit BUILD.gn as well. 643 # If you edit the file list of this target, please edit BUILD.gn as well.
644 'sources': [ 644 'sources': [
645 'dbus/fake_power_manager_client.cc',
646 'dbus/fake_power_manager_client.h',
647 'dbus/fake_session_manager_client.cc', 645 'dbus/fake_session_manager_client.cc',
648 'dbus/fake_session_manager_client.h', 646 'dbus/fake_session_manager_client.h',
649 'dbus/fake_shill_manager_client.cc', 647 'dbus/fake_shill_manager_client.cc',
650 'dbus/fake_shill_manager_client.h', 648 'dbus/fake_shill_manager_client.h',
651 'dbus/fake_update_engine_client.cc', 649 'dbus/fake_update_engine_client.cc',
652 'dbus/fake_update_engine_client.h', 650 'dbus/fake_update_engine_client.h',
653 ], 651 ],
654 'include_dirs': [ 652 'include_dirs': [
655 '..', 653 '..',
656 ], 654 ],
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 734 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
737 ], 735 ],
738 'variables': { 736 'variables': {
739 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 737 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
740 'proto_out_dir': 'chromeos/cryptohome', 738 'proto_out_dir': 'chromeos/cryptohome',
741 }, 739 },
742 'includes': ['../build/protoc.gypi'], 740 'includes': ['../build/protoc.gypi'],
743 }, 741 },
744 ], 742 ],
745 } 743 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698