| 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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'chromeos_sources': [ | 9 'chromeos_sources': [ |
| 10 'accelerometer/accelerometer_reader.cc', | 10 'accelerometer/accelerometer_reader.cc', |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 'attestation/mock_attestation_flow.cc', | 516 'attestation/mock_attestation_flow.cc', |
| 517 'attestation/mock_attestation_flow.h', | 517 'attestation/mock_attestation_flow.h', |
| 518 'chromeos_test_utils.cc', | 518 'chromeos_test_utils.cc', |
| 519 'chromeos_test_utils.h', | 519 'chromeos_test_utils.h', |
| 520 'cryptohome/mock_async_method_caller.cc', | 520 'cryptohome/mock_async_method_caller.cc', |
| 521 'cryptohome/mock_async_method_caller.h', | 521 'cryptohome/mock_async_method_caller.h', |
| 522 'cryptohome/mock_homedir_methods.cc', | 522 'cryptohome/mock_homedir_methods.cc', |
| 523 'cryptohome/mock_homedir_methods.h', | 523 'cryptohome/mock_homedir_methods.h', |
| 524 'dbus/mock_cryptohome_client.cc', | 524 'dbus/mock_cryptohome_client.cc', |
| 525 'dbus/mock_cryptohome_client.h', | 525 'dbus/mock_cryptohome_client.h', |
| 526 'dbus/mock_lorgnette_manager_client.cc', | |
| 527 'dbus/mock_lorgnette_manager_client.h', | |
| 528 'dbus/mock_session_manager_client.cc', | 526 'dbus/mock_session_manager_client.cc', |
| 529 'dbus/mock_session_manager_client.h', | 527 'dbus/mock_session_manager_client.h', |
| 530 'dbus/mock_shill_manager_client.cc', | 528 'dbus/mock_shill_manager_client.cc', |
| 531 'dbus/mock_shill_manager_client.h', | 529 'dbus/mock_shill_manager_client.h', |
| 532 'dbus/mock_shill_profile_client.cc', | 530 'dbus/mock_shill_profile_client.cc', |
| 533 'dbus/mock_shill_profile_client.h', | 531 'dbus/mock_shill_profile_client.h', |
| 534 'dbus/mock_shill_service_client.cc', | 532 'dbus/mock_shill_service_client.cc', |
| 535 'dbus/mock_shill_service_client.h', | 533 'dbus/mock_shill_service_client.h', |
| 536 'disks/mock_disk_mount_manager.cc', | 534 'disks/mock_disk_mount_manager.cc', |
| 537 'disks/mock_disk_mount_manager.h', | 535 'disks/mock_disk_mount_manager.h', |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 676 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 674 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
| 677 ], | 675 ], |
| 678 'variables': { | 676 'variables': { |
| 679 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 677 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
| 680 'proto_out_dir': 'chromeos/cryptohome', | 678 'proto_out_dir': 'chromeos/cryptohome', |
| 681 }, | 679 }, |
| 682 'includes': ['../build/protoc.gypi'], | 680 'includes': ['../build/protoc.gypi'], |
| 683 }, | 681 }, |
| 684 ], | 682 ], |
| 685 } | 683 } |
| OLD | NEW |