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

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

Issue 2025103002: Use better fallback URLs when calling AVScanFile(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some cleanup Created 4 years, 2 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/quarantine_win_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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 "../browser/device_sensors/sensor_manager_chromeos_unittest.cc", 985 "../browser/device_sensors/sensor_manager_chromeos_unittest.cc",
986 "../browser/devtools/devtools_http_handler_unittest.cc", 986 "../browser/devtools/devtools_http_handler_unittest.cc",
987 "../browser/devtools/devtools_manager_unittest.cc", 987 "../browser/devtools/devtools_manager_unittest.cc",
988 "../browser/devtools/protocol/tracing_handler_unittest.cc", 988 "../browser/devtools/protocol/tracing_handler_unittest.cc",
989 "../browser/devtools/shared_worker_devtools_manager_unittest.cc", 989 "../browser/devtools/shared_worker_devtools_manager_unittest.cc",
990 "../browser/dom_storage/dom_storage_area_unittest.cc", 990 "../browser/dom_storage/dom_storage_area_unittest.cc",
991 "../browser/dom_storage/dom_storage_context_impl_unittest.cc", 991 "../browser/dom_storage/dom_storage_context_impl_unittest.cc",
992 "../browser/dom_storage/dom_storage_database_unittest.cc", 992 "../browser/dom_storage/dom_storage_database_unittest.cc",
993 "../browser/dom_storage/session_storage_database_unittest.cc", 993 "../browser/dom_storage/session_storage_database_unittest.cc",
994 "../browser/download/base_file_unittest.cc", 994 "../browser/download/base_file_unittest.cc",
995 "../browser/download/base_file_win_unittest.cc",
995 "../browser/download/download_file_unittest.cc", 996 "../browser/download/download_file_unittest.cc",
996 "../browser/download/download_item_impl_unittest.cc", 997 "../browser/download/download_item_impl_unittest.cc",
997 "../browser/download/download_manager_impl_unittest.cc", 998 "../browser/download/download_manager_impl_unittest.cc",
998 "../browser/download/quarantine_linux_unittest.cc", 999 "../browser/download/quarantine_linux_unittest.cc",
999 "../browser/download/quarantine_win_unittest.cc", 1000 "../browser/download/quarantine_win_unittest.cc",
1000 "../browser/download/rate_estimator_unittest.cc", 1001 "../browser/download/rate_estimator_unittest.cc",
1001 "../browser/download/save_package_unittest.cc", 1002 "../browser/download/save_package_unittest.cc",
1002 "../browser/fileapi/copy_or_move_file_validator_unittest.cc", 1003 "../browser/fileapi/copy_or_move_file_validator_unittest.cc",
1003 "../browser/fileapi/copy_or_move_operation_delegate_unittest.cc", 1004 "../browser/fileapi/copy_or_move_operation_delegate_unittest.cc",
1004 "../browser/fileapi/dragged_file_util_unittest.cc", 1005 "../browser/fileapi/dragged_file_util_unittest.cc",
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
1690 if (is_android) { 1691 if (is_android) {
1691 deps += [ "//testing/android/native_test:native_test_native_code" ] 1692 deps += [ "//testing/android/native_test:native_test_native_code" ]
1692 } 1693 }
1693 } 1694 }
1694 1695
1695 group("fuzzers") { 1696 group("fuzzers") {
1696 deps = [ 1697 deps = [
1697 "//content/test/fuzzer", 1698 "//content/test/fuzzer",
1698 ] 1699 ]
1699 } 1700 }
OLDNEW
« no previous file with comments | « content/browser/download/quarantine_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698