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

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

Issue 2710673003: cros: Remove usage of GaiaScreenHandler outside of login/webui. (Closed)
Patch Set: Initial upload Created 3 years, 10 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/login/screens/gaia_screen.h » ('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("//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 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 "login/screens/enable_debugging_screen.h", 797 "login/screens/enable_debugging_screen.h",
798 "login/screens/enable_debugging_screen_view.h", 798 "login/screens/enable_debugging_screen_view.h",
799 "login/screens/error_screen.cc", 799 "login/screens/error_screen.cc",
800 "login/screens/error_screen.h", 800 "login/screens/error_screen.h",
801 "login/screens/error_screen_view_delegate.h", 801 "login/screens/error_screen_view_delegate.h",
802 "login/screens/eula_screen.cc", 802 "login/screens/eula_screen.cc",
803 "login/screens/eula_screen.h", 803 "login/screens/eula_screen.h",
804 "login/screens/eula_view.h", 804 "login/screens/eula_view.h",
805 "login/screens/gaia_screen.cc", 805 "login/screens/gaia_screen.cc",
806 "login/screens/gaia_screen.h", 806 "login/screens/gaia_screen.h",
807 "login/screens/gaia_view.h",
807 "login/screens/hid_detection_screen.cc", 808 "login/screens/hid_detection_screen.cc",
808 "login/screens/hid_detection_screen.h", 809 "login/screens/hid_detection_screen.h",
809 "login/screens/hid_detection_view.h", 810 "login/screens/hid_detection_view.h",
810 "login/screens/host_pairing_screen.cc", 811 "login/screens/host_pairing_screen.cc",
811 "login/screens/host_pairing_screen.h", 812 "login/screens/host_pairing_screen.h",
812 "login/screens/host_pairing_screen_view.cc", 813 "login/screens/host_pairing_screen_view.cc",
813 "login/screens/host_pairing_screen_view.h", 814 "login/screens/host_pairing_screen_view.h",
814 "login/screens/kiosk_autolaunch_screen.cc", 815 "login/screens/kiosk_autolaunch_screen.cc",
815 "login/screens/kiosk_autolaunch_screen.h", 816 "login/screens/kiosk_autolaunch_screen.h",
816 "login/screens/kiosk_autolaunch_screen_view.h", 817 "login/screens/kiosk_autolaunch_screen_view.h",
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
1775 "policy/proto/chrome_device_policy.proto", 1776 "policy/proto/chrome_device_policy.proto",
1776 "policy/proto/install_attributes.proto", 1777 "policy/proto/install_attributes.proto",
1777 ] 1778 ]
1778 } 1779 }
1779 1780
1780 proto_library("attestation_proto") { 1781 proto_library("attestation_proto") {
1781 sources = [ 1782 sources = [
1782 "attestation/attestation_key_payload.proto", 1783 "attestation/attestation_key_payload.proto",
1783 ] 1784 ]
1784 } 1785 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/gaia_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698