| 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 24 matching lines...) Expand all Loading... |
| 35 'audio/audio_pref_handler.h', | 35 'audio/audio_pref_handler.h', |
| 36 'audio/cras_audio_handler.cc', | 36 'audio/cras_audio_handler.cc', |
| 37 'audio/cras_audio_handler.h', | 37 'audio/cras_audio_handler.h', |
| 38 'attestation/attestation_flow.cc', | 38 'attestation/attestation_flow.cc', |
| 39 'attestation/attestation_flow.h', | 39 'attestation/attestation_flow.h', |
| 40 'chromeos_export.h', | 40 'chromeos_export.h', |
| 41 'chromeos_switches.cc', | 41 'chromeos_switches.cc', |
| 42 'chromeos_switches.h', | 42 'chromeos_switches.h', |
| 43 'cryptohome/async_method_caller.cc', | 43 'cryptohome/async_method_caller.cc', |
| 44 'cryptohome/async_method_caller.h', | 44 'cryptohome/async_method_caller.h', |
| 45 'cryptohome/cryptohome_library.cc', |
| 46 'cryptohome/cryptohome_library.h', |
| 45 'dbus/audio_node.cc', | 47 'dbus/audio_node.cc', |
| 46 'dbus/audio_node.h', | 48 'dbus/audio_node.h', |
| 47 'dbus/blocking_method_caller.cc', | 49 'dbus/blocking_method_caller.cc', |
| 48 'dbus/blocking_method_caller.h', | 50 'dbus/blocking_method_caller.h', |
| 49 'dbus/bluetooth_adapter_client.cc', | 51 'dbus/bluetooth_adapter_client.cc', |
| 50 'dbus/bluetooth_adapter_client.h', | 52 'dbus/bluetooth_adapter_client.h', |
| 51 'dbus/bluetooth_agent_service_provider.cc', | 53 'dbus/bluetooth_agent_service_provider.cc', |
| 52 'dbus/bluetooth_agent_service_provider.h', | 54 'dbus/bluetooth_agent_service_provider.h', |
| 53 'dbus/bluetooth_device_client.cc', | 55 'dbus/bluetooth_device_client.cc', |
| 54 'dbus/bluetooth_device_client.h', | 56 'dbus/bluetooth_device_client.h', |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 'chromeos_test_support_without_gmock', | 300 'chromeos_test_support_without_gmock', |
| 299 'power_manager_proto', | 301 'power_manager_proto', |
| 300 ], | 302 ], |
| 301 'sources': [ | 303 'sources': [ |
| 302 'attestation/mock_attestation_flow.cc', | 304 'attestation/mock_attestation_flow.cc', |
| 303 'attestation/mock_attestation_flow.h', | 305 'attestation/mock_attestation_flow.h', |
| 304 'chromeos_test_utils.cc', | 306 'chromeos_test_utils.cc', |
| 305 'chromeos_test_utils.h', | 307 'chromeos_test_utils.h', |
| 306 'cryptohome/mock_async_method_caller.cc', | 308 'cryptohome/mock_async_method_caller.cc', |
| 307 'cryptohome/mock_async_method_caller.h', | 309 'cryptohome/mock_async_method_caller.h', |
| 310 'cryptohome/mock_cryptohome_library.cc', |
| 311 'cryptohome/mock_cryptohome_library.h', |
| 308 'dbus/fake_session_manager_client.cc', | 312 'dbus/fake_session_manager_client.cc', |
| 309 'dbus/fake_session_manager_client.h', | 313 'dbus/fake_session_manager_client.h', |
| 310 'dbus/mock_bluetooth_adapter_client.cc', | 314 'dbus/mock_bluetooth_adapter_client.cc', |
| 311 'dbus/mock_bluetooth_adapter_client.h', | 315 'dbus/mock_bluetooth_adapter_client.h', |
| 312 'dbus/mock_bluetooth_device_client.cc', | 316 'dbus/mock_bluetooth_device_client.cc', |
| 313 'dbus/mock_bluetooth_device_client.h', | 317 'dbus/mock_bluetooth_device_client.h', |
| 314 'dbus/mock_bluetooth_input_client.cc', | 318 'dbus/mock_bluetooth_input_client.cc', |
| 315 'dbus/mock_bluetooth_input_client.h', | 319 'dbus/mock_bluetooth_input_client.h', |
| 316 'dbus/mock_bluetooth_manager_client.cc', | 320 'dbus/mock_bluetooth_manager_client.cc', |
| 317 'dbus/mock_bluetooth_manager_client.h', | 321 'dbus/mock_bluetooth_manager_client.h', |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 534 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 531 ], | 535 ], |
| 532 'variables': { | 536 'variables': { |
| 533 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 537 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 534 'proto_out_dir': 'chromeos/dbus', | 538 'proto_out_dir': 'chromeos/dbus', |
| 535 }, | 539 }, |
| 536 'includes': ['../build/protoc.gypi'], | 540 'includes': ['../build/protoc.gypi'], |
| 537 }, | 541 }, |
| 538 ], | 542 ], |
| 539 } | 543 } |
| OLD | NEW |