| 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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 "net/nqe/ui_network_quality_estimator_service_factory.cc", | 725 "net/nqe/ui_network_quality_estimator_service_factory.cc", |
| 726 "net/nqe/ui_network_quality_estimator_service_factory.h", | 726 "net/nqe/ui_network_quality_estimator_service_factory.h", |
| 727 "net/prediction_options.cc", | 727 "net/prediction_options.cc", |
| 728 "net/prediction_options.h", | 728 "net/prediction_options.h", |
| 729 "net/predictor.cc", | 729 "net/predictor.cc", |
| 730 "net/predictor.h", | 730 "net/predictor.h", |
| 731 "net/predictor_tab_helper.cc", | 731 "net/predictor_tab_helper.cc", |
| 732 "net/predictor_tab_helper.h", | 732 "net/predictor_tab_helper.h", |
| 733 "net/probe_message.cc", | 733 "net/probe_message.cc", |
| 734 "net/probe_message.h", | 734 "net/probe_message.h", |
| 735 "net/profile_network_context_service.cc", |
| 736 "net/profile_network_context_service.h", |
| 737 "net/profile_network_context_service_factory.cc", |
| 738 "net/profile_network_context_service_factory.h", |
| 735 "net/proxy_service_factory.cc", | 739 "net/proxy_service_factory.cc", |
| 736 "net/proxy_service_factory.h", | 740 "net/proxy_service_factory.h", |
| 737 "net/quota_policy_channel_id_store.cc", | 741 "net/quota_policy_channel_id_store.cc", |
| 738 "net/quota_policy_channel_id_store.h", | 742 "net/quota_policy_channel_id_store.h", |
| 739 "net/referrer.cc", | 743 "net/referrer.cc", |
| 740 "net/referrer.h", | 744 "net/referrer.h", |
| 741 "net/request_source_bandwidth_histograms.cc", | 745 "net/request_source_bandwidth_histograms.cc", |
| 742 "net/request_source_bandwidth_histograms.h", | 746 "net/request_source_bandwidth_histograms.h", |
| 743 "net/safe_search_util.cc", | 747 "net/safe_search_util.cc", |
| 744 "net/safe_search_util.h", | 748 "net/safe_search_util.h", |
| (...skipping 3862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4607 "//components/search_engines", | 4611 "//components/search_engines", |
| 4608 "//rlz:rlz_lib", | 4612 "//rlz:rlz_lib", |
| 4609 ] | 4613 ] |
| 4610 } | 4614 } |
| 4611 } | 4615 } |
| 4612 | 4616 |
| 4613 service_manifest("preferences_forwarder_manifest") { | 4617 service_manifest("preferences_forwarder_manifest") { |
| 4614 name = "preferences_forwarder" | 4618 name = "preferences_forwarder" |
| 4615 source = "prefs/forwarder_manifest.json" | 4619 source = "prefs/forwarder_manifest.json" |
| 4616 } | 4620 } |
| OLD | NEW |