| 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 20 matching lines...) Expand all Loading... |
| 31 'CHROMEOS_IMPLEMENTATION', | 31 'CHROMEOS_IMPLEMENTATION', |
| 32 ], | 32 ], |
| 33 'sources': [ | 33 'sources': [ |
| 34 'attestation/attestation_flow.cc', | 34 'attestation/attestation_flow.cc', |
| 35 'attestation/attestation_flow.h', | 35 'attestation/attestation_flow.h', |
| 36 'chromeos_export.h', | 36 'chromeos_export.h', |
| 37 'chromeos_switches.cc', | 37 'chromeos_switches.cc', |
| 38 'chromeos_switches.h', | 38 'chromeos_switches.h', |
| 39 'cryptohome/async_method_caller.cc', | 39 'cryptohome/async_method_caller.cc', |
| 40 'cryptohome/async_method_caller.h', | 40 'cryptohome/async_method_caller.h', |
| 41 'dbus/audio_node.cc', |
| 42 'dbus/audio_node.h', |
| 41 'dbus/blocking_method_caller.cc', | 43 'dbus/blocking_method_caller.cc', |
| 42 'dbus/blocking_method_caller.h', | 44 'dbus/blocking_method_caller.h', |
| 43 'dbus/bluetooth_adapter_client.cc', | 45 'dbus/bluetooth_adapter_client.cc', |
| 44 'dbus/bluetooth_adapter_client.h', | 46 'dbus/bluetooth_adapter_client.h', |
| 45 'dbus/bluetooth_agent_service_provider.cc', | 47 'dbus/bluetooth_agent_service_provider.cc', |
| 46 'dbus/bluetooth_agent_service_provider.h', | 48 'dbus/bluetooth_agent_service_provider.h', |
| 47 'dbus/bluetooth_device_client.cc', | 49 'dbus/bluetooth_device_client.cc', |
| 48 'dbus/bluetooth_device_client.h', | 50 'dbus/bluetooth_device_client.h', |
| 49 'dbus/bluetooth_input_client.cc', | 51 'dbus/bluetooth_input_client.cc', |
| 50 'dbus/bluetooth_input_client.h', | 52 'dbus/bluetooth_input_client.h', |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 511 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 510 ], | 512 ], |
| 511 'variables': { | 513 'variables': { |
| 512 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 514 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 513 'proto_out_dir': 'chromeos/dbus', | 515 'proto_out_dir': 'chromeos/dbus', |
| 514 }, | 516 }, |
| 515 'includes': ['../build/protoc.gypi'], | 517 'includes': ['../build/protoc.gypi'], |
| 516 }, | 518 }, |
| 517 ], | 519 ], |
| 518 } | 520 } |
| OLD | NEW |