| 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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_prewarmer.cc', | 513 'browser/chromeos/login/auth/auth_prewarmer.cc', |
| 514 'browser/chromeos/login/auth/auth_prewarmer.h', | 514 'browser/chromeos/login/auth/auth_prewarmer.h', |
| 515 'browser/chromeos/login/auth/login_performer.cc', | 515 'browser/chromeos/login/auth/login_performer.cc', |
| 516 'browser/chromeos/login/auth/login_performer.h', | 516 'browser/chromeos/login/auth/login_performer.h', |
| 517 'browser/chromeos/login/auth/mount_manager.cc', | |
| 518 'browser/chromeos/login/auth/mount_manager.h', | |
| 519 'browser/chromeos/login/auth/online_attempt.cc', | |
| 520 'browser/chromeos/login/auth/online_attempt.h', | |
| 521 'browser/chromeos/login/auth/online_attempt_host.cc', | |
| 522 'browser/chromeos/login/auth/online_attempt_host.h', | |
| 523 'browser/chromeos/login/auth/parallel_authenticator.cc', | 517 'browser/chromeos/login/auth/parallel_authenticator.cc', |
| 524 'browser/chromeos/login/auth/parallel_authenticator.h', | 518 'browser/chromeos/login/auth/parallel_authenticator.h', |
| 525 'browser/chromeos/login/auth/tpm_password_fetcher.cc', | |
| 526 'browser/chromeos/login/auth/tpm_password_fetcher.h', | |
| 527 'browser/chromeos/login/authentication_notification_details.h', | 519 'browser/chromeos/login/authentication_notification_details.h', |
| 528 'browser/chromeos/login/chrome_restart_request.cc', | 520 'browser/chromeos/login/chrome_restart_request.cc', |
| 529 'browser/chromeos/login/chrome_restart_request.h', | 521 'browser/chromeos/login/chrome_restart_request.h', |
| 530 'browser/chromeos/login/default_pinned_apps_field_trial.cc', | 522 'browser/chromeos/login/default_pinned_apps_field_trial.cc', |
| 531 'browser/chromeos/login/default_pinned_apps_field_trial.h', | 523 'browser/chromeos/login/default_pinned_apps_field_trial.h', |
| 532 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', | 524 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', |
| 533 'browser/chromeos/login/demo_mode/demo_app_launcher.h', | 525 'browser/chromeos/login/demo_mode/demo_app_launcher.h', |
| 534 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', | 526 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', |
| 535 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', | 527 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', |
| 536 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, | 528 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, |
| (...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1180 'browser/chromeos/attestation/attestation_signed_data.proto', | 1172 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1181 ], | 1173 ], |
| 1182 'variables': { | 1174 'variables': { |
| 1183 'proto_in_dir': 'browser/chromeos/attestation', | 1175 'proto_in_dir': 'browser/chromeos/attestation', |
| 1184 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1176 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1185 }, | 1177 }, |
| 1186 'includes': [ '../build/protoc.gypi' ] | 1178 'includes': [ '../build/protoc.gypi' ] |
| 1187 }, | 1179 }, |
| 1188 ], | 1180 ], |
| 1189 } | 1181 } |
| OLD | NEW |