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

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

Issue 2947483002: Create OOBE screen for Waiting for Container ready (Closed)
Patch Set: Rebase and run js format Created 3 years, 6 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 | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/login/oobe_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 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 "login/screens/update_screen.h", 949 "login/screens/update_screen.h",
950 "login/screens/update_view.h", 950 "login/screens/update_view.h",
951 "login/screens/user_image_screen.cc", 951 "login/screens/user_image_screen.cc",
952 "login/screens/user_image_screen.h", 952 "login/screens/user_image_screen.h",
953 "login/screens/user_image_view.h", 953 "login/screens/user_image_view.h",
954 "login/screens/user_selection_screen.cc", 954 "login/screens/user_selection_screen.cc",
955 "login/screens/user_selection_screen.h", 955 "login/screens/user_selection_screen.h",
956 "login/screens/voice_interaction_value_prop_screen.cc", 956 "login/screens/voice_interaction_value_prop_screen.cc",
957 "login/screens/voice_interaction_value_prop_screen.h", 957 "login/screens/voice_interaction_value_prop_screen.h",
958 "login/screens/voice_interaction_value_prop_screen_view.h", 958 "login/screens/voice_interaction_value_prop_screen_view.h",
959 "login/screens/wait_for_container_ready_screen.cc",
960 "login/screens/wait_for_container_ready_screen.h",
961 "login/screens/wait_for_container_ready_screen_view.h",
959 "login/screens/wrong_hwid_screen.cc", 962 "login/screens/wrong_hwid_screen.cc",
960 "login/screens/wrong_hwid_screen.h", 963 "login/screens/wrong_hwid_screen.h",
961 "login/screens/wrong_hwid_screen_view.h", 964 "login/screens/wrong_hwid_screen_view.h",
962 "login/session/chrome_session_manager.cc", 965 "login/session/chrome_session_manager.cc",
963 "login/session/chrome_session_manager.h", 966 "login/session/chrome_session_manager.h",
964 "login/session/user_session_manager.cc", 967 "login/session/user_session_manager.cc",
965 "login/session/user_session_manager.h", 968 "login/session/user_session_manager.h",
966 "login/signin/auth_sync_observer.cc", 969 "login/signin/auth_sync_observer.cc",
967 "login/signin/auth_sync_observer.h", 970 "login/signin/auth_sync_observer.h",
968 "login/signin/auth_sync_observer_factory.cc", 971 "login/signin/auth_sync_observer_factory.cc",
(...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after
1961 "policy/proto/chrome_device_policy.proto", 1964 "policy/proto/chrome_device_policy.proto",
1962 "policy/proto/install_attributes.proto", 1965 "policy/proto/install_attributes.proto",
1963 ] 1966 ]
1964 } 1967 }
1965 1968
1966 proto_library("attestation_proto") { 1969 proto_library("attestation_proto") {
1967 sources = [ 1970 sources = [
1968 "attestation/attestation_key_payload.proto", 1971 "attestation/attestation_key_payload.proto",
1969 ] 1972 ]
1970 } 1973 }
OLDNEW
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/login/oobe_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698