OLD | NEW |
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 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 'dbus/dbus_method_call_status.h', | 46 'dbus/dbus_method_call_status.h', |
47 'dbus/dbus_thread_manager.cc', | 47 'dbus/dbus_thread_manager.cc', |
48 'dbus/dbus_thread_manager.h', | 48 'dbus/dbus_thread_manager.h', |
49 'dbus/debug_daemon_client.cc', | 49 'dbus/debug_daemon_client.cc', |
50 'dbus/debug_daemon_client.h', | 50 'dbus/debug_daemon_client.h', |
51 'dbus/cryptohome_client.h', | 51 'dbus/cryptohome_client.h', |
52 'dbus/flimflam_ipconfig_client.cc', | 52 'dbus/flimflam_ipconfig_client.cc', |
53 'dbus/flimflam_ipconfig_client.h', | 53 'dbus/flimflam_ipconfig_client.h', |
54 'dbus/flimflam_client_helper.cc', | 54 'dbus/flimflam_client_helper.cc', |
55 'dbus/flimflam_client_helper.h', | 55 'dbus/flimflam_client_helper.h', |
| 56 'dbus/flimflam_device_client.cc', |
| 57 'dbus/flimflam_device_client.h', |
56 'dbus/flimflam_manager_client.cc', | 58 'dbus/flimflam_manager_client.cc', |
57 'dbus/flimflam_manager_client.h', | 59 'dbus/flimflam_manager_client.h', |
58 'dbus/flimflam_network_client.cc', | 60 'dbus/flimflam_network_client.cc', |
59 'dbus/flimflam_network_client.h', | 61 'dbus/flimflam_network_client.h', |
60 'dbus/flimflam_profile_client.cc', | 62 'dbus/flimflam_profile_client.cc', |
61 'dbus/flimflam_profile_client.h', | 63 'dbus/flimflam_profile_client.h', |
62 'dbus/image_burner_client.cc', | 64 'dbus/image_burner_client.cc', |
63 'dbus/image_burner_client.h', | 65 'dbus/image_burner_client.h', |
64 'dbus/introspectable_client.cc', | 66 'dbus/introspectable_client.cc', |
65 'dbus/introspectable_client.h', | 67 'dbus/introspectable_client.h', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 'dbus/mock_cros_disks_client.cc', | 100 'dbus/mock_cros_disks_client.cc', |
99 'dbus/mock_cros_disks_client.h', | 101 'dbus/mock_cros_disks_client.h', |
100 'dbus/mock_cashew_client.cc', | 102 'dbus/mock_cashew_client.cc', |
101 'dbus/mock_cashew_client.h', | 103 'dbus/mock_cashew_client.h', |
102 'dbus/mock_cryptohome_client.cc', | 104 'dbus/mock_cryptohome_client.cc', |
103 'dbus/mock_cryptohome_client.h', | 105 'dbus/mock_cryptohome_client.h', |
104 'dbus/mock_dbus_thread_manager.cc', | 106 'dbus/mock_dbus_thread_manager.cc', |
105 'dbus/mock_dbus_thread_manager.h', | 107 'dbus/mock_dbus_thread_manager.h', |
106 'dbus/mock_debug_daemon_client.cc', | 108 'dbus/mock_debug_daemon_client.cc', |
107 'dbus/mock_debug_daemon_client.h', | 109 'dbus/mock_debug_daemon_client.h', |
| 110 'dbus/mock_flimflam_device_client.cc', |
| 111 'dbus/mock_flimflam_device_client.h', |
108 'dbus/mock_flimflam_ipconfig_client.cc', | 112 'dbus/mock_flimflam_ipconfig_client.cc', |
109 'dbus/mock_flimflam_ipconfig_client.h', | 113 'dbus/mock_flimflam_ipconfig_client.h', |
110 'dbus/mock_flimflam_manager_client.cc', | 114 'dbus/mock_flimflam_manager_client.cc', |
111 'dbus/mock_flimflam_manager_client.h', | 115 'dbus/mock_flimflam_manager_client.h', |
112 'dbus/mock_flimflam_network_client.cc', | 116 'dbus/mock_flimflam_network_client.cc', |
113 'dbus/mock_flimflam_network_client.h', | 117 'dbus/mock_flimflam_network_client.h', |
114 'dbus/mock_flimflam_profile_client.cc', | 118 'dbus/mock_flimflam_profile_client.cc', |
115 'dbus/mock_flimflam_profile_client.h', | 119 'dbus/mock_flimflam_profile_client.h', |
116 'dbus/mock_image_burner_client.cc', | 120 'dbus/mock_image_burner_client.cc', |
117 'dbus/mock_image_burner_client.h', | 121 'dbus/mock_image_burner_client.h', |
(...skipping 21 matching lines...) Expand all Loading... |
139 '../build/linux/system.gyp:dbus', | 143 '../build/linux/system.gyp:dbus', |
140 '../dbus/dbus.gyp:dbus_test_support', | 144 '../dbus/dbus.gyp:dbus_test_support', |
141 '../testing/gmock.gyp:gmock', | 145 '../testing/gmock.gyp:gmock', |
142 '../testing/gtest.gyp:gtest', | 146 '../testing/gtest.gyp:gtest', |
143 'chromeos_test_support', | 147 'chromeos_test_support', |
144 ], | 148 ], |
145 'sources': [ | 149 'sources': [ |
146 'dbus/blocking_method_caller_unittest.cc', | 150 'dbus/blocking_method_caller_unittest.cc', |
147 'dbus/flimflam_client_unittest_base.cc', | 151 'dbus/flimflam_client_unittest_base.cc', |
148 'dbus/flimflam_client_unittest_base.h', | 152 'dbus/flimflam_client_unittest_base.h', |
| 153 'dbus/flimflam_device_client_unittest.cc', |
149 'dbus/flimflam_manager_client_unittest.cc', | 154 'dbus/flimflam_manager_client_unittest.cc', |
150 'dbus/flimflam_network_client_unittest.cc', | 155 'dbus/flimflam_network_client_unittest.cc', |
151 'dbus/flimflam_profile_client_unittest.cc', | 156 'dbus/flimflam_profile_client_unittest.cc', |
152 ], | 157 ], |
153 'include_dirs': [ | 158 'include_dirs': [ |
154 '..', | 159 '..', |
155 ], | 160 ], |
156 }, | 161 }, |
157 { | 162 { |
158 # Protobuf compiler / generator for the PowerSupplyProperties protocol | 163 # Protobuf compiler / generator for the PowerSupplyProperties protocol |
(...skipping 18 matching lines...) Expand all Loading... |
177 '../third_party/cros_system_api/dbus/power_supply_properties.proto', | 182 '../third_party/cros_system_api/dbus/power_supply_properties.proto', |
178 ], | 183 ], |
179 'variables': { | 184 'variables': { |
180 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 185 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
181 'proto_out_dir': 'chromeos/dbus', | 186 'proto_out_dir': 'chromeos/dbus', |
182 }, | 187 }, |
183 'includes': ['../build/protoc.gypi'], | 188 'includes': ['../build/protoc.gypi'], |
184 }, | 189 }, |
185 ], | 190 ], |
186 } | 191 } |
OLD | NEW |