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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
521 'browser/chromeos/locale_change_guard.cc', | 521 'browser/chromeos/locale_change_guard.cc', |
522 'browser/chromeos/locale_change_guard.h', | 522 'browser/chromeos/locale_change_guard.h', |
523 'browser/chromeos/login/app_launch_controller.cc', | 523 'browser/chromeos/login/app_launch_controller.cc', |
524 'browser/chromeos/login/app_launch_controller.h', | 524 'browser/chromeos/login/app_launch_controller.h', |
525 'browser/chromeos/login/app_launch_signin_screen.cc', | 525 'browser/chromeos/login/app_launch_signin_screen.cc', |
526 'browser/chromeos/login/app_launch_signin_screen.h', | 526 'browser/chromeos/login/app_launch_signin_screen.h', |
527 'browser/chromeos/login/auth/auth_prewarmer.cc', | 527 'browser/chromeos/login/auth/auth_prewarmer.cc', |
528 'browser/chromeos/login/auth/auth_prewarmer.h', | 528 'browser/chromeos/login/auth/auth_prewarmer.h', |
529 'browser/chromeos/login/auth/login_performer.cc', | 529 'browser/chromeos/login/auth/login_performer.cc', |
530 'browser/chromeos/login/auth/login_performer.h', | 530 'browser/chromeos/login/auth/login_performer.h', |
531 'browser/chromeos/login/auth/mount_manager.cc', | |
532 'browser/chromeos/login/auth/mount_manager.h', | |
533 'browser/chromeos/login/auth/online_attempt.cc', | |
534 'browser/chromeos/login/auth/online_attempt.h', | |
535 'browser/chromeos/login/auth/online_attempt_host.cc', | |
536 'browser/chromeos/login/auth/online_attempt_host.h', | |
537 'browser/chromeos/login/auth/parallel_authenticator.cc', | 531 'browser/chromeos/login/auth/parallel_authenticator.cc', |
538 'browser/chromeos/login/auth/parallel_authenticator.h', | 532 'browser/chromeos/login/auth/parallel_authenticator.h', |
539 'browser/chromeos/login/auth/tpm_password_fetcher.cc', | |
540 'browser/chromeos/login/auth/tpm_password_fetcher.h', | |
541 'browser/chromeos/login/authentication_notification_details.h', | 533 'browser/chromeos/login/authentication_notification_details.h', |
542 'browser/chromeos/login/chrome_restart_request.cc', | 534 'browser/chromeos/login/chrome_restart_request.cc', |
543 'browser/chromeos/login/chrome_restart_request.h', | 535 'browser/chromeos/login/chrome_restart_request.h', |
544 'browser/chromeos/login/default_pinned_apps_field_trial.cc', | 536 'browser/chromeos/login/default_pinned_apps_field_trial.cc', |
545 'browser/chromeos/login/default_pinned_apps_field_trial.h', | 537 'browser/chromeos/login/default_pinned_apps_field_trial.h', |
546 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', | 538 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', |
547 'browser/chromeos/login/demo_mode/demo_app_launcher.h', | 539 'browser/chromeos/login/demo_mode/demo_app_launcher.h', |
548 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', | 540 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', |
549 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', | 541 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', |
550 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, | 542 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, |
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1200 'browser/chromeos/attestation/attestation_signed_data.proto', | 1192 'browser/chromeos/attestation/attestation_signed_data.proto', |
1201 ], | 1193 ], |
1202 'variables': { | 1194 'variables': { |
1203 'proto_in_dir': 'browser/chromeos/attestation', | 1195 'proto_in_dir': 'browser/chromeos/attestation', |
1204 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1196 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1205 }, | 1197 }, |
1206 'includes': [ '../build/protoc.gypi' ] | 1198 'includes': [ '../build/protoc.gypi' ] |
1207 }, | 1199 }, |
1208 ], | 1200 ], |
1209 } | 1201 } |
OLD | NEW |