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

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

Issue 2566443005: cros: Replace WizardController string constants with OobeScreen values. (Closed)
Patch Set: Initial upload Created 4 years 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("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 "login/helper.h", 695 "login/helper.h",
696 "login/hwid_checker.cc", 696 "login/hwid_checker.cc",
697 "login/hwid_checker.h", 697 "login/hwid_checker.h",
698 "login/language_list.cc", 698 "login/language_list.cc",
699 "login/language_list.h", 699 "login/language_list.h",
700 "login/lock/screen_locker.cc", 700 "login/lock/screen_locker.cc",
701 "login/lock/screen_locker.h", 701 "login/lock/screen_locker.h",
702 "login/lock/webui_screen_locker.cc", 702 "login/lock/webui_screen_locker.cc",
703 "login/lock/webui_screen_locker.h", 703 "login/lock/webui_screen_locker.h",
704 "login/login_wizard.h", 704 "login/login_wizard.h",
705 "login/oobe_screen.cc",
706 "login/oobe_screen.h",
705 "login/profile_auth_data.cc", 707 "login/profile_auth_data.cc",
706 "login/profile_auth_data.h", 708 "login/profile_auth_data.h",
707 "login/proxy_settings_dialog.h", 709 "login/proxy_settings_dialog.h",
708 "login/quick_unlock/pin_storage.cc", 710 "login/quick_unlock/pin_storage.cc",
709 "login/quick_unlock/pin_storage.h", 711 "login/quick_unlock/pin_storage.h",
710 "login/quick_unlock/pin_storage_factory.cc", 712 "login/quick_unlock/pin_storage_factory.cc",
711 "login/quick_unlock/pin_storage_factory.h", 713 "login/quick_unlock/pin_storage_factory.h",
712 "login/quick_unlock/quick_unlock_notification_controller.cc", 714 "login/quick_unlock/quick_unlock_notification_controller.cc",
713 "login/quick_unlock/quick_unlock_notification_controller.h", 715 "login/quick_unlock/quick_unlock_notification_controller.h",
714 "login/quick_unlock/quick_unlock_utils.cc", 716 "login/quick_unlock/quick_unlock_utils.cc",
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
1672 "policy/proto/chrome_device_policy.proto", 1674 "policy/proto/chrome_device_policy.proto",
1673 "policy/proto/install_attributes.proto", 1675 "policy/proto/install_attributes.proto",
1674 ] 1676 ]
1675 } 1677 }
1676 1678
1677 proto_library("attestation_proto") { 1679 proto_library("attestation_proto") {
1678 sources = [ 1680 sources = [
1679 "attestation/attestation_key_payload.proto", 1681 "attestation/attestation_key_payload.proto",
1680 ] 1682 ]
1681 } 1683 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698