| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 'attestation/attestation_constants.h', | 51 'attestation/attestation_constants.h', |
| 52 'attestation/attestation_flow.cc', | 52 'attestation/attestation_flow.cc', |
| 53 'attestation/attestation_flow.h', | 53 'attestation/attestation_flow.h', |
| 54 'cert_loader.cc', | 54 'cert_loader.cc', |
| 55 'cert_loader.h', | 55 'cert_loader.h', |
| 56 'chromeos_constants.cc', | 56 'chromeos_constants.cc', |
| 57 'chromeos_constants.h', | 57 'chromeos_constants.h', |
| 58 'chromeos_export.h', | 58 'chromeos_export.h', |
| 59 'chromeos_paths.cc', | 59 'chromeos_paths.cc', |
| 60 'chromeos_paths.h', | 60 'chromeos_paths.h', |
| 61 'chromeos_utils.cc', |
| 62 'chromeos_utils.h', |
| 61 'chromeos_switches.cc', | 63 'chromeos_switches.cc', |
| 62 'chromeos_switches.h', | 64 'chromeos_switches.h', |
| 63 'cryptohome/async_method_caller.cc', | 65 'cryptohome/async_method_caller.cc', |
| 64 'cryptohome/async_method_caller.h', | 66 'cryptohome/async_method_caller.h', |
| 65 'cryptohome/cryptohome_util.cc', | 67 'cryptohome/cryptohome_util.cc', |
| 66 'cryptohome/cryptohome_util.h', | 68 'cryptohome/cryptohome_util.h', |
| 67 'cryptohome/system_salt_getter.cc', | 69 'cryptohome/system_salt_getter.cc', |
| 68 'cryptohome/system_salt_getter.h', | 70 'cryptohome/system_salt_getter.h', |
| 69 'dbus/audio_node.cc', | 71 'dbus/audio_node.cc', |
| 70 'dbus/audio_node.h', | 72 'dbus/audio_node.h', |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 '../third_party/cros_system_api/dbus/cryptohome/rpc.proto', | 566 '../third_party/cros_system_api/dbus/cryptohome/rpc.proto', |
| 565 ], | 567 ], |
| 566 'variables': { | 568 'variables': { |
| 567 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 569 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
| 568 'proto_out_dir': 'chromeos/dbus/cryptohome', | 570 'proto_out_dir': 'chromeos/dbus/cryptohome', |
| 569 }, | 571 }, |
| 570 'includes': ['../build/protoc.gypi'], | 572 'includes': ['../build/protoc.gypi'], |
| 571 }, | 573 }, |
| 572 ], | 574 ], |
| 573 } | 575 } |
| OLD | NEW |