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 'includes': [ | 9 'includes': [ |
10 'chromeos_tools.gypi' | 10 'chromeos_tools.gypi' |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 'chromeos', | 235 'chromeos', |
236 'power_manager_proto', | 236 'power_manager_proto', |
237 ], | 237 ], |
238 'sources': [ | 238 'sources': [ |
239 'attestation/mock_attestation_flow.cc', | 239 'attestation/mock_attestation_flow.cc', |
240 'attestation/mock_attestation_flow.h', | 240 'attestation/mock_attestation_flow.h', |
241 'chromeos_test_utils.cc', | 241 'chromeos_test_utils.cc', |
242 'chromeos_test_utils.h', | 242 'chromeos_test_utils.h', |
243 'cryptohome/mock_async_method_caller.cc', | 243 'cryptohome/mock_async_method_caller.cc', |
244 'cryptohome/mock_async_method_caller.h', | 244 'cryptohome/mock_async_method_caller.h', |
| 245 'dbus/fake_session_manager_client.cc', |
| 246 'dbus/fake_session_manager_client.h', |
245 'dbus/mock_bluetooth_adapter_client.cc', | 247 'dbus/mock_bluetooth_adapter_client.cc', |
246 'dbus/mock_bluetooth_adapter_client.h', | 248 'dbus/mock_bluetooth_adapter_client.h', |
247 'dbus/mock_bluetooth_device_client.cc', | 249 'dbus/mock_bluetooth_device_client.cc', |
248 'dbus/mock_bluetooth_device_client.h', | 250 'dbus/mock_bluetooth_device_client.h', |
249 'dbus/mock_bluetooth_input_client.cc', | 251 'dbus/mock_bluetooth_input_client.cc', |
250 'dbus/mock_bluetooth_input_client.h', | 252 'dbus/mock_bluetooth_input_client.h', |
251 'dbus/mock_bluetooth_manager_client.cc', | 253 'dbus/mock_bluetooth_manager_client.cc', |
252 'dbus/mock_bluetooth_manager_client.h', | 254 'dbus/mock_bluetooth_manager_client.h', |
253 'dbus/mock_bluetooth_node_client.cc', | 255 'dbus/mock_bluetooth_node_client.cc', |
254 'dbus/mock_bluetooth_node_client.h', | 256 'dbus/mock_bluetooth_node_client.h', |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 457 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
456 ], | 458 ], |
457 'variables': { | 459 'variables': { |
458 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 460 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
459 'proto_out_dir': 'chromeos/dbus', | 461 'proto_out_dir': 'chromeos/dbus', |
460 }, | 462 }, |
461 'includes': ['../build/protoc.gypi'], | 463 'includes': ['../build/protoc.gypi'], |
462 }, | 464 }, |
463 ], | 465 ], |
464 } | 466 } |
OLD | NEW |