Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2853363002: Rename the DownloadService to DownloadCoreService (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "domain_reliability/service_factory.cc", 320 "domain_reliability/service_factory.cc",
321 "domain_reliability/service_factory.h", 321 "domain_reliability/service_factory.h",
322 "doodle/doodle_service_factory.cc", 322 "doodle/doodle_service_factory.cc",
323 "doodle/doodle_service_factory.h", 323 "doodle/doodle_service_factory.h",
324 "download/all_download_item_notifier.cc", 324 "download/all_download_item_notifier.cc",
325 "download/all_download_item_notifier.h", 325 "download/all_download_item_notifier.h",
326 "download/chrome_download_manager_delegate.cc", 326 "download/chrome_download_manager_delegate.cc",
327 "download/chrome_download_manager_delegate.h", 327 "download/chrome_download_manager_delegate.h",
328 "download/download_confirmation_reason.h", 328 "download/download_confirmation_reason.h",
329 "download/download_confirmation_result.h", 329 "download/download_confirmation_result.h",
330 "download/download_core_service.cc",
331 "download/download_core_service.h",
332 "download/download_core_service_factory.cc",
333 "download/download_core_service_factory.h",
334 "download/download_core_service_impl.cc",
335 "download/download_core_service_impl.h",
330 "download/download_crx_util_android.cc", 336 "download/download_crx_util_android.cc",
331 "download/download_file_picker.cc", 337 "download/download_file_picker.cc",
332 "download/download_file_picker.h", 338 "download/download_file_picker.h",
333 "download/download_history.cc", 339 "download/download_history.cc",
334 "download/download_history.h", 340 "download/download_history.h",
335 "download/download_item_model.cc", 341 "download/download_item_model.cc",
336 "download/download_item_model.h", 342 "download/download_item_model.h",
337 "download/download_path_reservation_tracker.cc", 343 "download/download_path_reservation_tracker.cc",
338 "download/download_path_reservation_tracker.h", 344 "download/download_path_reservation_tracker.h",
339 "download/download_prefs.cc", 345 "download/download_prefs.cc",
340 "download/download_prefs.h", 346 "download/download_prefs.h",
341 "download/download_query.cc", 347 "download/download_query.cc",
342 "download/download_query.h", 348 "download/download_query.h",
343 "download/download_request_limiter.cc", 349 "download/download_request_limiter.cc",
344 "download/download_request_limiter.h", 350 "download/download_request_limiter.h",
345 "download/download_resource_throttle.cc", 351 "download/download_resource_throttle.cc",
346 "download/download_resource_throttle.h", 352 "download/download_resource_throttle.h",
347 "download/download_service.cc",
348 "download/download_service.h",
349 "download/download_service_factory.cc",
350 "download/download_service_factory.h",
351 "download/download_service_impl.cc",
352 "download/download_service_impl.h",
353 "download/download_started_animation.h", 353 "download/download_started_animation.h",
354 "download/download_stats.cc", 354 "download/download_stats.cc",
355 "download/download_stats.h", 355 "download/download_stats.h",
356 "download/download_status_updater.cc", 356 "download/download_status_updater.cc",
357 "download/download_status_updater.h", 357 "download/download_status_updater.h",
358 "download/download_status_updater_mac.mm", 358 "download/download_status_updater_mac.mm",
359 "download/download_status_updater_win.cc", 359 "download/download_status_updater_win.cc",
360 "download/download_target_determiner.cc", 360 "download/download_target_determiner.cc",
361 "download/download_target_determiner.h", 361 "download/download_target_determiner.h",
362 "download/download_target_determiner_delegate.h", 362 "download/download_target_determiner_delegate.h",
(...skipping 4334 matching lines...) Expand 10 before | Expand all | Expand 10 after
4697 "media/pepper_cdm_test_constants.cc", 4697 "media/pepper_cdm_test_constants.cc",
4698 "media/pepper_cdm_test_constants.h", 4698 "media/pepper_cdm_test_constants.h",
4699 ] 4699 ]
4700 } 4700 }
4701 } 4701 }
4702 4702
4703 service_manifest("preferences_forwarder_manifest") { 4703 service_manifest("preferences_forwarder_manifest") {
4704 name = "preferences_forwarder" 4704 name = "preferences_forwarder"
4705 source = "prefs/forwarder_manifest.json" 4705 source = "prefs/forwarder_manifest.json"
4706 } 4706 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698