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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/parallel_authenticator.cc', | 517 'browser/chromeos/login/auth/parallel_authenticator.cc', |
518 'browser/chromeos/login/auth/parallel_authenticator.h', | 518 'browser/chromeos/login/auth/parallel_authenticator.h', |
519 'browser/chromeos/login/authentication_notification_details.h', | |
520 'browser/chromeos/login/chrome_restart_request.cc', | 519 'browser/chromeos/login/chrome_restart_request.cc', |
521 'browser/chromeos/login/chrome_restart_request.h', | 520 'browser/chromeos/login/chrome_restart_request.h', |
522 'browser/chromeos/login/default_pinned_apps_field_trial.cc', | 521 'browser/chromeos/login/default_pinned_apps_field_trial.cc', |
523 'browser/chromeos/login/default_pinned_apps_field_trial.h', | 522 'browser/chromeos/login/default_pinned_apps_field_trial.h', |
524 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', | 523 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', |
525 'browser/chromeos/login/demo_mode/demo_app_launcher.h', | 524 'browser/chromeos/login/demo_mode/demo_app_launcher.h', |
526 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', | 525 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', |
527 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', | 526 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', |
528 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, | 527 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, |
529 'browser/chromeos/login/enrollment/auto_enrollment_controller.cc', | 528 'browser/chromeos/login/enrollment/auto_enrollment_controller.cc', |
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1172 'browser/chromeos/attestation/attestation_signed_data.proto', | 1171 'browser/chromeos/attestation/attestation_signed_data.proto', |
1173 ], | 1172 ], |
1174 'variables': { | 1173 'variables': { |
1175 'proto_in_dir': 'browser/chromeos/attestation', | 1174 'proto_in_dir': 'browser/chromeos/attestation', |
1176 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1175 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1177 }, | 1176 }, |
1178 'includes': [ '../build/protoc.gypi' ] | 1177 'includes': [ '../build/protoc.gypi' ] |
1179 }, | 1178 }, |
1180 ], | 1179 ], |
1181 } | 1180 } |
OLD | NEW |