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

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

Issue 2123023002: [Downloads] Consolidate MOTW annotation APIs into a single API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-safe-util-to-downloads
Patch Set: [win] Verify that the Zone.Identifier stream has the correct contents. Created 4 years, 3 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/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 967 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 "../browser/devtools/protocol/tracing_handler_unittest.cc", 978 "../browser/devtools/protocol/tracing_handler_unittest.cc",
979 "../browser/devtools/shared_worker_devtools_manager_unittest.cc", 979 "../browser/devtools/shared_worker_devtools_manager_unittest.cc",
980 "../browser/dom_storage/dom_storage_area_unittest.cc", 980 "../browser/dom_storage/dom_storage_area_unittest.cc",
981 "../browser/dom_storage/dom_storage_context_impl_unittest.cc", 981 "../browser/dom_storage/dom_storage_context_impl_unittest.cc",
982 "../browser/dom_storage/dom_storage_database_unittest.cc", 982 "../browser/dom_storage/dom_storage_database_unittest.cc",
983 "../browser/dom_storage/session_storage_database_unittest.cc", 983 "../browser/dom_storage/session_storage_database_unittest.cc",
984 "../browser/download/base_file_unittest.cc", 984 "../browser/download/base_file_unittest.cc",
985 "../browser/download/download_file_unittest.cc", 985 "../browser/download/download_file_unittest.cc",
986 "../browser/download/download_item_impl_unittest.cc", 986 "../browser/download/download_item_impl_unittest.cc",
987 "../browser/download/download_manager_impl_unittest.cc", 987 "../browser/download/download_manager_impl_unittest.cc",
988 "../browser/download/file_metadata_unittest_linux.cc", 988 "../browser/download/quarantine_linux_unittest.cc",
989 "../browser/download/quarantine_win_unittest.cc",
989 "../browser/download/rate_estimator_unittest.cc", 990 "../browser/download/rate_estimator_unittest.cc",
990 "../browser/download/save_package_unittest.cc", 991 "../browser/download/save_package_unittest.cc",
991 "../browser/fileapi/copy_or_move_file_validator_unittest.cc", 992 "../browser/fileapi/copy_or_move_file_validator_unittest.cc",
992 "../browser/fileapi/copy_or_move_operation_delegate_unittest.cc", 993 "../browser/fileapi/copy_or_move_operation_delegate_unittest.cc",
993 "../browser/fileapi/dragged_file_util_unittest.cc", 994 "../browser/fileapi/dragged_file_util_unittest.cc",
994 "../browser/fileapi/external_mount_points_unittest.cc", 995 "../browser/fileapi/external_mount_points_unittest.cc",
995 "../browser/fileapi/file_system_context_unittest.cc", 996 "../browser/fileapi/file_system_context_unittest.cc",
996 "../browser/fileapi/file_system_dir_url_request_job_unittest.cc", 997 "../browser/fileapi/file_system_dir_url_request_job_unittest.cc",
997 "../browser/fileapi/file_system_file_stream_reader_unittest.cc", 998 "../browser/fileapi/file_system_file_stream_reader_unittest.cc",
998 "../browser/fileapi/file_system_operation_impl_unittest.cc", 999 "../browser/fileapi/file_system_operation_impl_unittest.cc",
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
1677 if (is_android) { 1678 if (is_android) {
1678 deps += [ "//testing/android/native_test:native_test_native_code" ] 1679 deps += [ "//testing/android/native_test:native_test_native_code" ]
1679 } 1680 }
1680 } 1681 }
1681 1682
1682 group("fuzzers") { 1683 group("fuzzers") {
1683 deps = [ 1684 deps = [
1684 "//content/test/fuzzer", 1685 "//content/test/fuzzer",
1685 ] 1686 ]
1686 } 1687 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698