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

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

Issue 1905033002: PlzNavigate: Move navigation-level mixed content checks to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-security-message
Patch Set: Minor changes from nasko@'s comments 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
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 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 "../browser/fileapi/sandbox_file_system_backend_unittest.cc", 1081 "../browser/fileapi/sandbox_file_system_backend_unittest.cc",
1082 "../browser/fileapi/sandbox_isolated_origin_database_unittest.cc", 1082 "../browser/fileapi/sandbox_isolated_origin_database_unittest.cc",
1083 "../browser/fileapi/sandbox_origin_database_unittest.cc", 1083 "../browser/fileapi/sandbox_origin_database_unittest.cc",
1084 "../browser/fileapi/sandbox_prioritized_origin_database_unittest.cc", 1084 "../browser/fileapi/sandbox_prioritized_origin_database_unittest.cc",
1085 "../browser/fileapi/timed_task_helper_unittest.cc", 1085 "../browser/fileapi/timed_task_helper_unittest.cc",
1086 "../browser/fileapi/transient_file_util_unittest.cc", 1086 "../browser/fileapi/transient_file_util_unittest.cc",
1087 "../browser/fileapi/upload_file_system_file_element_reader_unittest.cc", 1087 "../browser/fileapi/upload_file_system_file_element_reader_unittest.cc",
1088 "../browser/frame_host/ancestor_throttle_unittest.cc", 1088 "../browser/frame_host/ancestor_throttle_unittest.cc",
1089 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc", 1089 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc",
1090 "../browser/frame_host/frame_tree_unittest.cc", 1090 "../browser/frame_host/frame_tree_unittest.cc",
1091 "../browser/frame_host/mixed_content_navigation_throttle_unittest.cc",
1091 "../browser/frame_host/navigation_controller_impl_unittest.cc", 1092 "../browser/frame_host/navigation_controller_impl_unittest.cc",
1092 "../browser/frame_host/navigation_entry_impl_unittest.cc", 1093 "../browser/frame_host/navigation_entry_impl_unittest.cc",
1093 "../browser/frame_host/navigation_handle_impl_unittest.cc", 1094 "../browser/frame_host/navigation_handle_impl_unittest.cc",
1094 "../browser/frame_host/navigator_impl_unittest.cc", 1095 "../browser/frame_host/navigator_impl_unittest.cc",
1095 "../browser/frame_host/render_frame_host_manager_unittest.cc", 1096 "../browser/frame_host/render_frame_host_manager_unittest.cc",
1096 "../browser/frame_host/render_widget_host_view_child_frame_unittest.cc", 1097 "../browser/frame_host/render_widget_host_view_child_frame_unittest.cc",
1097 "../browser/frame_host/render_widget_host_view_guest_unittest.cc", 1098 "../browser/frame_host/render_widget_host_view_guest_unittest.cc",
1098 "../browser/gpu/gpu_data_manager_impl_private_unittest.cc", 1099 "../browser/gpu/gpu_data_manager_impl_private_unittest.cc",
1099 "../browser/host_zoom_map_impl_unittest.cc", 1100 "../browser/host_zoom_map_impl_unittest.cc",
1100 "../browser/indexed_db/indexed_db_active_blob_registry_unittest.cc", 1101 "../browser/indexed_db/indexed_db_active_blob_registry_unittest.cc",
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
1805 if (is_android) { 1806 if (is_android) {
1806 deps += [ "//testing/android/native_test:native_test_native_code" ] 1807 deps += [ "//testing/android/native_test:native_test_native_code" ]
1807 } 1808 }
1808 } 1809 }
1809 1810
1810 group("fuzzers") { 1811 group("fuzzers") {
1811 deps = [ 1812 deps = [
1812 "//content/test/fuzzer", 1813 "//content/test/fuzzer",
1813 ] 1814 ]
1814 } 1815 }
OLDNEW
« no previous file with comments | « content/shell/browser/shell.cc ('k') | third_party/WebKit/LayoutTests/FlagExpectations/enable-browser-side-navigation » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698