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

Side by Side Diff: content/content_tests.gypi

Issue 1617043002: Introduce AncestorThrottle, which will process 'X-Frame-Options' headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@block-response
Patch Set: CONNECTION_REFUSED Created 4 years, 7 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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 'browser/fileapi/sandbox_database_test_helper.h', 449 'browser/fileapi/sandbox_database_test_helper.h',
450 'browser/fileapi/sandbox_directory_database_unittest.cc', 450 'browser/fileapi/sandbox_directory_database_unittest.cc',
451 'browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc', 451 'browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc',
452 'browser/fileapi/sandbox_file_system_backend_unittest.cc', 452 'browser/fileapi/sandbox_file_system_backend_unittest.cc',
453 'browser/fileapi/sandbox_isolated_origin_database_unittest.cc', 453 'browser/fileapi/sandbox_isolated_origin_database_unittest.cc',
454 'browser/fileapi/sandbox_origin_database_unittest.cc', 454 'browser/fileapi/sandbox_origin_database_unittest.cc',
455 'browser/fileapi/sandbox_prioritized_origin_database_unittest.cc', 455 'browser/fileapi/sandbox_prioritized_origin_database_unittest.cc',
456 'browser/fileapi/timed_task_helper_unittest.cc', 456 'browser/fileapi/timed_task_helper_unittest.cc',
457 'browser/fileapi/transient_file_util_unittest.cc', 457 'browser/fileapi/transient_file_util_unittest.cc',
458 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc', 458 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc',
459 'browser/frame_host/ancestor_throttle_unittest.cc',
459 'browser/frame_host/frame_tree_unittest.cc', 460 'browser/frame_host/frame_tree_unittest.cc',
460 'browser/frame_host/navigation_controller_impl_unittest.cc', 461 'browser/frame_host/navigation_controller_impl_unittest.cc',
461 'browser/frame_host/navigation_entry_impl_unittest.cc', 462 'browser/frame_host/navigation_entry_impl_unittest.cc',
462 'browser/frame_host/navigation_handle_impl_unittest.cc', 463 'browser/frame_host/navigation_handle_impl_unittest.cc',
463 'browser/frame_host/navigator_impl_unittest.cc', 464 'browser/frame_host/navigator_impl_unittest.cc',
464 'browser/frame_host/render_frame_host_manager_unittest.cc', 465 'browser/frame_host/render_frame_host_manager_unittest.cc',
465 'browser/frame_host/render_widget_host_view_child_frame_unittest.cc', 466 'browser/frame_host/render_widget_host_view_child_frame_unittest.cc',
466 'browser/frame_host/render_widget_host_view_guest_unittest.cc', 467 'browser/frame_host/render_widget_host_view_guest_unittest.cc',
467 'browser/gamepad/gamepad_provider_unittest.cc', 468 'browser/gamepad/gamepad_provider_unittest.cc',
468 'browser/gamepad/gamepad_service_unittest.cc', 469 'browser/gamepad/gamepad_service_unittest.cc',
(...skipping 1444 matching lines...) Expand 10 before | Expand all | Expand 10 after
1913 'content_unittests_apk.isolate', 1914 'content_unittests_apk.isolate',
1914 ], 1915 ],
1915 }, 1916 },
1916 ], 1917 ],
1917 }, 1918 },
1918 ], 1919 ],
1919 ], 1920 ],
1920 }], 1921 }],
1921 ], 1922 ],
1922 } 1923 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698