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

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

Issue 2947483002: Create OOBE screen for Waiting for Container ready (Closed)
Patch Set: 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
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 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 "login/screens/update_screen.h", 893 "login/screens/update_screen.h",
894 "login/screens/update_view.h", 894 "login/screens/update_view.h",
895 "login/screens/user_image_screen.cc", 895 "login/screens/user_image_screen.cc",
896 "login/screens/user_image_screen.h", 896 "login/screens/user_image_screen.h",
897 "login/screens/user_image_view.h", 897 "login/screens/user_image_view.h",
898 "login/screens/user_selection_screen.cc", 898 "login/screens/user_selection_screen.cc",
899 "login/screens/user_selection_screen.h", 899 "login/screens/user_selection_screen.h",
900 "login/screens/voice_interaction_value_prop_screen.cc", 900 "login/screens/voice_interaction_value_prop_screen.cc",
901 "login/screens/voice_interaction_value_prop_screen.h", 901 "login/screens/voice_interaction_value_prop_screen.h",
902 "login/screens/voice_interaction_value_prop_screen_view.h", 902 "login/screens/voice_interaction_value_prop_screen_view.h",
903 "login/screens/wait_for_container_ready_screen.cc",
904 "login/screens/wait_for_container_ready_screen.h",
905 "login/screens/wait_for_container_ready_screen_view.h",
903 "login/screens/wrong_hwid_screen.cc", 906 "login/screens/wrong_hwid_screen.cc",
904 "login/screens/wrong_hwid_screen.h", 907 "login/screens/wrong_hwid_screen.h",
905 "login/screens/wrong_hwid_screen_view.h", 908 "login/screens/wrong_hwid_screen_view.h",
906 "login/session/chrome_session_manager.cc", 909 "login/session/chrome_session_manager.cc",
907 "login/session/chrome_session_manager.h", 910 "login/session/chrome_session_manager.h",
908 "login/session/user_session_manager.cc", 911 "login/session/user_session_manager.cc",
909 "login/session/user_session_manager.h", 912 "login/session/user_session_manager.h",
910 "login/signin/auth_sync_observer.cc", 913 "login/signin/auth_sync_observer.cc",
911 "login/signin/auth_sync_observer.h", 914 "login/signin/auth_sync_observer.h",
912 "login/signin/auth_sync_observer_factory.cc", 915 "login/signin/auth_sync_observer_factory.cc",
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 "policy/proto/chrome_device_policy.proto", 1884 "policy/proto/chrome_device_policy.proto",
1882 "policy/proto/install_attributes.proto", 1885 "policy/proto/install_attributes.proto",
1883 ] 1886 ]
1884 } 1887 }
1885 1888
1886 proto_library("attestation_proto") { 1889 proto_library("attestation_proto") {
1887 sources = [ 1890 sources = [
1888 "attestation/attestation_key_payload.proto", 1891 "attestation/attestation_key_payload.proto",
1889 ] 1892 ]
1890 } 1893 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698