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

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

Issue 2779933002: Add a screen to migrate filesystem encryption from eCryptfs to ext4 crypto. (Closed)
Patch Set: Address review comments. Created 3 years, 8 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/existing_user_controller.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 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 "login/screens/controller_pairing_screen.h", 811 "login/screens/controller_pairing_screen.h",
812 "login/screens/controller_pairing_screen_view.cc", 812 "login/screens/controller_pairing_screen_view.cc",
813 "login/screens/controller_pairing_screen_view.h", 813 "login/screens/controller_pairing_screen_view.h",
814 "login/screens/core_oobe_view.h", 814 "login/screens/core_oobe_view.h",
815 "login/screens/device_disabled_screen.cc", 815 "login/screens/device_disabled_screen.cc",
816 "login/screens/device_disabled_screen.h", 816 "login/screens/device_disabled_screen.h",
817 "login/screens/device_disabled_screen_view.h", 817 "login/screens/device_disabled_screen_view.h",
818 "login/screens/enable_debugging_screen.cc", 818 "login/screens/enable_debugging_screen.cc",
819 "login/screens/enable_debugging_screen.h", 819 "login/screens/enable_debugging_screen.h",
820 "login/screens/enable_debugging_screen_view.h", 820 "login/screens/enable_debugging_screen_view.h",
821 "login/screens/encryption_migration_screen.cc",
822 "login/screens/encryption_migration_screen.h",
823 "login/screens/encryption_migration_screen_view.h",
821 "login/screens/error_screen.cc", 824 "login/screens/error_screen.cc",
822 "login/screens/error_screen.h", 825 "login/screens/error_screen.h",
823 "login/screens/error_screen_view_delegate.h", 826 "login/screens/error_screen_view_delegate.h",
824 "login/screens/eula_screen.cc", 827 "login/screens/eula_screen.cc",
825 "login/screens/eula_screen.h", 828 "login/screens/eula_screen.h",
826 "login/screens/eula_view.h", 829 "login/screens/eula_view.h",
827 "login/screens/gaia_screen.cc", 830 "login/screens/gaia_screen.cc",
828 "login/screens/gaia_screen.h", 831 "login/screens/gaia_screen.h",
829 "login/screens/gaia_view.h", 832 "login/screens/gaia_view.h",
830 "login/screens/hid_detection_screen.cc", 833 "login/screens/hid_detection_screen.cc",
(...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
1811 "policy/proto/chrome_device_policy.proto", 1814 "policy/proto/chrome_device_policy.proto",
1812 "policy/proto/install_attributes.proto", 1815 "policy/proto/install_attributes.proto",
1813 ] 1816 ]
1814 } 1817 }
1815 1818
1816 proto_library("attestation_proto") { 1819 proto_library("attestation_proto") {
1817 sources = [ 1820 sources = [
1818 "attestation/attestation_key_payload.proto", 1821 "attestation/attestation_key_payload.proto",
1819 ] 1822 ]
1820 } 1823 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/existing_user_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698