| 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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 'chromeos_test_support_without_gmock', | 351 'chromeos_test_support_without_gmock', |
| 352 'power_manager_proto', | 352 'power_manager_proto', |
| 353 ], | 353 ], |
| 354 'sources': [ | 354 'sources': [ |
| 355 'attestation/mock_attestation_flow.cc', | 355 'attestation/mock_attestation_flow.cc', |
| 356 'attestation/mock_attestation_flow.h', | 356 'attestation/mock_attestation_flow.h', |
| 357 'chromeos_test_utils.cc', | 357 'chromeos_test_utils.cc', |
| 358 'chromeos_test_utils.h', | 358 'chromeos_test_utils.h', |
| 359 'cryptohome/mock_async_method_caller.cc', | 359 'cryptohome/mock_async_method_caller.cc', |
| 360 'cryptohome/mock_async_method_caller.h', | 360 'cryptohome/mock_async_method_caller.h', |
| 361 'cryptohome/mock_cryptohome_library.cc', | |
| 362 'cryptohome/mock_cryptohome_library.h', | |
| 363 'dbus/mock_cryptohome_client.cc', | 361 'dbus/mock_cryptohome_client.cc', |
| 364 'dbus/mock_cryptohome_client.h', | 362 'dbus/mock_cryptohome_client.h', |
| 365 'dbus/mock_dbus_thread_manager.cc', | 363 'dbus/mock_dbus_thread_manager.cc', |
| 366 'dbus/mock_dbus_thread_manager.h', | 364 'dbus/mock_dbus_thread_manager.h', |
| 367 'dbus/mock_gsm_sms_client.cc', | 365 'dbus/mock_gsm_sms_client.cc', |
| 368 'dbus/mock_gsm_sms_client.h', | 366 'dbus/mock_gsm_sms_client.h', |
| 369 'dbus/mock_session_manager_client.cc', | 367 'dbus/mock_session_manager_client.cc', |
| 370 'dbus/mock_session_manager_client.h', | 368 'dbus/mock_session_manager_client.h', |
| 371 'dbus/mock_shill_device_client.cc', | 369 'dbus/mock_shill_device_client.cc', |
| 372 'dbus/mock_shill_device_client.h', | 370 'dbus/mock_shill_device_client.h', |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 545 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
| 548 ], | 546 ], |
| 549 'variables': { | 547 'variables': { |
| 550 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 548 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
| 551 'proto_out_dir': 'chromeos/dbus/power_manager', | 549 'proto_out_dir': 'chromeos/dbus/power_manager', |
| 552 }, | 550 }, |
| 553 'includes': ['../build/protoc.gypi'], | 551 'includes': ['../build/protoc.gypi'], |
| 554 }, | 552 }, |
| 555 ], | 553 ], |
| 556 } | 554 } |
| OLD | NEW |