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

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

Issue 2488743003: (Re-)introduce AncestorThrottle to handle 'X-Frame-Options'. (Closed)
Patch Set: Display a blank page instead of an error page. ( and add checks in NavigationRequest) Created 4 years 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 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 "../browser/fileapi/sandbox_database_test_helper.h", 1050 "../browser/fileapi/sandbox_database_test_helper.h",
1051 "../browser/fileapi/sandbox_directory_database_unittest.cc", 1051 "../browser/fileapi/sandbox_directory_database_unittest.cc",
1052 "../browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc", 1052 "../browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc",
1053 "../browser/fileapi/sandbox_file_system_backend_unittest.cc", 1053 "../browser/fileapi/sandbox_file_system_backend_unittest.cc",
1054 "../browser/fileapi/sandbox_isolated_origin_database_unittest.cc", 1054 "../browser/fileapi/sandbox_isolated_origin_database_unittest.cc",
1055 "../browser/fileapi/sandbox_origin_database_unittest.cc", 1055 "../browser/fileapi/sandbox_origin_database_unittest.cc",
1056 "../browser/fileapi/sandbox_prioritized_origin_database_unittest.cc", 1056 "../browser/fileapi/sandbox_prioritized_origin_database_unittest.cc",
1057 "../browser/fileapi/timed_task_helper_unittest.cc", 1057 "../browser/fileapi/timed_task_helper_unittest.cc",
1058 "../browser/fileapi/transient_file_util_unittest.cc", 1058 "../browser/fileapi/transient_file_util_unittest.cc",
1059 "../browser/fileapi/upload_file_system_file_element_reader_unittest.cc", 1059 "../browser/fileapi/upload_file_system_file_element_reader_unittest.cc",
1060 "../browser/frame_host/ancestor_throttle_unittest.cc",
1060 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc", 1061 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc",
1061 "../browser/frame_host/frame_tree_unittest.cc", 1062 "../browser/frame_host/frame_tree_unittest.cc",
1062 "../browser/frame_host/navigation_controller_impl_unittest.cc", 1063 "../browser/frame_host/navigation_controller_impl_unittest.cc",
1063 "../browser/frame_host/navigation_entry_impl_unittest.cc", 1064 "../browser/frame_host/navigation_entry_impl_unittest.cc",
1064 "../browser/frame_host/navigation_handle_impl_unittest.cc", 1065 "../browser/frame_host/navigation_handle_impl_unittest.cc",
1065 "../browser/frame_host/navigator_impl_unittest.cc", 1066 "../browser/frame_host/navigator_impl_unittest.cc",
1066 "../browser/frame_host/render_frame_host_manager_unittest.cc", 1067 "../browser/frame_host/render_frame_host_manager_unittest.cc",
1067 "../browser/frame_host/render_widget_host_view_child_frame_unittest.cc", 1068 "../browser/frame_host/render_widget_host_view_child_frame_unittest.cc",
1068 "../browser/frame_host/render_widget_host_view_guest_unittest.cc", 1069 "../browser/frame_host/render_widget_host_view_guest_unittest.cc",
1069 "../browser/gamepad/gamepad_service_test_helpers.cc", 1070 "../browser/gamepad/gamepad_service_test_helpers.cc",
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
1713 if (is_android) { 1714 if (is_android) {
1714 deps += [ "//testing/android/native_test:native_test_native_code" ] 1715 deps += [ "//testing/android/native_test:native_test_native_code" ]
1715 } 1716 }
1716 } 1717 }
1717 1718
1718 group("fuzzers") { 1719 group("fuzzers") {
1719 deps = [ 1720 deps = [
1720 "//content/test/fuzzer", 1721 "//content/test/fuzzer",
1721 ] 1722 ]
1722 } 1723 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698