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

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

Issue 2728673003: Add a utility function to calculate the next slice to download (Closed)
Patch Set: addressing comments Created 3 years, 9 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_item_impl.cc » ('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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 "download/download_worker.cc", 586 "download/download_worker.cc",
587 "download/download_worker.h", 587 "download/download_worker.h",
588 "download/drag_download_file.cc", 588 "download/drag_download_file.cc",
589 "download/drag_download_file.h", 589 "download/drag_download_file.h",
590 "download/drag_download_util.cc", 590 "download/drag_download_util.cc",
591 "download/drag_download_util.h", 591 "download/drag_download_util.h",
592 "download/mhtml_generation_manager.cc", 592 "download/mhtml_generation_manager.cc",
593 "download/mhtml_generation_manager.h", 593 "download/mhtml_generation_manager.h",
594 "download/parallel_download_job.cc", 594 "download/parallel_download_job.cc",
595 "download/parallel_download_job.h", 595 "download/parallel_download_job.h",
596 "download/parallel_download_utils.cc",
597 "download/parallel_download_utils.h",
596 "download/rate_estimator.cc", 598 "download/rate_estimator.cc",
597 "download/rate_estimator.h", 599 "download/rate_estimator.h",
598 "download/save_file.cc", 600 "download/save_file.cc",
599 "download/save_file.h", 601 "download/save_file.h",
600 "download/save_file_manager.cc", 602 "download/save_file_manager.cc",
601 "download/save_file_manager.h", 603 "download/save_file_manager.h",
602 "download/save_file_resource_handler.cc", 604 "download/save_file_resource_handler.cc",
603 "download/save_file_resource_handler.h", 605 "download/save_file_resource_handler.h",
604 "download/save_item.cc", 606 "download/save_item.cc",
605 "download/save_item.h", 607 "download/save_item.h",
(...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after
2031 if (!is_component_build) { 2033 if (!is_component_build) {
2032 public_deps = [ 2034 public_deps = [
2033 ":browser", 2035 ":browser",
2034 ] 2036 ]
2035 } else { 2037 } else {
2036 public_deps = [ 2038 public_deps = [
2037 "//third_party/leveldatabase", 2039 "//third_party/leveldatabase",
2038 ] 2040 ]
2039 } 2041 }
2040 } 2042 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/download/download_item_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698