| 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 'variables': { | 7 'variables': { |
| 8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'browser_chromeos_sources': [ | 9 'browser_chromeos_sources': [ |
| 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s | 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 'browser/chromeos/login/easy_unlock/easy_unlock_types.cc', | 448 'browser/chromeos/login/easy_unlock/easy_unlock_types.cc', |
| 449 'browser/chromeos/login/easy_unlock/easy_unlock_types.h', | 449 'browser/chromeos/login/easy_unlock/easy_unlock_types.h', |
| 450 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', | 450 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc', |
| 451 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', | 451 'browser/chromeos/login/enrollment/auto_enrollment_check_screen.h', |
| 452 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, | 452 'browser/chromeos/login/enrollment/auto_enrollment_check_screen_actor.h'
, |
| 453 'browser/chromeos/login/enrollment/auto_enrollment_controller.cc', | 453 'browser/chromeos/login/enrollment/auto_enrollment_controller.cc', |
| 454 'browser/chromeos/login/enrollment/auto_enrollment_controller.h', | 454 'browser/chromeos/login/enrollment/auto_enrollment_controller.h', |
| 455 'browser/chromeos/login/enrollment/enrollment_screen.cc', | 455 'browser/chromeos/login/enrollment/enrollment_screen.cc', |
| 456 'browser/chromeos/login/enrollment/enrollment_screen.h', | 456 'browser/chromeos/login/enrollment/enrollment_screen.h', |
| 457 'browser/chromeos/login/enrollment/enrollment_screen_actor.h', | 457 'browser/chromeos/login/enrollment/enrollment_screen_actor.h', |
| 458 'browser/chromeos/login/error_screens_histogram_helper.cc', |
| 459 'browser/chromeos/login/error_screens_histogram_helper.h', |
| 458 'browser/chromeos/login/existing_user_controller.cc', | 460 'browser/chromeos/login/existing_user_controller.cc', |
| 459 'browser/chromeos/login/existing_user_controller.h', | 461 'browser/chromeos/login/existing_user_controller.h', |
| 460 'browser/chromeos/login/help_app_launcher.cc', | 462 'browser/chromeos/login/help_app_launcher.cc', |
| 461 'browser/chromeos/login/help_app_launcher.h', | 463 'browser/chromeos/login/help_app_launcher.h', |
| 462 'browser/chromeos/login/helper.cc', | 464 'browser/chromeos/login/helper.cc', |
| 463 'browser/chromeos/login/helper.h', | 465 'browser/chromeos/login/helper.h', |
| 464 'browser/chromeos/login/hwid_checker.cc', | 466 'browser/chromeos/login/hwid_checker.cc', |
| 465 'browser/chromeos/login/hwid_checker.h', | 467 'browser/chromeos/login/hwid_checker.h', |
| 466 'browser/chromeos/login/language_list.cc', | 468 'browser/chromeos/login/language_list.cc', |
| 467 'browser/chromeos/login/language_list.h', | 469 'browser/chromeos/login/language_list.h', |
| (...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1247 'browser/chromeos/attestation/attestation_signed_data.proto', | 1249 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1248 ], | 1250 ], |
| 1249 'variables': { | 1251 'variables': { |
| 1250 'proto_in_dir': 'browser/chromeos/attestation', | 1252 'proto_in_dir': 'browser/chromeos/attestation', |
| 1251 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1253 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1252 }, | 1254 }, |
| 1253 'includes': [ '../build/protoc.gypi' ] | 1255 'includes': [ '../build/protoc.gypi' ] |
| 1254 }, | 1256 }, |
| 1255 ], | 1257 ], |
| 1256 } | 1258 } |
| OLD | NEW |