| OLD | NEW |
| 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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 "login/screens/terms_of_service_screen.h", | 888 "login/screens/terms_of_service_screen.h", |
| 889 "login/screens/terms_of_service_screen_view.h", | 889 "login/screens/terms_of_service_screen_view.h", |
| 890 "login/screens/update_screen.cc", | 890 "login/screens/update_screen.cc", |
| 891 "login/screens/update_screen.h", | 891 "login/screens/update_screen.h", |
| 892 "login/screens/update_view.h", | 892 "login/screens/update_view.h", |
| 893 "login/screens/user_image_screen.cc", | 893 "login/screens/user_image_screen.cc", |
| 894 "login/screens/user_image_screen.h", | 894 "login/screens/user_image_screen.h", |
| 895 "login/screens/user_image_view.h", | 895 "login/screens/user_image_view.h", |
| 896 "login/screens/user_selection_screen.cc", | 896 "login/screens/user_selection_screen.cc", |
| 897 "login/screens/user_selection_screen.h", | 897 "login/screens/user_selection_screen.h", |
| 898 "login/screens/voice_interaction_value_prop_screen.cc", |
| 899 "login/screens/voice_interaction_value_prop_screen.h", |
| 900 "login/screens/voice_interaction_value_prop_screen_view.h", |
| 898 "login/screens/wrong_hwid_screen.cc", | 901 "login/screens/wrong_hwid_screen.cc", |
| 899 "login/screens/wrong_hwid_screen.h", | 902 "login/screens/wrong_hwid_screen.h", |
| 900 "login/screens/wrong_hwid_screen_view.h", | 903 "login/screens/wrong_hwid_screen_view.h", |
| 901 "login/session/chrome_session_manager.cc", | 904 "login/session/chrome_session_manager.cc", |
| 902 "login/session/chrome_session_manager.h", | 905 "login/session/chrome_session_manager.h", |
| 903 "login/session/user_session_manager.cc", | 906 "login/session/user_session_manager.cc", |
| 904 "login/session/user_session_manager.h", | 907 "login/session/user_session_manager.h", |
| 905 "login/signin/auth_sync_observer.cc", | 908 "login/signin/auth_sync_observer.cc", |
| 906 "login/signin/auth_sync_observer.h", | 909 "login/signin/auth_sync_observer.h", |
| 907 "login/signin/auth_sync_observer_factory.cc", | 910 "login/signin/auth_sync_observer_factory.cc", |
| (...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1873 "policy/proto/chrome_device_policy.proto", | 1876 "policy/proto/chrome_device_policy.proto", |
| 1874 "policy/proto/install_attributes.proto", | 1877 "policy/proto/install_attributes.proto", |
| 1875 ] | 1878 ] |
| 1876 } | 1879 } |
| 1877 | 1880 |
| 1878 proto_library("attestation_proto") { | 1881 proto_library("attestation_proto") { |
| 1879 sources = [ | 1882 sources = [ |
| 1880 "attestation/attestation_key_payload.proto", | 1883 "attestation/attestation_key_payload.proto", |
| 1881 ] | 1884 ] |
| 1882 } | 1885 } |
| OLD | NEW |