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

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

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

Powered by Google App Engine
This is Rietveld 408576698