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

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

Issue 2556253002: cros: Fold EulaModel into EulaView. (Closed)
Patch Set: Address comments Created 3 years, 11 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/eula_model.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 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 "login/screens/core_oobe_actor.h", 765 "login/screens/core_oobe_actor.h",
766 "login/screens/device_disabled_screen.cc", 766 "login/screens/device_disabled_screen.cc",
767 "login/screens/device_disabled_screen.h", 767 "login/screens/device_disabled_screen.h",
768 "login/screens/device_disabled_screen_actor.h", 768 "login/screens/device_disabled_screen_actor.h",
769 "login/screens/enable_debugging_screen.cc", 769 "login/screens/enable_debugging_screen.cc",
770 "login/screens/enable_debugging_screen.h", 770 "login/screens/enable_debugging_screen.h",
771 "login/screens/enable_debugging_screen_actor.h", 771 "login/screens/enable_debugging_screen_actor.h",
772 "login/screens/error_screen.cc", 772 "login/screens/error_screen.cc",
773 "login/screens/error_screen.h", 773 "login/screens/error_screen.h",
774 "login/screens/error_screen_actor_delegate.h", 774 "login/screens/error_screen_actor_delegate.h",
775 "login/screens/eula_model.cc",
776 "login/screens/eula_model.h",
777 "login/screens/eula_screen.cc", 775 "login/screens/eula_screen.cc",
778 "login/screens/eula_screen.h", 776 "login/screens/eula_screen.h",
779 "login/screens/eula_view.h", 777 "login/screens/eula_view.h",
780 "login/screens/gaia_screen.cc", 778 "login/screens/gaia_screen.cc",
781 "login/screens/gaia_screen.h", 779 "login/screens/gaia_screen.h",
782 "login/screens/hid_detection_model.cc", 780 "login/screens/hid_detection_model.cc",
783 "login/screens/hid_detection_model.h", 781 "login/screens/hid_detection_model.h",
784 "login/screens/hid_detection_screen.cc", 782 "login/screens/hid_detection_screen.cc",
785 "login/screens/hid_detection_screen.h", 783 "login/screens/hid_detection_screen.h",
786 "login/screens/hid_detection_view.h", 784 "login/screens/hid_detection_view.h",
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
1717 "policy/proto/chrome_device_policy.proto", 1715 "policy/proto/chrome_device_policy.proto",
1718 "policy/proto/install_attributes.proto", 1716 "policy/proto/install_attributes.proto",
1719 ] 1717 ]
1720 } 1718 }
1721 1719
1722 proto_library("attestation_proto") { 1720 proto_library("attestation_proto") {
1723 sources = [ 1721 sources = [
1724 "attestation/attestation_key_payload.proto", 1722 "attestation/attestation_key_payload.proto",
1725 ] 1723 ]
1726 } 1724 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/eula_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698