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

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

Issue 2660783002: Range request support for parallel download in DownloadRequestCore. (Closed)
Patch Set: Work on feedbacks. 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 | « content/public/browser/download_url_parameters.h ('k') | net/http/http_request_headers.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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 "../browser/dom_storage/dom_storage_context_impl_unittest.cc", 1031 "../browser/dom_storage/dom_storage_context_impl_unittest.cc",
1032 "../browser/dom_storage/dom_storage_database_unittest.cc", 1032 "../browser/dom_storage/dom_storage_database_unittest.cc",
1033 "../browser/dom_storage/local_storage_context_mojo_unittest.cc", 1033 "../browser/dom_storage/local_storage_context_mojo_unittest.cc",
1034 "../browser/dom_storage/session_storage_database_unittest.cc", 1034 "../browser/dom_storage/session_storage_database_unittest.cc",
1035 "../browser/download/base_file_unittest.cc", 1035 "../browser/download/base_file_unittest.cc",
1036 "../browser/download/base_file_win_unittest.cc", 1036 "../browser/download/base_file_win_unittest.cc",
1037 "../browser/download/download_file_unittest.cc", 1037 "../browser/download/download_file_unittest.cc",
1038 "../browser/download/download_item_impl_unittest.cc", 1038 "../browser/download/download_item_impl_unittest.cc",
1039 "../browser/download/download_job_unittest.cc", 1039 "../browser/download/download_job_unittest.cc",
1040 "../browser/download/download_manager_impl_unittest.cc", 1040 "../browser/download/download_manager_impl_unittest.cc",
1041 "../browser/download/download_request_core_unittest.cc",
1041 "../browser/download/rate_estimator_unittest.cc", 1042 "../browser/download/rate_estimator_unittest.cc",
1042 "../browser/download/save_package_unittest.cc", 1043 "../browser/download/save_package_unittest.cc",
1043 "../browser/fileapi/copy_or_move_file_validator_unittest.cc", 1044 "../browser/fileapi/copy_or_move_file_validator_unittest.cc",
1044 "../browser/fileapi/copy_or_move_operation_delegate_unittest.cc", 1045 "../browser/fileapi/copy_or_move_operation_delegate_unittest.cc",
1045 "../browser/fileapi/dragged_file_util_unittest.cc", 1046 "../browser/fileapi/dragged_file_util_unittest.cc",
1046 "../browser/fileapi/external_mount_points_unittest.cc", 1047 "../browser/fileapi/external_mount_points_unittest.cc",
1047 "../browser/fileapi/file_system_context_unittest.cc", 1048 "../browser/fileapi/file_system_context_unittest.cc",
1048 "../browser/fileapi/file_system_dir_url_request_job_unittest.cc", 1049 "../browser/fileapi/file_system_dir_url_request_job_unittest.cc",
1049 "../browser/fileapi/file_system_file_stream_reader_unittest.cc", 1050 "../browser/fileapi/file_system_file_stream_reader_unittest.cc",
1050 "../browser/fileapi/file_system_operation_impl_unittest.cc", 1051 "../browser/fileapi/file_system_operation_impl_unittest.cc",
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
1795 if (is_android) { 1796 if (is_android) {
1796 deps += [ "//testing/android/native_test:native_test_native_code" ] 1797 deps += [ "//testing/android/native_test:native_test_native_code" ]
1797 } 1798 }
1798 } 1799 }
1799 1800
1800 group("fuzzers") { 1801 group("fuzzers") {
1801 deps = [ 1802 deps = [
1802 "//content/test/fuzzer", 1803 "//content/test/fuzzer",
1803 ] 1804 ]
1804 } 1805 }
OLDNEW
« no previous file with comments | « content/public/browser/download_url_parameters.h ('k') | net/http/http_request_headers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698