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

Side by Side Diff: content/test/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 | « content/browser/download/parallel_download_utils_unittest.cc ('k') | no next file » | 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 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 "../browser/dom_storage/local_storage_context_mojo_unittest.cc", 1048 "../browser/dom_storage/local_storage_context_mojo_unittest.cc",
1049 "../browser/dom_storage/session_storage_database_unittest.cc", 1049 "../browser/dom_storage/session_storage_database_unittest.cc",
1050 "../browser/download/base_file_unittest.cc", 1050 "../browser/download/base_file_unittest.cc",
1051 "../browser/download/base_file_win_unittest.cc", 1051 "../browser/download/base_file_win_unittest.cc",
1052 "../browser/download/download_file_unittest.cc", 1052 "../browser/download/download_file_unittest.cc",
1053 "../browser/download/download_item_impl_unittest.cc", 1053 "../browser/download/download_item_impl_unittest.cc",
1054 "../browser/download/download_job_unittest.cc", 1054 "../browser/download/download_job_unittest.cc",
1055 "../browser/download/download_manager_impl_unittest.cc", 1055 "../browser/download/download_manager_impl_unittest.cc",
1056 "../browser/download/download_request_core_unittest.cc", 1056 "../browser/download/download_request_core_unittest.cc",
1057 "../browser/download/parallel_download_job_unittest.cc", 1057 "../browser/download/parallel_download_job_unittest.cc",
1058 "../browser/download/parallel_download_utils_unittest.cc",
1058 "../browser/download/rate_estimator_unittest.cc", 1059 "../browser/download/rate_estimator_unittest.cc",
1059 "../browser/download/save_package_unittest.cc", 1060 "../browser/download/save_package_unittest.cc",
1060 "../browser/fileapi/copy_or_move_file_validator_unittest.cc", 1061 "../browser/fileapi/copy_or_move_file_validator_unittest.cc",
1061 "../browser/fileapi/copy_or_move_operation_delegate_unittest.cc", 1062 "../browser/fileapi/copy_or_move_operation_delegate_unittest.cc",
1062 "../browser/fileapi/dragged_file_util_unittest.cc", 1063 "../browser/fileapi/dragged_file_util_unittest.cc",
1063 "../browser/fileapi/external_mount_points_unittest.cc", 1064 "../browser/fileapi/external_mount_points_unittest.cc",
1064 "../browser/fileapi/file_system_context_unittest.cc", 1065 "../browser/fileapi/file_system_context_unittest.cc",
1065 "../browser/fileapi/file_system_dir_url_request_job_unittest.cc", 1066 "../browser/fileapi/file_system_dir_url_request_job_unittest.cc",
1066 "../browser/fileapi/file_system_file_stream_reader_unittest.cc", 1067 "../browser/fileapi/file_system_file_stream_reader_unittest.cc",
1067 "../browser/fileapi/file_system_operation_impl_unittest.cc", 1068 "../browser/fileapi/file_system_operation_impl_unittest.cc",
(...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 if (is_android) { 1827 if (is_android) {
1827 deps += [ "//testing/android/native_test:native_test_native_code" ] 1828 deps += [ "//testing/android/native_test:native_test_native_code" ]
1828 } 1829 }
1829 } 1830 }
1830 1831
1831 group("fuzzers") { 1832 group("fuzzers") {
1832 deps = [ 1833 deps = [
1833 "//content/test/fuzzer", 1834 "//content/test/fuzzer",
1834 ] 1835 ]
1835 } 1836 }
OLDNEW
« no previous file with comments | « content/browser/download/parallel_download_utils_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698