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

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

Issue 2429033003: cros: Cleanup lock screen and OOBE C++ backing code. (Closed)
Patch Set: Address comments 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility/accessibility_extension_loader.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 "login/help_app_launcher.cc", 655 "login/help_app_launcher.cc",
656 "login/help_app_launcher.h", 656 "login/help_app_launcher.h",
657 "login/helper.cc", 657 "login/helper.cc",
658 "login/helper.h", 658 "login/helper.h",
659 "login/hwid_checker.cc", 659 "login/hwid_checker.cc",
660 "login/hwid_checker.h", 660 "login/hwid_checker.h",
661 "login/language_list.cc", 661 "login/language_list.cc",
662 "login/language_list.h", 662 "login/language_list.h",
663 "login/lock/screen_locker.cc", 663 "login/lock/screen_locker.cc",
664 "login/lock/screen_locker.h", 664 "login/lock/screen_locker.h",
665 "login/lock/screen_locker_delegate.cc",
666 "login/lock/screen_locker_delegate.h",
667 "login/lock/webui_screen_locker.cc", 665 "login/lock/webui_screen_locker.cc",
668 "login/lock/webui_screen_locker.h", 666 "login/lock/webui_screen_locker.h",
669 "login/login_wizard.h", 667 "login/login_wizard.h",
670 "login/profile_auth_data.cc", 668 "login/profile_auth_data.cc",
671 "login/profile_auth_data.h", 669 "login/profile_auth_data.h",
672 "login/proxy_settings_dialog.h", 670 "login/proxy_settings_dialog.h",
673 "login/quick_unlock/pin_storage.cc", 671 "login/quick_unlock/pin_storage.cc",
674 "login/quick_unlock/pin_storage.h", 672 "login/quick_unlock/pin_storage.h",
675 "login/quick_unlock/pin_storage_factory.cc", 673 "login/quick_unlock/pin_storage_factory.cc",
676 "login/quick_unlock/pin_storage_factory.h", 674 "login/quick_unlock/pin_storage_factory.h",
(...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
1611 "policy/proto/chrome_device_policy.proto", 1609 "policy/proto/chrome_device_policy.proto",
1612 "policy/proto/install_attributes.proto", 1610 "policy/proto/install_attributes.proto",
1613 ] 1611 ]
1614 } 1612 }
1615 1613
1616 proto_library("attestation_proto") { 1614 proto_library("attestation_proto") {
1617 sources = [ 1615 sources = [
1618 "attestation/attestation_key_payload.proto", 1616 "attestation/attestation_key_payload.proto",
1619 ] 1617 ]
1620 } 1618 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility/accessibility_extension_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698