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

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: nits and includes 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
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/dbus/fake_power_manager_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 ], 627 ],
625 'include_dirs': [ 628 'include_dirs': [
626 '..', 629 '..',
627 ], 630 ],
628 }, 631 },
629 { 632 {
630 # GN version: //chromeos:test_support_without_gmock 633 # GN version: //chromeos:test_support_without_gmock
631 'target_name': 'chromeos_test_support_without_gmock', 634 'target_name': 'chromeos_test_support_without_gmock',
632 'type': 'static_library', 635 'type': 'static_library',
633 'export_dependent_settings': [ 636 'export_dependent_settings': [
634 # fake_power_manager_client.h includes pb.h files.
635 'power_manager_proto', 637 'power_manager_proto',
636 ], 638 ],
637 'dependencies': [ 639 'dependencies': [
638 '../build/linux/system.gyp:dbus', 640 '../build/linux/system.gyp:dbus',
639 '../crypto/crypto.gyp:crypto', 641 '../crypto/crypto.gyp:crypto',
640 '../dbus/dbus.gyp:dbus', 642 '../dbus/dbus.gyp:dbus',
641 'chromeos', 643 'chromeos',
642 'cryptohome_proto', 644 'cryptohome_proto',
643 'power_manager_proto', 645 'power_manager_proto',
644 ], 646 ],
645 # If you edit the file list of this target, please edit BUILD.gn as well. 647 # If you edit the file list of this target, please edit BUILD.gn as well.
646 'sources': [ 648 'sources': [
647 'dbus/fake_power_manager_client.cc',
648 'dbus/fake_power_manager_client.h',
649 'dbus/fake_session_manager_client.cc', 649 'dbus/fake_session_manager_client.cc',
650 'dbus/fake_session_manager_client.h', 650 'dbus/fake_session_manager_client.h',
651 'dbus/fake_shill_manager_client.cc', 651 'dbus/fake_shill_manager_client.cc',
652 'dbus/fake_shill_manager_client.h', 652 'dbus/fake_shill_manager_client.h',
653 'dbus/fake_update_engine_client.cc', 653 'dbus/fake_update_engine_client.cc',
654 'dbus/fake_update_engine_client.h', 654 'dbus/fake_update_engine_client.h',
655 ], 655 ],
656 'include_dirs': [ 656 'include_dirs': [
657 '..', 657 '..',
658 ], 658 ],
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 '../build/isolate.gypi', 758 '../build/isolate.gypi',
759 ], 759 ],
760 'sources': [ 760 'sources': [
761 'chromeos_unittests.isolate', 761 'chromeos_unittests.isolate',
762 ], 762 ],
763 }, 763 },
764 ], 764 ],
765 }], 765 }],
766 ], 766 ],
767 } 767 }
OLDNEW
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/dbus/fake_power_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698