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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 'ime/input_method_whitelist.cc', | 272 'ime/input_method_whitelist.cc', |
273 'ime/input_method_whitelist.h', | 273 'ime/input_method_whitelist.h', |
274 'login/auth/auth_attempt_state.cc', | 274 'login/auth/auth_attempt_state.cc', |
275 'login/auth/auth_attempt_state.h', | 275 'login/auth/auth_attempt_state.h', |
276 'login/auth/auth_attempt_state_resolver.cc', | 276 'login/auth/auth_attempt_state_resolver.cc', |
277 'login/auth/auth_attempt_state_resolver.h', | 277 'login/auth/auth_attempt_state_resolver.h', |
278 'login/auth/auth_status_consumer.cc', | 278 'login/auth/auth_status_consumer.cc', |
279 'login/auth/auth_status_consumer.h', | 279 'login/auth/auth_status_consumer.h', |
280 'login/auth/authenticator.cc', | 280 'login/auth/authenticator.cc', |
281 'login/auth/authenticator.h', | 281 'login/auth/authenticator.h', |
| 282 'login/auth/cryptohome_authenticator.cc', |
| 283 'login/auth/cryptohome_authenticator.h', |
282 'login/auth/extended_authenticator.cc', | 284 'login/auth/extended_authenticator.cc', |
283 'login/auth/extended_authenticator.h', | 285 'login/auth/extended_authenticator.h', |
284 'login/auth/key.cc', | 286 'login/auth/key.cc', |
285 'login/auth/key.h', | 287 'login/auth/key.h', |
286 'login/auth/online_attempt.cc', | 288 'login/auth/online_attempt.cc', |
287 'login/auth/online_attempt.h', | 289 'login/auth/online_attempt.h', |
288 'login/auth/online_attempt_host.cc', | 290 'login/auth/online_attempt_host.cc', |
289 'login/auth/online_attempt_host.h', | 291 'login/auth/online_attempt_host.h', |
290 'login/auth/test_attempt_state.cc', | 292 'login/auth/test_attempt_state.cc', |
291 'login/auth/test_attempt_state.h', | 293 'login/auth/test_attempt_state.h', |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
653 ], | 655 ], |
654 'variables': { | 656 'variables': { |
655 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 657 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
656 'proto_out_dir': 'chromeos/cryptohome', | 658 'proto_out_dir': 'chromeos/cryptohome', |
657 }, | 659 }, |
658 'includes': ['../build/protoc.gypi'], | 660 'includes': ['../build/protoc.gypi'], |
659 }, | 661 }, |
660 | 662 |
661 ], | 663 ], |
662 } | 664 } |
OLD | NEW |