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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 "component_updater/chrome_component_updater_configurator.cc", | 229 "component_updater/chrome_component_updater_configurator.cc", |
230 "component_updater/chrome_component_updater_configurator.h", | 230 "component_updater/chrome_component_updater_configurator.h", |
231 "component_updater/component_patcher_operation_out_of_process.cc", | 231 "component_updater/component_patcher_operation_out_of_process.cc", |
232 "component_updater/component_patcher_operation_out_of_process.h", | 232 "component_updater/component_patcher_operation_out_of_process.h", |
233 "component_updater/component_updater_prefs.cc", | 233 "component_updater/component_updater_prefs.cc", |
234 "component_updater/component_updater_prefs.h", | 234 "component_updater/component_updater_prefs.h", |
235 "component_updater/component_updater_resource_throttle.cc", | 235 "component_updater/component_updater_resource_throttle.cc", |
236 "component_updater/component_updater_resource_throttle.h", | 236 "component_updater/component_updater_resource_throttle.h", |
237 "component_updater/component_updater_utils.cc", | 237 "component_updater/component_updater_utils.cc", |
238 "component_updater/component_updater_utils.h", | 238 "component_updater/component_updater_utils.h", |
| 239 "component_updater/cros_component_installer.cc", |
| 240 "component_updater/cros_component_installer.h", |
239 "component_updater/ev_whitelist_component_installer.cc", | 241 "component_updater/ev_whitelist_component_installer.cc", |
240 "component_updater/ev_whitelist_component_installer.h", | 242 "component_updater/ev_whitelist_component_installer.h", |
241 "component_updater/file_type_policies_component_installer.cc", | 243 "component_updater/file_type_policies_component_installer.cc", |
242 "component_updater/file_type_policies_component_installer.h", | 244 "component_updater/file_type_policies_component_installer.h", |
243 "component_updater/origin_trials_component_installer.cc", | 245 "component_updater/origin_trials_component_installer.cc", |
244 "component_updater/origin_trials_component_installer.h", | 246 "component_updater/origin_trials_component_installer.h", |
245 "component_updater/pnacl_component_installer.cc", | 247 "component_updater/pnacl_component_installer.cc", |
246 "component_updater/pnacl_component_installer.h", | 248 "component_updater/pnacl_component_installer.h", |
247 "component_updater/recovery_component_installer.cc", | 249 "component_updater/recovery_component_installer.cc", |
248 "component_updater/recovery_component_installer.h", | 250 "component_updater/recovery_component_installer.h", |
(...skipping 4280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4529 "media/pepper_cdm_test_constants.cc", | 4531 "media/pepper_cdm_test_constants.cc", |
4530 "media/pepper_cdm_test_constants.h", | 4532 "media/pepper_cdm_test_constants.h", |
4531 ] | 4533 ] |
4532 } | 4534 } |
4533 } | 4535 } |
4534 | 4536 |
4535 service_manifest("preferences_manifest") { | 4537 service_manifest("preferences_manifest") { |
4536 name = "preferences" | 4538 name = "preferences" |
4537 source = "prefs/preferences_manifest.json" | 4539 source = "prefs/preferences_manifest.json" |
4538 } | 4540 } |
OLD | NEW |