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

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

Issue 2912593002: Create OOBE screen for Voice Interaction value proposition (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 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 "login/screens/terms_of_service_screen.h", 882 "login/screens/terms_of_service_screen.h",
883 "login/screens/terms_of_service_screen_view.h", 883 "login/screens/terms_of_service_screen_view.h",
884 "login/screens/update_screen.cc", 884 "login/screens/update_screen.cc",
885 "login/screens/update_screen.h", 885 "login/screens/update_screen.h",
886 "login/screens/update_view.h", 886 "login/screens/update_view.h",
887 "login/screens/user_image_screen.cc", 887 "login/screens/user_image_screen.cc",
888 "login/screens/user_image_screen.h", 888 "login/screens/user_image_screen.h",
889 "login/screens/user_image_view.h", 889 "login/screens/user_image_view.h",
890 "login/screens/user_selection_screen.cc", 890 "login/screens/user_selection_screen.cc",
891 "login/screens/user_selection_screen.h", 891 "login/screens/user_selection_screen.h",
892 "login/screens/voice_interaction_value_prop_screen.cc",
893 "login/screens/voice_interaction_value_prop_screen.h",
894 "login/screens/voice_interaction_value_prop_screen_view.h",
892 "login/screens/wrong_hwid_screen.cc", 895 "login/screens/wrong_hwid_screen.cc",
893 "login/screens/wrong_hwid_screen.h", 896 "login/screens/wrong_hwid_screen.h",
894 "login/screens/wrong_hwid_screen_view.h", 897 "login/screens/wrong_hwid_screen_view.h",
895 "login/session/chrome_session_manager.cc", 898 "login/session/chrome_session_manager.cc",
896 "login/session/chrome_session_manager.h", 899 "login/session/chrome_session_manager.h",
897 "login/session/user_session_manager.cc", 900 "login/session/user_session_manager.cc",
898 "login/session/user_session_manager.h", 901 "login/session/user_session_manager.h",
899 "login/signin/auth_sync_observer.cc", 902 "login/signin/auth_sync_observer.cc",
900 "login/signin/auth_sync_observer.h", 903 "login/signin/auth_sync_observer.h",
901 "login/signin/auth_sync_observer_factory.cc", 904 "login/signin/auth_sync_observer_factory.cc",
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
1866 "policy/proto/chrome_device_policy.proto", 1869 "policy/proto/chrome_device_policy.proto",
1867 "policy/proto/install_attributes.proto", 1870 "policy/proto/install_attributes.proto",
1868 ] 1871 ]
1869 } 1872 }
1870 1873
1871 proto_library("attestation_proto") { 1874 proto_library("attestation_proto") {
1872 sources = [ 1875 sources = [
1873 "attestation/attestation_key_payload.proto", 1876 "attestation/attestation_key_payload.proto",
1874 ] 1877 ]
1875 } 1878 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698