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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 517 'browser/chromeos/login/auth/user_context.cc', |
518 'browser/chromeos/login/auth/user_context.h', | 518 'browser/chromeos/login/auth/user_context.h', |
519 'browser/chromeos/login/authentication_notification_details.h', | 519 'browser/chromeos/login/authentication_notification_details.h', |
520 'browser/chromeos/login/chrome_restart_request.cc', | 520 'browser/chromeos/login/chrome_restart_request.cc', |
521 'browser/chromeos/login/chrome_restart_request.h', | 521 'browser/chromeos/login/chrome_restart_request.h', |
522 'browser/chromeos/login/default_pinned_apps_field_trial.cc', | 522 'browser/chromeos/login/default_pinned_apps_field_trial.cc', |
523 'browser/chromeos/login/default_pinned_apps_field_trial.h', | 523 'browser/chromeos/login/default_pinned_apps_field_trial.h', |
524 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', | 524 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', |
525 'browser/chromeos/login/demo_mode/demo_app_launcher.h', | 525 'browser/chromeos/login/demo_mode/demo_app_launcher.h', |
526 'browser/chromeos/login/enrollment/auto_enrollment_check_step.cc', | 526 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', |
527 'browser/chromeos/login/enrollment/auto_enrollment_check_step.h', | 527 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', |
| 528 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, |
528 'browser/chromeos/login/enrollment/auto_enrollment_controller.cc', | 529 'browser/chromeos/login/enrollment/auto_enrollment_controller.cc', |
529 'browser/chromeos/login/enrollment/auto_enrollment_controller.h', | 530 'browser/chromeos/login/enrollment/auto_enrollment_controller.h', |
530 'browser/chromeos/login/enrollment/enrollment_screen.cc', | 531 'browser/chromeos/login/enrollment/enrollment_screen.cc', |
531 'browser/chromeos/login/enrollment/enrollment_screen.h', | 532 'browser/chromeos/login/enrollment/enrollment_screen.h', |
532 'browser/chromeos/login/enrollment/enrollment_screen_actor.h', | 533 'browser/chromeos/login/enrollment/enrollment_screen_actor.h', |
533 'browser/chromeos/login/existing_user_controller.cc', | 534 'browser/chromeos/login/existing_user_controller.cc', |
534 'browser/chromeos/login/existing_user_controller.h', | 535 'browser/chromeos/login/existing_user_controller.h', |
535 'browser/chromeos/login/help_app_launcher.cc', | 536 'browser/chromeos/login/help_app_launcher.cc', |
536 'browser/chromeos/login/help_app_launcher.h', | 537 'browser/chromeos/login/help_app_launcher.h', |
537 'browser/chromeos/login/helper.cc', | 538 'browser/chromeos/login/helper.cc', |
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1137 'browser/chromeos/attestation/attestation_signed_data.proto', | 1138 'browser/chromeos/attestation/attestation_signed_data.proto', |
1138 ], | 1139 ], |
1139 'variables': { | 1140 'variables': { |
1140 'proto_in_dir': 'browser/chromeos/attestation', | 1141 'proto_in_dir': 'browser/chromeos/attestation', |
1141 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1142 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1142 }, | 1143 }, |
1143 'includes': [ '../build/protoc.gypi' ] | 1144 'includes': [ '../build/protoc.gypi' ] |
1144 }, | 1145 }, |
1145 ], | 1146 ], |
1146 } | 1147 } |
OLD | NEW |