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

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

Issue 2645133003: Introduce DownloadJob for DownloadItem refactoring. (Closed)
Patch Set: Conditionally call to delegate. Created 3 years, 10 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
« no previous file with comments | « no previous file | content/browser/download/download_job.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 "download/download_file_factory.h", 562 "download/download_file_factory.h",
563 "download/download_file_impl.cc", 563 "download/download_file_impl.cc",
564 "download/download_file_impl.h", 564 "download/download_file_impl.h",
565 "download/download_interrupt_reasons_impl.cc", 565 "download/download_interrupt_reasons_impl.cc",
566 "download/download_interrupt_reasons_impl.h", 566 "download/download_interrupt_reasons_impl.h",
567 "download/download_item_factory.h", 567 "download/download_item_factory.h",
568 "download/download_item_impl.cc", 568 "download/download_item_impl.cc",
569 "download/download_item_impl.h", 569 "download/download_item_impl.h",
570 "download/download_item_impl_delegate.cc", 570 "download/download_item_impl_delegate.cc",
571 "download/download_item_impl_delegate.h", 571 "download/download_item_impl_delegate.h",
572 "download/download_job.cc",
573 "download/download_job.h",
572 "download/download_manager_impl.cc", 574 "download/download_manager_impl.cc",
573 "download/download_manager_impl.h", 575 "download/download_manager_impl.h",
574 "download/download_net_log_parameters.cc", 576 "download/download_net_log_parameters.cc",
575 "download/download_net_log_parameters.h", 577 "download/download_net_log_parameters.h",
576 "download/download_request_core.cc", 578 "download/download_request_core.cc",
577 "download/download_request_core.h", 579 "download/download_request_core.h",
578 "download/download_request_handle.cc", 580 "download/download_request_handle.cc",
579 "download/download_request_handle.h", 581 "download/download_request_handle.h",
580 "download/download_resource_handler.cc", 582 "download/download_resource_handler.cc",
581 "download/download_resource_handler.h", 583 "download/download_resource_handler.h",
(...skipping 1436 matching lines...) Expand 10 before | Expand all | Expand 10 after
2018 if (!is_component_build) { 2020 if (!is_component_build) {
2019 public_deps = [ 2021 public_deps = [
2020 ":browser", 2022 ":browser",
2021 ] 2023 ]
2022 } else { 2024 } else {
2023 public_deps = [ 2025 public_deps = [
2024 "//third_party/leveldatabase", 2026 "//third_party/leveldatabase",
2025 ] 2027 ]
2026 } 2028 }
2027 } 2029 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/download/download_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698