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

Side by Side Diff: chromeos/chromeos.gyp

Issue 980973003: apmanager: Add dbus implementation to chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change struct into class Created 5 years, 9 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 | « no previous file | chromeos/dbus/ap_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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'cryptohome/async_method_caller.cc', 42 'cryptohome/async_method_caller.cc',
43 'cryptohome/async_method_caller.h', 43 'cryptohome/async_method_caller.h',
44 'cryptohome/cryptohome_parameters.cc', 44 'cryptohome/cryptohome_parameters.cc',
45 'cryptohome/cryptohome_parameters.h', 45 'cryptohome/cryptohome_parameters.h',
46 'cryptohome/cryptohome_util.cc', 46 'cryptohome/cryptohome_util.cc',
47 'cryptohome/cryptohome_util.h', 47 'cryptohome/cryptohome_util.h',
48 'cryptohome/homedir_methods.cc', 48 'cryptohome/homedir_methods.cc',
49 'cryptohome/homedir_methods.h', 49 'cryptohome/homedir_methods.h',
50 'cryptohome/system_salt_getter.cc', 50 'cryptohome/system_salt_getter.cc',
51 'cryptohome/system_salt_getter.h', 51 'cryptohome/system_salt_getter.h',
52 'dbus/ap_manager_client.cc',
53 'dbus/ap_manager_client.h',
52 'dbus/audio_node.cc', 54 'dbus/audio_node.cc',
53 'dbus/audio_node.h', 55 'dbus/audio_node.h',
54 'dbus/blocking_method_caller.cc', 56 'dbus/blocking_method_caller.cc',
55 'dbus/blocking_method_caller.h', 57 'dbus/blocking_method_caller.h',
56 'dbus/bluetooth_adapter_client.cc', 58 'dbus/bluetooth_adapter_client.cc',
57 'dbus/bluetooth_adapter_client.h', 59 'dbus/bluetooth_adapter_client.h',
58 'dbus/bluetooth_agent_manager_client.cc', 60 'dbus/bluetooth_agent_manager_client.cc',
59 'dbus/bluetooth_agent_manager_client.h', 61 'dbus/bluetooth_agent_manager_client.h',
60 'dbus/bluetooth_agent_service_provider.cc', 62 'dbus/bluetooth_agent_service_provider.cc',
61 'dbus/bluetooth_agent_service_provider.h', 63 'dbus/bluetooth_agent_service_provider.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'dbus/dbus_client_bundle.h', 99 'dbus/dbus_client_bundle.h',
98 'dbus/dbus_client_implementation_type.h', 100 'dbus/dbus_client_implementation_type.h',
99 'dbus/dbus_method_call_status.cc', 101 'dbus/dbus_method_call_status.cc',
100 'dbus/dbus_method_call_status.h', 102 'dbus/dbus_method_call_status.h',
101 'dbus/dbus_thread_manager.cc', 103 'dbus/dbus_thread_manager.cc',
102 'dbus/dbus_thread_manager.h', 104 'dbus/dbus_thread_manager.h',
103 'dbus/debug_daemon_client.cc', 105 'dbus/debug_daemon_client.cc',
104 'dbus/debug_daemon_client.h', 106 'dbus/debug_daemon_client.h',
105 'dbus/easy_unlock_client.cc', 107 'dbus/easy_unlock_client.cc',
106 'dbus/easy_unlock_client.h', 108 'dbus/easy_unlock_client.h',
109 'dbus/fake_ap_manager_client.cc',
110 'dbus/fake_ap_manager_client.h',
107 'dbus/fake_bluetooth_adapter_client.cc', 111 'dbus/fake_bluetooth_adapter_client.cc',
108 'dbus/fake_bluetooth_adapter_client.h', 112 'dbus/fake_bluetooth_adapter_client.h',
109 'dbus/fake_bluetooth_agent_manager_client.cc', 113 'dbus/fake_bluetooth_agent_manager_client.cc',
110 'dbus/fake_bluetooth_agent_manager_client.h', 114 'dbus/fake_bluetooth_agent_manager_client.h',
111 'dbus/fake_bluetooth_agent_service_provider.cc', 115 'dbus/fake_bluetooth_agent_service_provider.cc',
112 'dbus/fake_bluetooth_agent_service_provider.h', 116 'dbus/fake_bluetooth_agent_service_provider.h',
113 'dbus/fake_bluetooth_device_client.cc', 117 'dbus/fake_bluetooth_device_client.cc',
114 'dbus/fake_bluetooth_device_client.h', 118 'dbus/fake_bluetooth_device_client.h',
115 'dbus/fake_bluetooth_gatt_characteristic_client.cc', 119 'dbus/fake_bluetooth_gatt_characteristic_client.cc',
116 'dbus/fake_bluetooth_gatt_characteristic_client.h', 120 'dbus/fake_bluetooth_gatt_characteristic_client.h',
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 706 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
703 ], 707 ],
704 'variables': { 708 'variables': {
705 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 709 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
706 'proto_out_dir': 'chromeos/cryptohome', 710 'proto_out_dir': 'chromeos/cryptohome',
707 }, 711 },
708 'includes': ['../build/protoc.gypi'], 712 'includes': ['../build/protoc.gypi'],
709 }, 713 },
710 ], 714 ],
711 } 715 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/ap_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698