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

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

Issue 2851303003: Add the download component and initial setup (Closed)
Patch Set: Renamed the service 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 "download/download_path_reservation_tracker.cc", 343 "download/download_path_reservation_tracker.cc",
344 "download/download_path_reservation_tracker.h", 344 "download/download_path_reservation_tracker.h",
345 "download/download_prefs.cc", 345 "download/download_prefs.cc",
346 "download/download_prefs.h", 346 "download/download_prefs.h",
347 "download/download_query.cc", 347 "download/download_query.cc",
348 "download/download_query.h", 348 "download/download_query.h",
349 "download/download_request_limiter.cc", 349 "download/download_request_limiter.cc",
350 "download/download_request_limiter.h", 350 "download/download_request_limiter.h",
351 "download/download_resource_throttle.cc", 351 "download/download_resource_throttle.cc",
352 "download/download_resource_throttle.h", 352 "download/download_resource_throttle.h",
353 "download/download_service_factory.cc",
354 "download/download_service_factory.h",
353 "download/download_started_animation.h", 355 "download/download_started_animation.h",
354 "download/download_stats.cc", 356 "download/download_stats.cc",
355 "download/download_stats.h", 357 "download/download_stats.h",
356 "download/download_status_updater.cc", 358 "download/download_status_updater.cc",
357 "download/download_status_updater.h", 359 "download/download_status_updater.h",
358 "download/download_status_updater_mac.mm", 360 "download/download_status_updater_mac.mm",
359 "download/download_status_updater_win.cc", 361 "download/download_status_updater_win.cc",
360 "download/download_target_determiner.cc", 362 "download/download_target_determiner.cc",
361 "download/download_target_determiner.h", 363 "download/download_target_determiner.h",
362 "download/download_target_determiner_delegate.h", 364 "download/download_target_determiner_delegate.h",
(...skipping 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1472 "//components/crx_file", 1474 "//components/crx_file",
1473 "//components/data_reduction_proxy/content/browser", 1475 "//components/data_reduction_proxy/content/browser",
1474 "//components/data_reduction_proxy/core/browser", 1476 "//components/data_reduction_proxy/core/browser",
1475 "//components/data_usage/core", 1477 "//components/data_usage/core",
1476 "//components/data_use_measurement/content", 1478 "//components/data_use_measurement/content",
1477 "//components/data_use_measurement/core:ascriber", 1479 "//components/data_use_measurement/core:ascriber",
1478 "//components/device_event_log", 1480 "//components/device_event_log",
1479 "//components/dom_distiller/content/browser", 1481 "//components/dom_distiller/content/browser",
1480 "//components/domain_reliability", 1482 "//components/domain_reliability",
1481 "//components/doodle", 1483 "//components/doodle",
1484 "//components/download",
1482 "//components/error_page/common", 1485 "//components/error_page/common",
1483 "//components/favicon/content", 1486 "//components/favicon/content",
1484 "//components/favicon/core", 1487 "//components/favicon/core",
1485 "//components/favicon_base", 1488 "//components/favicon_base",
1486 "//components/flags_ui", 1489 "//components/flags_ui",
1487 "//components/gcm_driver", 1490 "//components/gcm_driver",
1488 "//components/google/core/browser", 1491 "//components/google/core/browser",
1489 "//components/guest_view/browser", 1492 "//components/guest_view/browser",
1490 "//components/handoff", 1493 "//components/handoff",
1491 "//components/history/content/browser", 1494 "//components/history/content/browser",
(...skipping 3204 matching lines...) Expand 10 before | Expand all | Expand 10 after
4696 "media/pepper_cdm_test_constants.cc", 4699 "media/pepper_cdm_test_constants.cc",
4697 "media/pepper_cdm_test_constants.h", 4700 "media/pepper_cdm_test_constants.h",
4698 ] 4701 ]
4699 } 4702 }
4700 } 4703 }
4701 4704
4702 service_manifest("preferences_forwarder_manifest") { 4705 service_manifest("preferences_forwarder_manifest") {
4703 name = "preferences_forwarder" 4706 name = "preferences_forwarder"
4704 source = "prefs/forwarder_manifest.json" 4707 source = "prefs/forwarder_manifest.json"
4705 } 4708 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/download/download_service_factory.h » ('j') | chrome/browser/download/download_service_factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698