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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 'dbus/mock_bluetooth_out_of_band_client.cc', | 314 'dbus/mock_bluetooth_out_of_band_client.cc', |
315 'dbus/mock_bluetooth_out_of_band_client.h', | 315 'dbus/mock_bluetooth_out_of_band_client.h', |
316 'dbus/mock_cros_disks_client.cc', | 316 'dbus/mock_cros_disks_client.cc', |
317 'dbus/mock_cros_disks_client.h', | 317 'dbus/mock_cros_disks_client.h', |
318 'dbus/mock_cryptohome_client.cc', | 318 'dbus/mock_cryptohome_client.cc', |
319 'dbus/mock_cryptohome_client.h', | 319 'dbus/mock_cryptohome_client.h', |
320 'dbus/mock_dbus_thread_manager.cc', | 320 'dbus/mock_dbus_thread_manager.cc', |
321 'dbus/mock_dbus_thread_manager.h', | 321 'dbus/mock_dbus_thread_manager.h', |
322 'dbus/mock_debug_daemon_client.cc', | 322 'dbus/mock_debug_daemon_client.cc', |
323 'dbus/mock_debug_daemon_client.h', | 323 'dbus/mock_debug_daemon_client.h', |
324 'dbus/mock_experimental_bluetooth_adapter_client.cc', | |
325 'dbus/mock_experimental_bluetooth_adapter_client.h', | |
326 'dbus/mock_experimental_bluetooth_agent_manager_client.cc', | |
327 'dbus/mock_experimental_bluetooth_agent_manager_client.h', | |
328 'dbus/mock_experimental_bluetooth_device_client.cc', | |
329 'dbus/mock_experimental_bluetooth_device_client.h', | |
330 'dbus/mock_experimental_bluetooth_profile_manager_client.cc', | |
331 'dbus/mock_experimental_bluetooth_profile_manager_client.h', | |
332 'dbus/mock_shill_device_client.cc', | 324 'dbus/mock_shill_device_client.cc', |
333 'dbus/mock_shill_device_client.h', | 325 'dbus/mock_shill_device_client.h', |
334 'dbus/mock_shill_ipconfig_client.cc', | 326 'dbus/mock_shill_ipconfig_client.cc', |
335 'dbus/mock_shill_ipconfig_client.h', | 327 'dbus/mock_shill_ipconfig_client.h', |
336 'dbus/mock_shill_manager_client.cc', | 328 'dbus/mock_shill_manager_client.cc', |
337 'dbus/mock_shill_manager_client.h', | 329 'dbus/mock_shill_manager_client.h', |
338 'dbus/mock_shill_profile_client.cc', | 330 'dbus/mock_shill_profile_client.cc', |
339 'dbus/mock_shill_profile_client.h', | 331 'dbus/mock_shill_profile_client.h', |
340 'dbus/mock_shill_service_client.cc', | 332 'dbus/mock_shill_service_client.cc', |
341 'dbus/mock_shill_service_client.h', | 333 'dbus/mock_shill_service_client.h', |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
523 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 515 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
524 ], | 516 ], |
525 'variables': { | 517 'variables': { |
526 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 518 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
527 'proto_out_dir': 'chromeos/dbus', | 519 'proto_out_dir': 'chromeos/dbus', |
528 }, | 520 }, |
529 'includes': ['../build/protoc.gypi'], | 521 'includes': ['../build/protoc.gypi'], |
530 }, | 522 }, |
531 ], | 523 ], |
532 } | 524 } |
OLD | NEW |