Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2429033003: cros: Cleanup lock screen and OOBE C++ backing code. (Closed)
Patch Set: Initial patch Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//third_party/protobuf/proto_library.gni") 8 import("//third_party/protobuf/proto_library.gni")
9 9
10 assert(is_chromeos) 10 assert(is_chromeos)
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 "login/help_app_launcher.cc", 656 "login/help_app_launcher.cc",
657 "login/help_app_launcher.h", 657 "login/help_app_launcher.h",
658 "login/helper.cc", 658 "login/helper.cc",
659 "login/helper.h", 659 "login/helper.h",
660 "login/hwid_checker.cc", 660 "login/hwid_checker.cc",
661 "login/hwid_checker.h", 661 "login/hwid_checker.h",
662 "login/language_list.cc", 662 "login/language_list.cc",
663 "login/language_list.h", 663 "login/language_list.h",
664 "login/lock/screen_locker.cc", 664 "login/lock/screen_locker.cc",
665 "login/lock/screen_locker.h", 665 "login/lock/screen_locker.h",
666 "login/lock/screen_locker_delegate.cc",
667 "login/lock/screen_locker_delegate.h",
668 "login/lock/webui_screen_locker.cc", 666 "login/lock/webui_screen_locker.cc",
669 "login/lock/webui_screen_locker.h", 667 "login/lock/webui_screen_locker.h",
670 "login/login_wizard.h", 668 "login/login_wizard.h",
671 "login/profile_auth_data.cc", 669 "login/profile_auth_data.cc",
672 "login/profile_auth_data.h", 670 "login/profile_auth_data.h",
673 "login/proxy_settings_dialog.h", 671 "login/proxy_settings_dialog.h",
674 "login/quick_unlock/pin_storage.cc", 672 "login/quick_unlock/pin_storage.cc",
675 "login/quick_unlock/pin_storage.h", 673 "login/quick_unlock/pin_storage.h",
676 "login/quick_unlock/pin_storage_factory.cc", 674 "login/quick_unlock/pin_storage_factory.cc",
677 "login/quick_unlock/pin_storage_factory.h", 675 "login/quick_unlock/pin_storage_factory.h",
(...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
1612 "policy/proto/chrome_device_policy.proto", 1610 "policy/proto/chrome_device_policy.proto",
1613 "policy/proto/install_attributes.proto", 1611 "policy/proto/install_attributes.proto",
1614 ] 1612 ]
1615 } 1613 }
1616 1614
1617 proto_library("attestation_proto") { 1615 proto_library("attestation_proto") {
1618 sources = [ 1616 sources = [
1619 "attestation/attestation_key_payload.proto", 1617 "attestation/attestation_key_payload.proto",
1620 ] 1618 ]
1621 } 1619 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698