| 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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 723 "net/nqe/ui_network_quality_estimator_service_factory.cc", | 723 "net/nqe/ui_network_quality_estimator_service_factory.cc", |
| 724 "net/nqe/ui_network_quality_estimator_service_factory.h", | 724 "net/nqe/ui_network_quality_estimator_service_factory.h", |
| 725 "net/prediction_options.cc", | 725 "net/prediction_options.cc", |
| 726 "net/prediction_options.h", | 726 "net/prediction_options.h", |
| 727 "net/predictor.cc", | 727 "net/predictor.cc", |
| 728 "net/predictor.h", | 728 "net/predictor.h", |
| 729 "net/predictor_tab_helper.cc", | 729 "net/predictor_tab_helper.cc", |
| 730 "net/predictor_tab_helper.h", | 730 "net/predictor_tab_helper.h", |
| 731 "net/probe_message.cc", | 731 "net/probe_message.cc", |
| 732 "net/probe_message.h", | 732 "net/probe_message.h", |
| 733 "net/profile_network_context_service.cc", |
| 734 "net/profile_network_context_service.h", |
| 735 "net/profile_network_context_service_factory.cc", |
| 736 "net/profile_network_context_service_factory.h", |
| 733 "net/proxy_service_factory.cc", | 737 "net/proxy_service_factory.cc", |
| 734 "net/proxy_service_factory.h", | 738 "net/proxy_service_factory.h", |
| 735 "net/quota_policy_channel_id_store.cc", | 739 "net/quota_policy_channel_id_store.cc", |
| 736 "net/quota_policy_channel_id_store.h", | 740 "net/quota_policy_channel_id_store.h", |
| 737 "net/referrer.cc", | 741 "net/referrer.cc", |
| 738 "net/referrer.h", | 742 "net/referrer.h", |
| 739 "net/request_source_bandwidth_histograms.cc", | 743 "net/request_source_bandwidth_histograms.cc", |
| 740 "net/request_source_bandwidth_histograms.h", | 744 "net/request_source_bandwidth_histograms.h", |
| 741 "net/safe_search_util.cc", | 745 "net/safe_search_util.cc", |
| 742 "net/safe_search_util.h", | 746 "net/safe_search_util.h", |
| (...skipping 3888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4631 "//components/search_engines", | 4635 "//components/search_engines", |
| 4632 "//rlz:rlz_lib", | 4636 "//rlz:rlz_lib", |
| 4633 ] | 4637 ] |
| 4634 } | 4638 } |
| 4635 } | 4639 } |
| 4636 | 4640 |
| 4637 service_manifest("preferences_forwarder_manifest") { | 4641 service_manifest("preferences_forwarder_manifest") { |
| 4638 name = "preferences_forwarder" | 4642 name = "preferences_forwarder" |
| 4639 source = "prefs/forwarder_manifest.json" | 4643 source = "prefs/forwarder_manifest.json" |
| 4640 } | 4644 } |
| OLD | NEW |