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

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

Issue 2867173003: cros: Move LockWindow from chrome to ash (Closed)
Patch Set: Reorder patches so view -> ui lands first Created 3 years, 7 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 | « ash/login/ui/lock_window.cc ('k') | chrome/browser/chromeos/login/lock/screen_locker.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("//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 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 "login/supervised/supervised_user_creation_screen.cc", 944 "login/supervised/supervised_user_creation_screen.cc",
945 "login/supervised/supervised_user_creation_screen.h", 945 "login/supervised/supervised_user_creation_screen.h",
946 "login/supervised/supervised_user_login_flow.cc", 946 "login/supervised/supervised_user_login_flow.cc",
947 "login/supervised/supervised_user_login_flow.h", 947 "login/supervised/supervised_user_login_flow.h",
948 "login/ui/captive_portal_view.cc", 948 "login/ui/captive_portal_view.cc",
949 "login/ui/captive_portal_view.h", 949 "login/ui/captive_portal_view.h",
950 "login/ui/captive_portal_window_proxy.cc", 950 "login/ui/captive_portal_window_proxy.cc",
951 "login/ui/captive_portal_window_proxy.h", 951 "login/ui/captive_portal_window_proxy.h",
952 "login/ui/input_events_blocker.cc", 952 "login/ui/input_events_blocker.cc",
953 "login/ui/input_events_blocker.h", 953 "login/ui/input_events_blocker.h",
954 "login/ui/lock_window.cc",
955 "login/ui/lock_window.h",
956 "login/ui/login_display.cc", 954 "login/ui/login_display.cc",
957 "login/ui/login_display.h", 955 "login/ui/login_display.h",
958 "login/ui/login_display_host.cc", 956 "login/ui/login_display_host.cc",
959 "login/ui/login_display_host.h", 957 "login/ui/login_display_host.h",
960 "login/ui/login_display_host_impl.cc", 958 "login/ui/login_display_host_impl.cc",
961 "login/ui/login_display_host_impl.h", 959 "login/ui/login_display_host_impl.h",
962 "login/ui/login_feedback.cc", 960 "login/ui/login_feedback.cc",
963 "login/ui/login_feedback.h", 961 "login/ui/login_feedback.h",
964 "login/ui/login_web_dialog.cc", 962 "login/ui/login_web_dialog.cc",
965 "login/ui/login_web_dialog.h", 963 "login/ui/login_web_dialog.h",
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 "policy/proto/chrome_device_policy.proto", 1851 "policy/proto/chrome_device_policy.proto",
1854 "policy/proto/install_attributes.proto", 1852 "policy/proto/install_attributes.proto",
1855 ] 1853 ]
1856 } 1854 }
1857 1855
1858 proto_library("attestation_proto") { 1856 proto_library("attestation_proto") {
1859 sources = [ 1857 sources = [
1860 "attestation/attestation_key_payload.proto", 1858 "attestation/attestation_key_payload.proto",
1861 ] 1859 ]
1862 } 1860 }
OLDNEW
« no previous file with comments | « ash/login/ui/lock_window.cc ('k') | chrome/browser/chromeos/login/lock/screen_locker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698