| 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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', | 538 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', |
| 539 'browser/chromeos/login/demo_mode/demo_app_launcher.h', | 539 'browser/chromeos/login/demo_mode/demo_app_launcher.h', |
| 540 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', | 540 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', |
| 541 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', | 541 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', |
| 542 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, | 542 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, |
| 543 'browser/chromeos/login/enrollment/auto_enrollment_controller.cc', | 543 'browser/chromeos/login/enrollment/auto_enrollment_controller.cc', |
| 544 'browser/chromeos/login/enrollment/auto_enrollment_controller.h', | 544 'browser/chromeos/login/enrollment/auto_enrollment_controller.h', |
| 545 'browser/chromeos/login/enrollment/enrollment_screen.cc', | 545 'browser/chromeos/login/enrollment/enrollment_screen.cc', |
| 546 'browser/chromeos/login/enrollment/enrollment_screen.h', | 546 'browser/chromeos/login/enrollment/enrollment_screen.h', |
| 547 'browser/chromeos/login/enrollment/enrollment_screen_actor.h', | 547 'browser/chromeos/login/enrollment/enrollment_screen_actor.h', |
| 548 'browser/chromeos/login/error_screens_histogram_helper.cc', |
| 549 'browser/chromeos/login/error_screens_histogram_helper.h', |
| 548 'browser/chromeos/login/existing_user_controller.cc', | 550 'browser/chromeos/login/existing_user_controller.cc', |
| 549 'browser/chromeos/login/existing_user_controller.h', | 551 'browser/chromeos/login/existing_user_controller.h', |
| 550 'browser/chromeos/login/help_app_launcher.cc', | 552 'browser/chromeos/login/help_app_launcher.cc', |
| 551 'browser/chromeos/login/help_app_launcher.h', | 553 'browser/chromeos/login/help_app_launcher.h', |
| 552 'browser/chromeos/login/helper.cc', | 554 'browser/chromeos/login/helper.cc', |
| 553 'browser/chromeos/login/helper.h', | 555 'browser/chromeos/login/helper.h', |
| 554 'browser/chromeos/login/hwid_checker.cc', | 556 'browser/chromeos/login/hwid_checker.cc', |
| 555 'browser/chromeos/login/hwid_checker.h', | 557 'browser/chromeos/login/hwid_checker.h', |
| 556 'browser/chromeos/login/language_list.cc', | 558 'browser/chromeos/login/language_list.cc', |
| 557 'browser/chromeos/login/language_list.h', | 559 'browser/chromeos/login/language_list.h', |
| (...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1192 'browser/chromeos/attestation/attestation_signed_data.proto', | 1194 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1193 ], | 1195 ], |
| 1194 'variables': { | 1196 'variables': { |
| 1195 'proto_in_dir': 'browser/chromeos/attestation', | 1197 'proto_in_dir': 'browser/chromeos/attestation', |
| 1196 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1198 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1197 }, | 1199 }, |
| 1198 'includes': [ '../build/protoc.gypi' ] | 1200 'includes': [ '../build/protoc.gypi' ] |
| 1199 }, | 1201 }, |
| 1200 ], | 1202 ], |
| 1201 } | 1203 } |
| OLD | NEW |