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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 'dbus/mock_bluetooth_device_client.cc', | 294 'dbus/mock_bluetooth_device_client.cc', |
295 'dbus/mock_bluetooth_device_client.h', | 295 'dbus/mock_bluetooth_device_client.h', |
296 'dbus/mock_bluetooth_input_client.cc', | 296 'dbus/mock_bluetooth_input_client.cc', |
297 'dbus/mock_bluetooth_input_client.h', | 297 'dbus/mock_bluetooth_input_client.h', |
298 'dbus/mock_bluetooth_manager_client.cc', | 298 'dbus/mock_bluetooth_manager_client.cc', |
299 'dbus/mock_bluetooth_manager_client.h', | 299 'dbus/mock_bluetooth_manager_client.h', |
300 'dbus/mock_bluetooth_node_client.cc', | 300 'dbus/mock_bluetooth_node_client.cc', |
301 'dbus/mock_bluetooth_node_client.h', | 301 'dbus/mock_bluetooth_node_client.h', |
302 'dbus/mock_bluetooth_out_of_band_client.cc', | 302 'dbus/mock_bluetooth_out_of_band_client.cc', |
303 'dbus/mock_bluetooth_out_of_band_client.h', | 303 'dbus/mock_bluetooth_out_of_band_client.h', |
304 'dbus/mock_cras_audio_client.cc', | |
305 'dbus/mock_cras_audio_client.h', | |
306 'dbus/mock_cros_disks_client.cc', | 304 'dbus/mock_cros_disks_client.cc', |
307 'dbus/mock_cros_disks_client.h', | 305 'dbus/mock_cros_disks_client.h', |
308 'dbus/mock_cryptohome_client.cc', | 306 'dbus/mock_cryptohome_client.cc', |
309 'dbus/mock_cryptohome_client.h', | 307 'dbus/mock_cryptohome_client.h', |
310 'dbus/mock_dbus_thread_manager.cc', | 308 'dbus/mock_dbus_thread_manager.cc', |
311 'dbus/mock_dbus_thread_manager.h', | 309 'dbus/mock_dbus_thread_manager.h', |
312 'dbus/mock_debug_daemon_client.cc', | 310 'dbus/mock_debug_daemon_client.cc', |
313 'dbus/mock_debug_daemon_client.h', | 311 'dbus/mock_debug_daemon_client.h', |
314 'dbus/mock_experimental_bluetooth_adapter_client.cc', | 312 'dbus/mock_experimental_bluetooth_adapter_client.cc', |
315 'dbus/mock_experimental_bluetooth_adapter_client.h', | 313 'dbus/mock_experimental_bluetooth_adapter_client.h', |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
513 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 511 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
514 ], | 512 ], |
515 'variables': { | 513 'variables': { |
516 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 514 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
517 'proto_out_dir': 'chromeos/dbus', | 515 'proto_out_dir': 'chromeos/dbus', |
518 }, | 516 }, |
519 'includes': ['../build/protoc.gypi'], | 517 'includes': ['../build/protoc.gypi'], |
520 }, | 518 }, |
521 ], | 519 ], |
522 } | 520 } |
OLD | NEW |