| 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 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 948 "policy/schema_registry_service.cc", | 948 "policy/schema_registry_service.cc", |
| 949 "policy/schema_registry_service.h", | 949 "policy/schema_registry_service.h", |
| 950 "policy/schema_registry_service_factory.cc", | 950 "policy/schema_registry_service_factory.cc", |
| 951 "policy/schema_registry_service_factory.h", | 951 "policy/schema_registry_service_factory.h", |
| 952 "predictors/autocomplete_action_predictor.cc", | 952 "predictors/autocomplete_action_predictor.cc", |
| 953 "predictors/autocomplete_action_predictor.h", | 953 "predictors/autocomplete_action_predictor.h", |
| 954 "predictors/autocomplete_action_predictor_factory.cc", | 954 "predictors/autocomplete_action_predictor_factory.cc", |
| 955 "predictors/autocomplete_action_predictor_factory.h", | 955 "predictors/autocomplete_action_predictor_factory.h", |
| 956 "predictors/autocomplete_action_predictor_table.cc", | 956 "predictors/autocomplete_action_predictor_table.cc", |
| 957 "predictors/autocomplete_action_predictor_table.h", | 957 "predictors/autocomplete_action_predictor_table.h", |
| 958 "predictors/glowplug_key_value_table.h", |
| 958 "predictors/predictor_database.cc", | 959 "predictors/predictor_database.cc", |
| 959 "predictors/predictor_database.h", | 960 "predictors/predictor_database.h", |
| 960 "predictors/predictor_database_factory.cc", | 961 "predictors/predictor_database_factory.cc", |
| 961 "predictors/predictor_database_factory.h", | 962 "predictors/predictor_database_factory.h", |
| 962 "predictors/predictor_table_base.cc", | 963 "predictors/predictor_table_base.cc", |
| 963 "predictors/predictor_table_base.h", | 964 "predictors/predictor_table_base.h", |
| 964 "predictors/resource_prefetch_common.cc", | 965 "predictors/resource_prefetch_common.cc", |
| 965 "predictors/resource_prefetch_common.h", | 966 "predictors/resource_prefetch_common.h", |
| 966 "predictors/resource_prefetch_predictor.cc", | 967 "predictors/resource_prefetch_predictor.cc", |
| 967 "predictors/resource_prefetch_predictor.h", | 968 "predictors/resource_prefetch_predictor.h", |
| (...skipping 3713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4681 "media/pepper_cdm_test_constants.cc", | 4682 "media/pepper_cdm_test_constants.cc", |
| 4682 "media/pepper_cdm_test_constants.h", | 4683 "media/pepper_cdm_test_constants.h", |
| 4683 ] | 4684 ] |
| 4684 } | 4685 } |
| 4685 } | 4686 } |
| 4686 | 4687 |
| 4687 service_manifest("preferences_forwarder_manifest") { | 4688 service_manifest("preferences_forwarder_manifest") { |
| 4688 name = "preferences_forwarder" | 4689 name = "preferences_forwarder" |
| 4689 source = "prefs/forwarder_manifest.json" | 4690 source = "prefs/forwarder_manifest.json" |
| 4690 } | 4691 } |
| OLD | NEW |