Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 378513005: [Athena] Extract Chrome OS authentication stack (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix includes in one more test Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'browser/chromeos/login/auth/auth_attempt_state.cc', 501 'browser/chromeos/login/auth/auth_attempt_state.cc',
502 'browser/chromeos/login/auth/auth_attempt_state.h', 502 'browser/chromeos/login/auth/auth_attempt_state.h',
503 'browser/chromeos/login/auth/auth_attempt_state_resolver.cc', 503 'browser/chromeos/login/auth/auth_attempt_state_resolver.cc',
504 'browser/chromeos/login/auth/auth_attempt_state_resolver.h', 504 'browser/chromeos/login/auth/auth_attempt_state_resolver.h',
505 'browser/chromeos/login/auth/auth_prewarmer.cc', 505 'browser/chromeos/login/auth/auth_prewarmer.cc',
506 'browser/chromeos/login/auth/auth_prewarmer.h', 506 'browser/chromeos/login/auth/auth_prewarmer.h',
507 'browser/chromeos/login/auth/authenticator.cc', 507 'browser/chromeos/login/auth/authenticator.cc',
508 'browser/chromeos/login/auth/authenticator.h', 508 'browser/chromeos/login/auth/authenticator.h',
509 'browser/chromeos/login/auth/extended_authenticator.cc', 509 'browser/chromeos/login/auth/extended_authenticator.cc',
510 'browser/chromeos/login/auth/extended_authenticator.h', 510 'browser/chromeos/login/auth/extended_authenticator.h',
511 'browser/chromeos/login/auth/key.cc',
512 'browser/chromeos/login/auth/key.h',
513 'browser/chromeos/login/auth/login_performer.cc', 511 'browser/chromeos/login/auth/login_performer.cc',
514 'browser/chromeos/login/auth/login_performer.h', 512 'browser/chromeos/login/auth/login_performer.h',
515 'browser/chromeos/login/auth/login_status_consumer.cc', 513 'browser/chromeos/login/auth/login_status_consumer.cc',
516 'browser/chromeos/login/auth/login_status_consumer.h', 514 'browser/chromeos/login/auth/login_status_consumer.h',
517 'browser/chromeos/login/auth/mount_manager.cc', 515 'browser/chromeos/login/auth/mount_manager.cc',
518 'browser/chromeos/login/auth/mount_manager.h', 516 'browser/chromeos/login/auth/mount_manager.h',
519 'browser/chromeos/login/auth/online_attempt.cc', 517 'browser/chromeos/login/auth/online_attempt.cc',
520 'browser/chromeos/login/auth/online_attempt.h', 518 'browser/chromeos/login/auth/online_attempt.h',
521 'browser/chromeos/login/auth/online_attempt_host.cc', 519 'browser/chromeos/login/auth/online_attempt_host.cc',
522 'browser/chromeos/login/auth/online_attempt_host.h', 520 'browser/chromeos/login/auth/online_attempt_host.h',
523 'browser/chromeos/login/auth/parallel_authenticator.cc', 521 'browser/chromeos/login/auth/parallel_authenticator.cc',
524 'browser/chromeos/login/auth/parallel_authenticator.h', 522 'browser/chromeos/login/auth/parallel_authenticator.h',
525 'browser/chromeos/login/auth/test_attempt_state.cc', 523 'browser/chromeos/login/auth/test_attempt_state.cc',
526 'browser/chromeos/login/auth/test_attempt_state.h', 524 'browser/chromeos/login/auth/test_attempt_state.h',
527 'browser/chromeos/login/auth/tpm_password_fetcher.cc', 525 'browser/chromeos/login/auth/tpm_password_fetcher.cc',
528 'browser/chromeos/login/auth/tpm_password_fetcher.h', 526 'browser/chromeos/login/auth/tpm_password_fetcher.h',
529 'browser/chromeos/login/auth/user_context.cc',
530 'browser/chromeos/login/auth/user_context.h',
531 'browser/chromeos/login/authentication_notification_details.h', 527 'browser/chromeos/login/authentication_notification_details.h',
532 'browser/chromeos/login/chrome_restart_request.cc', 528 'browser/chromeos/login/chrome_restart_request.cc',
533 'browser/chromeos/login/chrome_restart_request.h', 529 'browser/chromeos/login/chrome_restart_request.h',
534 'browser/chromeos/login/default_pinned_apps_field_trial.cc', 530 'browser/chromeos/login/default_pinned_apps_field_trial.cc',
535 'browser/chromeos/login/default_pinned_apps_field_trial.h', 531 'browser/chromeos/login/default_pinned_apps_field_trial.h',
536 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', 532 'browser/chromeos/login/demo_mode/demo_app_launcher.cc',
537 'browser/chromeos/login/demo_mode/demo_app_launcher.h', 533 'browser/chromeos/login/demo_mode/demo_app_launcher.h',
538 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', 534 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc',
539 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', 535 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h',
540 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h' , 536 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h' ,
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 'browser/chromeos/attestation/attestation_signed_data.proto', 1176 'browser/chromeos/attestation/attestation_signed_data.proto',
1181 ], 1177 ],
1182 'variables': { 1178 'variables': {
1183 'proto_in_dir': 'browser/chromeos/attestation', 1179 'proto_in_dir': 'browser/chromeos/attestation',
1184 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1180 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1185 }, 1181 },
1186 'includes': [ '../build/protoc.gypi' ] 1182 'includes': [ '../build/protoc.gypi' ]
1187 }, 1183 },
1188 ], 1184 ],
1189 } 1185 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698