| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 'login/auth/auth_status_consumer.cc', | 276 'login/auth/auth_status_consumer.cc', |
| 277 'login/auth/auth_status_consumer.h', | 277 'login/auth/auth_status_consumer.h', |
| 278 'login/auth/authenticator.cc', | 278 'login/auth/authenticator.cc', |
| 279 'login/auth/authenticator.h', | 279 'login/auth/authenticator.h', |
| 280 'login/auth/cryptohome_authenticator.cc', | 280 'login/auth/cryptohome_authenticator.cc', |
| 281 'login/auth/cryptohome_authenticator.h', | 281 'login/auth/cryptohome_authenticator.h', |
| 282 'login/auth/extended_authenticator.cc', | 282 'login/auth/extended_authenticator.cc', |
| 283 'login/auth/extended_authenticator.h', | 283 'login/auth/extended_authenticator.h', |
| 284 'login/auth/key.cc', | 284 'login/auth/key.cc', |
| 285 'login/auth/key.h', | 285 'login/auth/key.h', |
| 286 'login/auth/login_performer.cc', |
| 287 'login/auth/login_performer.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', |
| 292 'login/auth/user_context.cc', | 294 'login/auth/user_context.cc', |
| 293 'login/auth/user_context.h', | 295 'login/auth/user_context.h', |
| 294 'login/login_state.cc', | 296 'login/login_state.cc', |
| 295 'login/login_state.h', | 297 'login/login_state.h', |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 ], | 659 ], |
| 658 'variables': { | 660 'variables': { |
| 659 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 661 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
| 660 'proto_out_dir': 'chromeos/cryptohome', | 662 'proto_out_dir': 'chromeos/cryptohome', |
| 661 }, | 663 }, |
| 662 'includes': ['../build/protoc.gypi'], | 664 'includes': ['../build/protoc.gypi'], |
| 663 }, | 665 }, |
| 664 | 666 |
| 665 ], | 667 ], |
| 666 } | 668 } |
| OLD | NEW |