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

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

Issue 2867173003: cros: Move LockWindow from chrome to ash (Closed)
Patch Set: 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
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 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 "login/supervised/supervised_user_creation_screen.cc", 943 "login/supervised/supervised_user_creation_screen.cc",
944 "login/supervised/supervised_user_creation_screen.h", 944 "login/supervised/supervised_user_creation_screen.h",
945 "login/supervised/supervised_user_login_flow.cc", 945 "login/supervised/supervised_user_login_flow.cc",
946 "login/supervised/supervised_user_login_flow.h", 946 "login/supervised/supervised_user_login_flow.h",
947 "login/ui/captive_portal_view.cc", 947 "login/ui/captive_portal_view.cc",
948 "login/ui/captive_portal_view.h", 948 "login/ui/captive_portal_view.h",
949 "login/ui/captive_portal_window_proxy.cc", 949 "login/ui/captive_portal_window_proxy.cc",
950 "login/ui/captive_portal_window_proxy.h", 950 "login/ui/captive_portal_window_proxy.h",
951 "login/ui/input_events_blocker.cc", 951 "login/ui/input_events_blocker.cc",
952 "login/ui/input_events_blocker.h", 952 "login/ui/input_events_blocker.h",
953 "login/ui/lock_window.cc",
954 "login/ui/lock_window.h",
955 "login/ui/login_display.cc", 953 "login/ui/login_display.cc",
956 "login/ui/login_display.h", 954 "login/ui/login_display.h",
957 "login/ui/login_display_host.cc", 955 "login/ui/login_display_host.cc",
958 "login/ui/login_display_host.h", 956 "login/ui/login_display_host.h",
959 "login/ui/login_display_host_impl.cc", 957 "login/ui/login_display_host_impl.cc",
960 "login/ui/login_display_host_impl.h", 958 "login/ui/login_display_host_impl.h",
961 "login/ui/login_feedback.cc", 959 "login/ui/login_feedback.cc",
962 "login/ui/login_feedback.h", 960 "login/ui/login_feedback.h",
963 "login/ui/login_web_dialog.cc", 961 "login/ui/login_web_dialog.cc",
964 "login/ui/login_web_dialog.h", 962 "login/ui/login_web_dialog.h",
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
1852 "policy/proto/chrome_device_policy.proto", 1850 "policy/proto/chrome_device_policy.proto",
1853 "policy/proto/install_attributes.proto", 1851 "policy/proto/install_attributes.proto",
1854 ] 1852 ]
1855 } 1853 }
1856 1854
1857 proto_library("attestation_proto") { 1855 proto_library("attestation_proto") {
1858 sources = [ 1856 sources = [
1859 "attestation/attestation_key_payload.proto", 1857 "attestation/attestation_key_payload.proto",
1860 ] 1858 ]
1861 } 1859 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698