| 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 'browser/chromeos/locale_change_guard.cc', | 514 'browser/chromeos/locale_change_guard.cc', |
| 515 'browser/chromeos/locale_change_guard.h', | 515 'browser/chromeos/locale_change_guard.h', |
| 516 'browser/chromeos/login/app_launch_controller.cc', | 516 'browser/chromeos/login/app_launch_controller.cc', |
| 517 'browser/chromeos/login/app_launch_controller.h', | 517 'browser/chromeos/login/app_launch_controller.h', |
| 518 'browser/chromeos/login/app_launch_signin_screen.cc', | 518 'browser/chromeos/login/app_launch_signin_screen.cc', |
| 519 'browser/chromeos/login/app_launch_signin_screen.h', | 519 'browser/chromeos/login/app_launch_signin_screen.h', |
| 520 'browser/chromeos/login/auth/auth_prewarmer.cc', | 520 'browser/chromeos/login/auth/auth_prewarmer.cc', |
| 521 'browser/chromeos/login/auth/auth_prewarmer.h', | 521 'browser/chromeos/login/auth/auth_prewarmer.h', |
| 522 'browser/chromeos/login/auth/login_performer.cc', | 522 'browser/chromeos/login/auth/login_performer.cc', |
| 523 'browser/chromeos/login/auth/login_performer.h', | 523 'browser/chromeos/login/auth/login_performer.h', |
| 524 'browser/chromeos/login/auth/mount_manager.cc', | |
| 525 'browser/chromeos/login/auth/mount_manager.h', | |
| 526 'browser/chromeos/login/auth/online_attempt.cc', | |
| 527 'browser/chromeos/login/auth/online_attempt.h', | |
| 528 'browser/chromeos/login/auth/online_attempt_host.cc', | |
| 529 'browser/chromeos/login/auth/online_attempt_host.h', | |
| 530 'browser/chromeos/login/auth/parallel_authenticator.cc', | 524 'browser/chromeos/login/auth/parallel_authenticator.cc', |
| 531 'browser/chromeos/login/auth/parallel_authenticator.h', | 525 'browser/chromeos/login/auth/parallel_authenticator.h', |
| 532 'browser/chromeos/login/auth/tpm_password_fetcher.cc', | |
| 533 'browser/chromeos/login/auth/tpm_password_fetcher.h', | |
| 534 'browser/chromeos/login/authentication_notification_details.h', | 526 'browser/chromeos/login/authentication_notification_details.h', |
| 535 'browser/chromeos/login/chrome_restart_request.cc', | 527 'browser/chromeos/login/chrome_restart_request.cc', |
| 536 'browser/chromeos/login/chrome_restart_request.h', | 528 'browser/chromeos/login/chrome_restart_request.h', |
| 537 'browser/chromeos/login/default_pinned_apps_field_trial.cc', | 529 'browser/chromeos/login/default_pinned_apps_field_trial.cc', |
| 538 'browser/chromeos/login/default_pinned_apps_field_trial.h', | 530 'browser/chromeos/login/default_pinned_apps_field_trial.h', |
| 539 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', | 531 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', |
| 540 'browser/chromeos/login/demo_mode/demo_app_launcher.h', | 532 'browser/chromeos/login/demo_mode/demo_app_launcher.h', |
| 541 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', | 533 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', |
| 542 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', | 534 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', |
| 543 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, | 535 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, |
| (...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1187 'browser/chromeos/attestation/attestation_signed_data.proto', | 1179 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1188 ], | 1180 ], |
| 1189 'variables': { | 1181 'variables': { |
| 1190 'proto_in_dir': 'browser/chromeos/attestation', | 1182 'proto_in_dir': 'browser/chromeos/attestation', |
| 1191 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1183 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1192 }, | 1184 }, |
| 1193 'includes': [ '../build/protoc.gypi' ] | 1185 'includes': [ '../build/protoc.gypi' ] |
| 1194 }, | 1186 }, |
| 1195 ], | 1187 ], |
| 1196 } | 1188 } |
| OLD | NEW |