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

Side by Side Diff: content/content_browser.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: DCHECK. 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 'browser/fileapi/browser_file_system_helper.h', 735 'browser/fileapi/browser_file_system_helper.h',
736 'browser/fileapi/chrome_blob_storage_context.cc', 736 'browser/fileapi/chrome_blob_storage_context.cc',
737 'browser/fileapi/chrome_blob_storage_context.h', 737 'browser/fileapi/chrome_blob_storage_context.h',
738 'browser/fileapi/fileapi_message_filter.cc', 738 'browser/fileapi/fileapi_message_filter.cc',
739 'browser/fileapi/fileapi_message_filter.h', 739 'browser/fileapi/fileapi_message_filter.h',
740 'browser/fileapi/upload_file_system_file_element_reader.cc', 740 'browser/fileapi/upload_file_system_file_element_reader.cc',
741 'browser/fileapi/upload_file_system_file_element_reader.h', 741 'browser/fileapi/upload_file_system_file_element_reader.h',
742 'browser/find_request_manager.cc', 742 'browser/find_request_manager.cc',
743 'browser/find_request_manager.h', 743 'browser/find_request_manager.h',
744 'browser/font_list_async.cc', 744 'browser/font_list_async.cc',
745 'browser/frame_host/ancestor_throttle.cc',
746 'browser/frame_host/ancestor_throttle.h',
745 'browser/frame_host/cross_process_frame_connector.cc', 747 'browser/frame_host/cross_process_frame_connector.cc',
746 'browser/frame_host/cross_process_frame_connector.h', 748 'browser/frame_host/cross_process_frame_connector.h',
747 'browser/frame_host/cross_site_transferring_request.cc', 749 'browser/frame_host/cross_site_transferring_request.cc',
748 'browser/frame_host/cross_site_transferring_request.h', 750 'browser/frame_host/cross_site_transferring_request.h',
749 'browser/frame_host/debug_urls.cc', 751 'browser/frame_host/debug_urls.cc',
750 'browser/frame_host/debug_urls.h', 752 'browser/frame_host/debug_urls.h',
751 'browser/frame_host/frame_mojo_shell.cc', 753 'browser/frame_host/frame_mojo_shell.cc',
752 'browser/frame_host/frame_mojo_shell.h', 754 'browser/frame_host/frame_mojo_shell.h',
753 'browser/frame_host/frame_navigation_entry.cc', 755 'browser/frame_host/frame_navigation_entry.cc',
754 'browser/frame_host/frame_navigation_entry.h', 756 'browser/frame_host/frame_navigation_entry.h',
(...skipping 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after
2207 ], 2209 ],
2208 }], 2210 }],
2209 ['OS != "mac" and OS != "android"', { 2211 ['OS != "mac" and OS != "android"', {
2210 'sources!': [ 2212 'sources!': [
2211 'browser/gpu/gpu_surface_tracker.cc', 2213 'browser/gpu/gpu_surface_tracker.cc',
2212 'browser/gpu/gpu_surface_tracker.h', 2214 'browser/gpu/gpu_surface_tracker.h',
2213 ], 2215 ],
2214 }], 2216 }],
2215 ], 2217 ],
2216 } 2218 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698