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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
503 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc', | 503 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc', |
504 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h', | 504 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h', |
505 'browser/chromeos/language_preferences.cc', | 505 'browser/chromeos/language_preferences.cc', |
506 'browser/chromeos/language_preferences.h', | 506 'browser/chromeos/language_preferences.h', |
507 'browser/chromeos/locale_change_guard.cc', | 507 'browser/chromeos/locale_change_guard.cc', |
508 'browser/chromeos/locale_change_guard.h', | 508 'browser/chromeos/locale_change_guard.h', |
509 'browser/chromeos/login/app_launch_controller.cc', | 509 'browser/chromeos/login/app_launch_controller.cc', |
510 'browser/chromeos/login/app_launch_controller.h', | 510 'browser/chromeos/login/app_launch_controller.h', |
511 'browser/chromeos/login/app_launch_signin_screen.cc', | 511 'browser/chromeos/login/app_launch_signin_screen.cc', |
512 'browser/chromeos/login/app_launch_signin_screen.h', | 512 'browser/chromeos/login/app_launch_signin_screen.h', |
| 513 'browser/chromeos/login/auth/auth_attempt_state.cc', |
| 514 'browser/chromeos/login/auth/auth_attempt_state.h', |
| 515 'browser/chromeos/login/auth/auth_attempt_state_resolver.cc', |
| 516 'browser/chromeos/login/auth/auth_attempt_state_resolver.h', |
513 'browser/chromeos/login/auth/auth_prewarmer.cc', | 517 'browser/chromeos/login/auth/auth_prewarmer.cc', |
514 'browser/chromeos/login/auth/auth_prewarmer.h', | 518 'browser/chromeos/login/auth/auth_prewarmer.h', |
| 519 'browser/chromeos/login/auth/authenticator.cc', |
| 520 'browser/chromeos/login/auth/authenticator.h', |
| 521 'browser/chromeos/login/auth/extended_authenticator.cc', |
| 522 'browser/chromeos/login/auth/extended_authenticator.h', |
515 'browser/chromeos/login/auth/login_performer.cc', | 523 'browser/chromeos/login/auth/login_performer.cc', |
516 'browser/chromeos/login/auth/login_performer.h', | 524 'browser/chromeos/login/auth/login_performer.h', |
517 'browser/chromeos/login/auth/mount_manager.cc', | 525 'browser/chromeos/login/auth/mount_manager.cc', |
518 'browser/chromeos/login/auth/mount_manager.h', | 526 'browser/chromeos/login/auth/mount_manager.h', |
519 'browser/chromeos/login/auth/online_attempt.cc', | 527 'browser/chromeos/login/auth/online_attempt.cc', |
520 'browser/chromeos/login/auth/online_attempt.h', | 528 'browser/chromeos/login/auth/online_attempt.h', |
521 'browser/chromeos/login/auth/online_attempt_host.cc', | 529 'browser/chromeos/login/auth/online_attempt_host.cc', |
522 'browser/chromeos/login/auth/online_attempt_host.h', | 530 'browser/chromeos/login/auth/online_attempt_host.h', |
523 'browser/chromeos/login/auth/parallel_authenticator.cc', | 531 'browser/chromeos/login/auth/parallel_authenticator.cc', |
524 'browser/chromeos/login/auth/parallel_authenticator.h', | 532 'browser/chromeos/login/auth/parallel_authenticator.h', |
| 533 'browser/chromeos/login/auth/test_attempt_state.cc', |
| 534 'browser/chromeos/login/auth/test_attempt_state.h', |
525 'browser/chromeos/login/auth/tpm_password_fetcher.cc', | 535 'browser/chromeos/login/auth/tpm_password_fetcher.cc', |
526 'browser/chromeos/login/auth/tpm_password_fetcher.h', | 536 'browser/chromeos/login/auth/tpm_password_fetcher.h', |
527 'browser/chromeos/login/authentication_notification_details.h', | 537 'browser/chromeos/login/authentication_notification_details.h', |
528 'browser/chromeos/login/chrome_restart_request.cc', | 538 'browser/chromeos/login/chrome_restart_request.cc', |
529 'browser/chromeos/login/chrome_restart_request.h', | 539 'browser/chromeos/login/chrome_restart_request.h', |
530 'browser/chromeos/login/default_pinned_apps_field_trial.cc', | 540 'browser/chromeos/login/default_pinned_apps_field_trial.cc', |
531 'browser/chromeos/login/default_pinned_apps_field_trial.h', | 541 'browser/chromeos/login/default_pinned_apps_field_trial.h', |
532 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', | 542 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', |
533 'browser/chromeos/login/demo_mode/demo_app_launcher.h', | 543 'browser/chromeos/login/demo_mode/demo_app_launcher.h', |
534 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', | 544 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', |
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1180 'browser/chromeos/attestation/attestation_signed_data.proto', | 1190 'browser/chromeos/attestation/attestation_signed_data.proto', |
1181 ], | 1191 ], |
1182 'variables': { | 1192 'variables': { |
1183 'proto_in_dir': 'browser/chromeos/attestation', | 1193 'proto_in_dir': 'browser/chromeos/attestation', |
1184 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1194 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1185 }, | 1195 }, |
1186 'includes': [ '../build/protoc.gypi' ] | 1196 'includes': [ '../build/protoc.gypi' ] |
1187 }, | 1197 }, |
1188 ], | 1198 ], |
1189 } | 1199 } |
OLD | NEW |