| 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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', | 543 'browser/chromeos/login/demo_mode/demo_app_launcher.cc', |
| 544 'browser/chromeos/login/demo_mode/demo_app_launcher.h', | 544 'browser/chromeos/login/demo_mode/demo_app_launcher.h', |
| 545 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', | 545 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', |
| 546 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', | 546 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', |
| 547 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, | 547 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, |
| 548 'browser/chromeos/login/enrollment/auto_enrollment_controller.cc', | 548 'browser/chromeos/login/enrollment/auto_enrollment_controller.cc', |
| 549 'browser/chromeos/login/enrollment/auto_enrollment_controller.h', | 549 'browser/chromeos/login/enrollment/auto_enrollment_controller.h', |
| 550 'browser/chromeos/login/enrollment/enrollment_screen.cc', | 550 'browser/chromeos/login/enrollment/enrollment_screen.cc', |
| 551 'browser/chromeos/login/enrollment/enrollment_screen.h', | 551 'browser/chromeos/login/enrollment/enrollment_screen.h', |
| 552 'browser/chromeos/login/enrollment/enrollment_screen_actor.h', | 552 'browser/chromeos/login/enrollment/enrollment_screen_actor.h', |
| 553 'browser/chromeos/login/error_screens_histogram_helper.cc', |
| 554 'browser/chromeos/login/error_screens_histogram_helper.h', |
| 553 'browser/chromeos/login/existing_user_controller.cc', | 555 'browser/chromeos/login/existing_user_controller.cc', |
| 554 'browser/chromeos/login/existing_user_controller.h', | 556 'browser/chromeos/login/existing_user_controller.h', |
| 555 'browser/chromeos/login/help_app_launcher.cc', | 557 'browser/chromeos/login/help_app_launcher.cc', |
| 556 'browser/chromeos/login/help_app_launcher.h', | 558 'browser/chromeos/login/help_app_launcher.h', |
| 557 'browser/chromeos/login/helper.cc', | 559 'browser/chromeos/login/helper.cc', |
| 558 'browser/chromeos/login/helper.h', | 560 'browser/chromeos/login/helper.h', |
| 559 'browser/chromeos/login/hwid_checker.cc', | 561 'browser/chromeos/login/hwid_checker.cc', |
| 560 'browser/chromeos/login/hwid_checker.h', | 562 'browser/chromeos/login/hwid_checker.h', |
| 561 'browser/chromeos/login/language_list.cc', | 563 'browser/chromeos/login/language_list.cc', |
| 562 'browser/chromeos/login/language_list.h', | 564 'browser/chromeos/login/language_list.h', |
| (...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1202 'browser/chromeos/attestation/attestation_signed_data.proto', | 1204 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1203 ], | 1205 ], |
| 1204 'variables': { | 1206 'variables': { |
| 1205 'proto_in_dir': 'browser/chromeos/attestation', | 1207 'proto_in_dir': 'browser/chromeos/attestation', |
| 1206 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1208 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1207 }, | 1209 }, |
| 1208 'includes': [ '../build/protoc.gypi' ] | 1210 'includes': [ '../build/protoc.gypi' ] |
| 1209 }, | 1211 }, |
| 1210 ], | 1212 ], |
| 1211 } | 1213 } |
| OLD | NEW |