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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 'browser/chromeos/login/auth/tpm_password_fetcher.h', | 520 'browser/chromeos/login/auth/tpm_password_fetcher.h', |
521 'browser/chromeos/login/auth/user_context.cc', | 521 'browser/chromeos/login/auth/user_context.cc', |
522 'browser/chromeos/login/auth/user_context.h', | 522 'browser/chromeos/login/auth/user_context.h', |
523 'browser/chromeos/login/authentication_notification_details.h', | 523 'browser/chromeos/login/authentication_notification_details.h', |
524 'browser/chromeos/login/chrome_restart_request.cc', | 524 'browser/chromeos/login/chrome_restart_request.cc', |
525 'browser/chromeos/login/chrome_restart_request.h', | 525 'browser/chromeos/login/chrome_restart_request.h', |
526 'browser/chromeos/login/default_pinned_apps_field_trial.cc', | 526 'browser/chromeos/login/default_pinned_apps_field_trial.cc', |
527 'browser/chromeos/login/default_pinned_apps_field_trial.h', | 527 'browser/chromeos/login/default_pinned_apps_field_trial.h', |
528 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', | 528 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', |
529 'browser/chromeos/login/demo_mode/demo_app_launcher.h', | 529 'browser/chromeos/login/demo_mode/demo_app_launcher.h', |
530 'browser/chromeos/login/enrollment/auto_enrollment_check_step.cc', | 530 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', |
531 'browser/chromeos/login/enrollment/auto_enrollment_check_step.h', | 531 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', |
| 532 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, |
532 'browser/chromeos/login/enrollment/auto_enrollment_controller.cc', | 533 'browser/chromeos/login/enrollment/auto_enrollment_controller.cc', |
533 'browser/chromeos/login/enrollment/auto_enrollment_controller.h', | 534 'browser/chromeos/login/enrollment/auto_enrollment_controller.h', |
534 'browser/chromeos/login/enrollment/enrollment_screen.cc', | 535 'browser/chromeos/login/enrollment/enrollment_screen.cc', |
535 'browser/chromeos/login/enrollment/enrollment_screen.h', | 536 'browser/chromeos/login/enrollment/enrollment_screen.h', |
536 'browser/chromeos/login/enrollment/enrollment_screen_actor.h', | 537 'browser/chromeos/login/enrollment/enrollment_screen_actor.h', |
537 'browser/chromeos/login/existing_user_controller.cc', | 538 'browser/chromeos/login/existing_user_controller.cc', |
538 'browser/chromeos/login/existing_user_controller.h', | 539 'browser/chromeos/login/existing_user_controller.h', |
539 'browser/chromeos/login/help_app_launcher.cc', | 540 'browser/chromeos/login/help_app_launcher.cc', |
540 'browser/chromeos/login/help_app_launcher.h', | 541 'browser/chromeos/login/help_app_launcher.h', |
541 'browser/chromeos/login/helper.cc', | 542 'browser/chromeos/login/helper.cc', |
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1151 'browser/chromeos/attestation/attestation_signed_data.proto', | 1152 'browser/chromeos/attestation/attestation_signed_data.proto', |
1152 ], | 1153 ], |
1153 'variables': { | 1154 'variables': { |
1154 'proto_in_dir': 'browser/chromeos/attestation', | 1155 'proto_in_dir': 'browser/chromeos/attestation', |
1155 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1156 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1156 }, | 1157 }, |
1157 'includes': [ '../build/protoc.gypi' ] | 1158 'includes': [ '../build/protoc.gypi' ] |
1158 }, | 1159 }, |
1159 ], | 1160 ], |
1160 } | 1161 } |
OLD | NEW |