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

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

Issue 2689373003: Introduce ParallelDownloadJob. (Closed)
Patch Set: Make windows compiler happy. 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
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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 "download/download_file_impl.h", 549 "download/download_file_impl.h",
550 "download/download_interrupt_reasons_impl.cc", 550 "download/download_interrupt_reasons_impl.cc",
551 "download/download_interrupt_reasons_impl.h", 551 "download/download_interrupt_reasons_impl.h",
552 "download/download_item_factory.h", 552 "download/download_item_factory.h",
553 "download/download_item_impl.cc", 553 "download/download_item_impl.cc",
554 "download/download_item_impl.h", 554 "download/download_item_impl.h",
555 "download/download_item_impl_delegate.cc", 555 "download/download_item_impl_delegate.cc",
556 "download/download_item_impl_delegate.h", 556 "download/download_item_impl_delegate.h",
557 "download/download_job.cc", 557 "download/download_job.cc",
558 "download/download_job.h", 558 "download/download_job.h",
559 "download/download_job_factory.cc",
560 "download/download_job_factory.h",
559 "download/download_manager_impl.cc", 561 "download/download_manager_impl.cc",
560 "download/download_manager_impl.h", 562 "download/download_manager_impl.h",
561 "download/download_net_log_parameters.cc", 563 "download/download_net_log_parameters.cc",
562 "download/download_net_log_parameters.h", 564 "download/download_net_log_parameters.h",
563 "download/download_request_core.cc", 565 "download/download_request_core.cc",
564 "download/download_request_core.h", 566 "download/download_request_core.h",
565 "download/download_request_handle.cc", 567 "download/download_request_handle.cc",
566 "download/download_request_handle.h", 568 "download/download_request_handle.h",
567 "download/download_resource_handler.cc", 569 "download/download_resource_handler.cc",
568 "download/download_resource_handler.h", 570 "download/download_resource_handler.h",
569 "download/download_stats.cc", 571 "download/download_stats.cc",
570 "download/download_stats.h", 572 "download/download_stats.h",
573 "download/download_url_job.cc",
574 "download/download_url_job.h",
575 "download/download_url_task.cc",
576 "download/download_url_task.h",
571 "download/drag_download_file.cc", 577 "download/drag_download_file.cc",
572 "download/drag_download_file.h", 578 "download/drag_download_file.h",
573 "download/drag_download_util.cc", 579 "download/drag_download_util.cc",
574 "download/drag_download_util.h", 580 "download/drag_download_util.h",
575 "download/mhtml_generation_manager.cc", 581 "download/mhtml_generation_manager.cc",
576 "download/mhtml_generation_manager.h", 582 "download/mhtml_generation_manager.h",
583 "download/parallel_download_job.cc",
584 "download/parallel_download_job.h",
577 "download/rate_estimator.cc", 585 "download/rate_estimator.cc",
578 "download/rate_estimator.h", 586 "download/rate_estimator.h",
579 "download/save_file.cc", 587 "download/save_file.cc",
580 "download/save_file.h", 588 "download/save_file.h",
581 "download/save_file_manager.cc", 589 "download/save_file_manager.cc",
582 "download/save_file_manager.h", 590 "download/save_file_manager.h",
583 "download/save_file_resource_handler.cc", 591 "download/save_file_resource_handler.cc",
584 "download/save_file_resource_handler.h", 592 "download/save_file_resource_handler.h",
585 "download/save_item.cc", 593 "download/save_item.cc",
586 "download/save_item.h", 594 "download/save_item.h",
(...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after
2005 if (!is_component_build) { 2013 if (!is_component_build) {
2006 public_deps = [ 2014 public_deps = [
2007 ":browser", 2015 ":browser",
2008 ] 2016 ]
2009 } else { 2017 } else {
2010 public_deps = [ 2018 public_deps = [
2011 "//third_party/leveldatabase", 2019 "//third_party/leveldatabase",
2012 ] 2020 ]
2013 } 2021 }
2014 } 2022 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/download/download_create_info.h » ('j') | content/browser/download/download_item_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698