| 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 982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 993 "predictors/resource_prefetch_common.cc", | 993 "predictors/resource_prefetch_common.cc", |
| 994 "predictors/resource_prefetch_common.h", | 994 "predictors/resource_prefetch_common.h", |
| 995 "predictors/resource_prefetch_predictor.cc", | 995 "predictors/resource_prefetch_predictor.cc", |
| 996 "predictors/resource_prefetch_predictor.h", | 996 "predictors/resource_prefetch_predictor.h", |
| 997 "predictors/resource_prefetch_predictor_tab_helper.cc", | 997 "predictors/resource_prefetch_predictor_tab_helper.cc", |
| 998 "predictors/resource_prefetch_predictor_tab_helper.h", | 998 "predictors/resource_prefetch_predictor_tab_helper.h", |
| 999 "predictors/resource_prefetch_predictor_tables.cc", | 999 "predictors/resource_prefetch_predictor_tables.cc", |
| 1000 "predictors/resource_prefetch_predictor_tables.h", | 1000 "predictors/resource_prefetch_predictor_tables.h", |
| 1001 "predictors/resource_prefetcher.cc", | 1001 "predictors/resource_prefetcher.cc", |
| 1002 "predictors/resource_prefetcher.h", | 1002 "predictors/resource_prefetcher.h", |
| 1003 "predictors/resource_prefetcher_manager.cc", | |
| 1004 "predictors/resource_prefetcher_manager.h", | |
| 1005 "prefs/browser_prefs.cc", | 1003 "prefs/browser_prefs.cc", |
| 1006 "prefs/browser_prefs.h", | 1004 "prefs/browser_prefs.h", |
| 1007 "prefs/chrome_command_line_pref_store.cc", | 1005 "prefs/chrome_command_line_pref_store.cc", |
| 1008 "prefs/chrome_command_line_pref_store.h", | 1006 "prefs/chrome_command_line_pref_store.h", |
| 1009 "prefs/chrome_pref_model_associator_client.cc", | 1007 "prefs/chrome_pref_model_associator_client.cc", |
| 1010 "prefs/chrome_pref_model_associator_client.h", | 1008 "prefs/chrome_pref_model_associator_client.h", |
| 1011 "prefs/chrome_pref_service_factory.cc", | 1009 "prefs/chrome_pref_service_factory.cc", |
| 1012 "prefs/chrome_pref_service_factory.h", | 1010 "prefs/chrome_pref_service_factory.h", |
| 1013 "prefs/incognito_mode_prefs.cc", | 1011 "prefs/incognito_mode_prefs.cc", |
| 1014 "prefs/incognito_mode_prefs.h", | 1012 "prefs/incognito_mode_prefs.h", |
| (...skipping 3590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4605 "//components/search_engines", | 4603 "//components/search_engines", |
| 4606 "//rlz:rlz_lib", | 4604 "//rlz:rlz_lib", |
| 4607 ] | 4605 ] |
| 4608 } | 4606 } |
| 4609 } | 4607 } |
| 4610 | 4608 |
| 4611 service_manifest("preferences_forwarder_manifest") { | 4609 service_manifest("preferences_forwarder_manifest") { |
| 4612 name = "preferences_forwarder" | 4610 name = "preferences_forwarder" |
| 4613 source = "prefs/forwarder_manifest.json" | 4611 source = "prefs/forwarder_manifest.json" |
| 4614 } | 4612 } |
| OLD | NEW |