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

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

Issue 2890853002: Downloads: replace BrowserThread::FILE with task scheduler. (Closed)
Patch Set: Address Avi's comments. Created 3 years, 5 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//gpu/vulkan/features.gni") 8 import("//gpu/vulkan/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 "download/download_net_log_parameters.cc", 645 "download/download_net_log_parameters.cc",
646 "download/download_net_log_parameters.h", 646 "download/download_net_log_parameters.h",
647 "download/download_request_core.cc", 647 "download/download_request_core.cc",
648 "download/download_request_core.h", 648 "download/download_request_core.h",
649 "download/download_request_handle.cc", 649 "download/download_request_handle.cc",
650 "download/download_request_handle.h", 650 "download/download_request_handle.h",
651 "download/download_resource_handler.cc", 651 "download/download_resource_handler.cc",
652 "download/download_resource_handler.h", 652 "download/download_resource_handler.h",
653 "download/download_stats.cc", 653 "download/download_stats.cc",
654 "download/download_stats.h", 654 "download/download_stats.h",
655 "download/download_task_runner.cc",
656 "download/download_task_runner.h",
655 "download/download_worker.cc", 657 "download/download_worker.cc",
656 "download/download_worker.h", 658 "download/download_worker.h",
657 "download/drag_download_file.cc", 659 "download/drag_download_file.cc",
658 "download/drag_download_file.h", 660 "download/drag_download_file.h",
659 "download/drag_download_util.cc", 661 "download/drag_download_util.cc",
660 "download/drag_download_util.h", 662 "download/drag_download_util.h",
661 "download/mhtml_extra_parts_impl.cc", 663 "download/mhtml_extra_parts_impl.cc",
662 "download/mhtml_extra_parts_impl.h", 664 "download/mhtml_extra_parts_impl.h",
663 "download/mhtml_generation_manager.cc", 665 "download/mhtml_generation_manager.cc",
664 "download/mhtml_generation_manager.h", 666 "download/mhtml_generation_manager.h",
(...skipping 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after
2184 if (!is_component_build) { 2186 if (!is_component_build) {
2185 public_deps = [ 2187 public_deps = [
2186 ":browser", 2188 ":browser",
2187 ] 2189 ]
2188 } else { 2190 } else {
2189 public_deps = [ 2191 public_deps = [
2190 "//third_party/leveldatabase", 2192 "//third_party/leveldatabase",
2191 ] 2193 ]
2192 } 2194 }
2193 } 2195 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc ('k') | content/browser/download/base_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698