OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser_chromeos', | 9 'target_name': 'browser_chromeos', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 'browser/chromeos/login/auth/online_attempt.cc', | 507 'browser/chromeos/login/auth/online_attempt.cc', |
508 'browser/chromeos/login/auth/online_attempt.h', | 508 'browser/chromeos/login/auth/online_attempt.h', |
509 'browser/chromeos/login/auth/online_attempt_host.cc', | 509 'browser/chromeos/login/auth/online_attempt_host.cc', |
510 'browser/chromeos/login/auth/online_attempt_host.h', | 510 'browser/chromeos/login/auth/online_attempt_host.h', |
511 'browser/chromeos/login/auth/parallel_authenticator.cc', | 511 'browser/chromeos/login/auth/parallel_authenticator.cc', |
512 'browser/chromeos/login/auth/parallel_authenticator.h', | 512 'browser/chromeos/login/auth/parallel_authenticator.h', |
513 'browser/chromeos/login/auth/test_attempt_state.cc', | 513 'browser/chromeos/login/auth/test_attempt_state.cc', |
514 'browser/chromeos/login/auth/test_attempt_state.h', | 514 'browser/chromeos/login/auth/test_attempt_state.h', |
515 'browser/chromeos/login/auth/tpm_password_fetcher.cc', | 515 'browser/chromeos/login/auth/tpm_password_fetcher.cc', |
516 'browser/chromeos/login/auth/tpm_password_fetcher.h', | 516 'browser/chromeos/login/auth/tpm_password_fetcher.h', |
| 517 'browser/chromeos/login/auth/user_context.cc', |
| 518 'browser/chromeos/login/auth/user_context.h', |
517 'browser/chromeos/login/authentication_notification_details.h', | 519 'browser/chromeos/login/authentication_notification_details.h', |
518 'browser/chromeos/login/chrome_restart_request.cc', | 520 'browser/chromeos/login/chrome_restart_request.cc', |
519 'browser/chromeos/login/chrome_restart_request.h', | 521 'browser/chromeos/login/chrome_restart_request.h', |
520 'browser/chromeos/login/default_pinned_apps_field_trial.cc', | 522 'browser/chromeos/login/default_pinned_apps_field_trial.cc', |
521 'browser/chromeos/login/default_pinned_apps_field_trial.h', | 523 'browser/chromeos/login/default_pinned_apps_field_trial.h', |
522 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', | 524 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', |
523 'browser/chromeos/login/demo_mode/demo_app_launcher.h', | 525 'browser/chromeos/login/demo_mode/demo_app_launcher.h', |
524 'browser/chromeos/login/enrollment/auto_enrollment_check_step.cc', | 526 'browser/chromeos/login/enrollment/auto_enrollment_check_step.cc', |
525 'browser/chromeos/login/enrollment/auto_enrollment_check_step.h', | 527 'browser/chromeos/login/enrollment/auto_enrollment_check_step.h', |
526 'browser/chromeos/login/enrollment/auto_enrollment_controller.cc', | 528 'browser/chromeos/login/enrollment/auto_enrollment_controller.cc', |
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1135 'browser/chromeos/attestation/attestation_signed_data.proto', | 1137 'browser/chromeos/attestation/attestation_signed_data.proto', |
1136 ], | 1138 ], |
1137 'variables': { | 1139 'variables': { |
1138 'proto_in_dir': 'browser/chromeos/attestation', | 1140 'proto_in_dir': 'browser/chromeos/attestation', |
1139 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1141 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1140 }, | 1142 }, |
1141 'includes': [ '../build/protoc.gypi' ] | 1143 'includes': [ '../build/protoc.gypi' ] |
1142 }, | 1144 }, |
1143 ], | 1145 ], |
1144 } | 1146 } |
OLD | NEW |