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

Side by Side Diff: chromeos/chromeos.gyp

Issue 676423004: Merge CrosDisksClientStubImpl into FakeCrosDisksClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove static Created 6 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
« no previous file with comments | « no previous file | chromeos/dbus/cros_disks_client.cc » ('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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'dbus/fake_bluetooth_gatt_service_service_provider.cc', 115 'dbus/fake_bluetooth_gatt_service_service_provider.cc',
116 'dbus/fake_bluetooth_gatt_service_service_provider.h', 116 'dbus/fake_bluetooth_gatt_service_service_provider.h',
117 'dbus/fake_bluetooth_input_client.cc', 117 'dbus/fake_bluetooth_input_client.cc',
118 'dbus/fake_bluetooth_input_client.h', 118 'dbus/fake_bluetooth_input_client.h',
119 'dbus/fake_bluetooth_profile_manager_client.cc', 119 'dbus/fake_bluetooth_profile_manager_client.cc',
120 'dbus/fake_bluetooth_profile_manager_client.h', 120 'dbus/fake_bluetooth_profile_manager_client.h',
121 'dbus/fake_bluetooth_profile_service_provider.cc', 121 'dbus/fake_bluetooth_profile_service_provider.cc',
122 'dbus/fake_bluetooth_profile_service_provider.h', 122 'dbus/fake_bluetooth_profile_service_provider.h',
123 'dbus/fake_cras_audio_client.cc', 123 'dbus/fake_cras_audio_client.cc',
124 'dbus/fake_cras_audio_client.h', 124 'dbus/fake_cras_audio_client.h',
125 'dbus/fake_cros_disks_client.cc',
126 'dbus/fake_cros_disks_client.h',
125 'dbus/fake_cryptohome_client.cc', 127 'dbus/fake_cryptohome_client.cc',
126 'dbus/fake_cryptohome_client.h', 128 'dbus/fake_cryptohome_client.h',
127 'dbus/fake_debug_daemon_client.cc', 129 'dbus/fake_debug_daemon_client.cc',
128 'dbus/fake_debug_daemon_client.h', 130 'dbus/fake_debug_daemon_client.h',
129 'dbus/fake_easy_unlock_client.cc', 131 'dbus/fake_easy_unlock_client.cc',
130 'dbus/fake_easy_unlock_client.h', 132 'dbus/fake_easy_unlock_client.h',
131 'dbus/fake_gsm_sms_client.cc', 133 'dbus/fake_gsm_sms_client.cc',
132 'dbus/fake_gsm_sms_client.h', 134 'dbus/fake_gsm_sms_client.h',
133 'dbus/fake_image_burner_client.cc', 135 'dbus/fake_image_burner_client.cc',
134 'dbus/fake_image_burner_client.h', 136 'dbus/fake_image_burner_client.h',
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'dependencies': [ 569 'dependencies': [
568 '../build/linux/system.gyp:dbus', 570 '../build/linux/system.gyp:dbus',
569 '../crypto/crypto.gyp:crypto', 571 '../crypto/crypto.gyp:crypto',
570 '../dbus/dbus.gyp:dbus', 572 '../dbus/dbus.gyp:dbus',
571 'chromeos', 573 'chromeos',
572 'cryptohome_proto', 574 'cryptohome_proto',
573 'power_manager_proto', 575 'power_manager_proto',
574 ], 576 ],
575 # If you edit the file list of this target, please edit BUILD.gn as well. 577 # If you edit the file list of this target, please edit BUILD.gn as well.
576 'sources': [ 578 'sources': [
577 'dbus/fake_cros_disks_client.cc',
578 'dbus/fake_cros_disks_client.h',
579 'dbus/fake_power_manager_client.cc', 579 'dbus/fake_power_manager_client.cc',
580 'dbus/fake_power_manager_client.h', 580 'dbus/fake_power_manager_client.h',
581 'dbus/fake_session_manager_client.cc', 581 'dbus/fake_session_manager_client.cc',
582 'dbus/fake_session_manager_client.h', 582 'dbus/fake_session_manager_client.h',
583 'dbus/fake_shill_manager_client.cc', 583 'dbus/fake_shill_manager_client.cc',
584 'dbus/fake_shill_manager_client.h', 584 'dbus/fake_shill_manager_client.h',
585 'dbus/fake_update_engine_client.cc', 585 'dbus/fake_update_engine_client.cc',
586 'dbus/fake_update_engine_client.h', 586 'dbus/fake_update_engine_client.h',
587 'ime/fake_input_method_delegate.cc', 587 'ime/fake_input_method_delegate.cc',
588 'ime/fake_input_method_delegate.h', 588 'ime/fake_input_method_delegate.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 674 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
675 ], 675 ],
676 'variables': { 676 'variables': {
677 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 677 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
678 'proto_out_dir': 'chromeos/cryptohome', 678 'proto_out_dir': 'chromeos/cryptohome',
679 }, 679 },
680 'includes': ['../build/protoc.gypi'], 680 'includes': ['../build/protoc.gypi'],
681 }, 681 },
682 ], 682 ],
683 } 683 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/cros_disks_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698