| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 1802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1813 "search/hotword_service_factory.cc", | 1813 "search/hotword_service_factory.cc", |
| 1814 "search/hotword_service_factory.h", | 1814 "search/hotword_service_factory.h", |
| 1815 "signin/chrome_proximity_auth_client.cc", | 1815 "signin/chrome_proximity_auth_client.cc", |
| 1816 "signin/chrome_proximity_auth_client.h", | 1816 "signin/chrome_proximity_auth_client.h", |
| 1817 "signin/easy_unlock_app_manager.cc", | 1817 "signin/easy_unlock_app_manager.cc", |
| 1818 "signin/easy_unlock_app_manager.h", | 1818 "signin/easy_unlock_app_manager.h", |
| 1819 "signin/easy_unlock_auth_attempt.cc", | 1819 "signin/easy_unlock_auth_attempt.cc", |
| 1820 "signin/easy_unlock_auth_attempt.h", | 1820 "signin/easy_unlock_auth_attempt.h", |
| 1821 "signin/easy_unlock_metrics.cc", | 1821 "signin/easy_unlock_metrics.cc", |
| 1822 "signin/easy_unlock_metrics.h", | 1822 "signin/easy_unlock_metrics.h", |
| 1823 "signin/easy_unlock_notification_controller.cc", |
| 1824 "signin/easy_unlock_notification_controller.h", |
| 1825 "signin/easy_unlock_notification_controller_chromeos.cc", |
| 1826 "signin/easy_unlock_notification_controller_chromeos.h", |
| 1823 "signin/easy_unlock_screenlock_state_handler.cc", | 1827 "signin/easy_unlock_screenlock_state_handler.cc", |
| 1824 "signin/easy_unlock_screenlock_state_handler.h", | 1828 "signin/easy_unlock_screenlock_state_handler.h", |
| 1825 "signin/easy_unlock_service.cc", | 1829 "signin/easy_unlock_service.cc", |
| 1826 "signin/easy_unlock_service.h", | 1830 "signin/easy_unlock_service.h", |
| 1827 "signin/easy_unlock_service_factory.cc", | 1831 "signin/easy_unlock_service_factory.cc", |
| 1828 "signin/easy_unlock_service_factory.h", | 1832 "signin/easy_unlock_service_factory.h", |
| 1829 "signin/easy_unlock_service_regular.cc", | 1833 "signin/easy_unlock_service_regular.cc", |
| 1830 "signin/easy_unlock_service_regular.h", | 1834 "signin/easy_unlock_service_regular.h", |
| 1831 "signin/easy_unlock_service_signin_chromeos.cc", | 1835 "signin/easy_unlock_service_signin_chromeos.cc", |
| 1832 "signin/easy_unlock_service_signin_chromeos.h", | 1836 "signin/easy_unlock_service_signin_chromeos.h", |
| (...skipping 2765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4598 "//components/search_engines", | 4602 "//components/search_engines", |
| 4599 "//rlz:rlz_lib", | 4603 "//rlz:rlz_lib", |
| 4600 ] | 4604 ] |
| 4601 } | 4605 } |
| 4602 } | 4606 } |
| 4603 | 4607 |
| 4604 service_manifest("preferences_forwarder_manifest") { | 4608 service_manifest("preferences_forwarder_manifest") { |
| 4605 name = "preferences_forwarder" | 4609 name = "preferences_forwarder" |
| 4606 source = "prefs/forwarder_manifest.json" | 4610 source = "prefs/forwarder_manifest.json" |
| 4607 } | 4611 } |
| OLD | NEW |