| 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_memory.gypi', | 10 'chromeos_memory.gypi', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 'sources': [ | 33 'sources': [ |
| 34 'app_mode/kiosk_oem_manifest_parser.cc', | 34 'app_mode/kiosk_oem_manifest_parser.cc', |
| 35 'app_mode/kiosk_oem_manifest_parser.h', | 35 'app_mode/kiosk_oem_manifest_parser.h', |
| 36 'audio/audio_device.cc', | 36 'audio/audio_device.cc', |
| 37 'audio/audio_device.h', | 37 'audio/audio_device.h', |
| 38 'audio/audio_devices_pref_handler.h', | 38 'audio/audio_devices_pref_handler.h', |
| 39 'audio/audio_pref_observer.h', | 39 'audio/audio_pref_observer.h', |
| 40 'audio/audio_pref_handler.h', | 40 'audio/audio_pref_handler.h', |
| 41 'audio/cras_audio_handler.cc', | 41 'audio/cras_audio_handler.cc', |
| 42 'audio/cras_audio_handler.h', | 42 'audio/cras_audio_handler.h', |
| 43 'audio/mock_cras_audio_handler.cc', | 43 'audio/audio_devices_pref_handler_stub.cc', |
| 44 'audio/mock_cras_audio_handler.h', | 44 'audio/audio_devices_pref_handler_stub.h', |
| 45 'attestation/attestation_constants.cc', | 45 'attestation/attestation_constants.cc', |
| 46 'attestation/attestation_constants.h', | 46 'attestation/attestation_constants.h', |
| 47 'attestation/attestation_flow.cc', | 47 'attestation/attestation_flow.cc', |
| 48 'attestation/attestation_flow.h', | 48 'attestation/attestation_flow.h', |
| 49 'chromeos_constants.cc', | 49 'chromeos_constants.cc', |
| 50 'chromeos_constants.h', | 50 'chromeos_constants.h', |
| 51 'chromeos_export.h', | 51 'chromeos_export.h', |
| 52 'chromeos_paths.cc', | 52 'chromeos_paths.cc', |
| 53 'chromeos_paths.h', | 53 'chromeos_paths.h', |
| 54 'chromeos_switches.cc', | 54 'chromeos_switches.cc', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 70 'dbus/bluetooth_device_client.cc', | 70 'dbus/bluetooth_device_client.cc', |
| 71 'dbus/bluetooth_device_client.h', | 71 'dbus/bluetooth_device_client.h', |
| 72 'dbus/bluetooth_input_client.cc', | 72 'dbus/bluetooth_input_client.cc', |
| 73 'dbus/bluetooth_input_client.h', | 73 'dbus/bluetooth_input_client.h', |
| 74 'dbus/bluetooth_profile_manager_client.cc', | 74 'dbus/bluetooth_profile_manager_client.cc', |
| 75 'dbus/bluetooth_profile_manager_client.h', | 75 'dbus/bluetooth_profile_manager_client.h', |
| 76 'dbus/bluetooth_profile_service_provider.cc', | 76 'dbus/bluetooth_profile_service_provider.cc', |
| 77 'dbus/bluetooth_profile_service_provider.h', | 77 'dbus/bluetooth_profile_service_provider.h', |
| 78 'dbus/cras_audio_client.cc', | 78 'dbus/cras_audio_client.cc', |
| 79 'dbus/cras_audio_client.h', | 79 'dbus/cras_audio_client.h', |
| 80 'dbus/cras_audio_client_stub_impl.cc', |
| 81 'dbus/cras_audio_client_stub_impl.h', |
| 80 'dbus/cros_disks_client.cc', | 82 'dbus/cros_disks_client.cc', |
| 81 'dbus/cros_disks_client.h', | 83 'dbus/cros_disks_client.h', |
| 82 'dbus/cryptohome_client.cc', | 84 'dbus/cryptohome_client.cc', |
| 83 'dbus/cryptohome_client.h', | 85 'dbus/cryptohome_client.h', |
| 84 'dbus/dbus_client_implementation_type.h', | 86 'dbus/dbus_client_implementation_type.h', |
| 85 'dbus/dbus_method_call_status.h', | 87 'dbus/dbus_method_call_status.h', |
| 86 'dbus/dbus_thread_manager.cc', | 88 'dbus/dbus_thread_manager.cc', |
| 87 'dbus/dbus_thread_manager.h', | 89 'dbus/dbus_thread_manager.h', |
| 88 'dbus/debug_daemon_client.cc', | 90 'dbus/debug_daemon_client.cc', |
| 89 'dbus/debug_daemon_client.h', | 91 'dbus/debug_daemon_client.h', |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 '../net/net.gyp:net', | 451 '../net/net.gyp:net', |
| 450 '../testing/gmock.gyp:gmock', | 452 '../testing/gmock.gyp:gmock', |
| 451 '../testing/gtest.gyp:gtest', | 453 '../testing/gtest.gyp:gtest', |
| 452 '../url/url.gyp:url_lib', | 454 '../url/url.gyp:url_lib', |
| 453 'chromeos_test_support', | 455 'chromeos_test_support', |
| 454 'power_manager_proto', | 456 'power_manager_proto', |
| 455 ], | 457 ], |
| 456 'sources': [ | 458 'sources': [ |
| 457 'app_mode/kiosk_oem_manifest_parser_unittest.cc', | 459 'app_mode/kiosk_oem_manifest_parser_unittest.cc', |
| 458 'attestation/attestation_flow_unittest.cc', | 460 'attestation/attestation_flow_unittest.cc', |
| 461 'audio/cras_audio_handler_unittest.cc', |
| 459 'dbus/blocking_method_caller_unittest.cc', | 462 'dbus/blocking_method_caller_unittest.cc', |
| 460 'dbus/cros_disks_client_unittest.cc', | 463 'dbus/cros_disks_client_unittest.cc', |
| 461 'dbus/gsm_sms_client_unittest.cc', | 464 'dbus/gsm_sms_client_unittest.cc', |
| 462 'dbus/ibus/ibus_client_unittest.cc', | 465 'dbus/ibus/ibus_client_unittest.cc', |
| 463 'dbus/ibus/ibus_component_unittest.cc', | 466 'dbus/ibus/ibus_component_unittest.cc', |
| 464 'dbus/ibus/ibus_config_client_unittest.cc', | 467 'dbus/ibus/ibus_config_client_unittest.cc', |
| 465 'dbus/ibus/ibus_engine_factory_service_unittest.cc', | 468 'dbus/ibus/ibus_engine_factory_service_unittest.cc', |
| 466 'dbus/ibus/ibus_engine_service_unittest.cc', | 469 'dbus/ibus/ibus_engine_service_unittest.cc', |
| 467 'dbus/ibus/ibus_input_context_client_unittest.cc', | 470 'dbus/ibus/ibus_input_context_client_unittest.cc', |
| 468 'dbus/ibus/ibus_lookup_table_unittest.cc', | 471 'dbus/ibus/ibus_lookup_table_unittest.cc', |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 542 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
| 540 ], | 543 ], |
| 541 'variables': { | 544 'variables': { |
| 542 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 545 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
| 543 'proto_out_dir': 'chromeos/dbus/power_manager', | 546 'proto_out_dir': 'chromeos/dbus/power_manager', |
| 544 }, | 547 }, |
| 545 'includes': ['../build/protoc.gypi'], | 548 'includes': ['../build/protoc.gypi'], |
| 546 }, | 549 }, |
| 547 ], | 550 ], |
| 548 } | 551 } |
| OLD | NEW |