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

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: Test+ErrorPage 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 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 'browser/fileapi/browser_file_system_helper.h', 734 'browser/fileapi/browser_file_system_helper.h',
735 'browser/fileapi/chrome_blob_storage_context.cc', 735 'browser/fileapi/chrome_blob_storage_context.cc',
736 'browser/fileapi/chrome_blob_storage_context.h', 736 'browser/fileapi/chrome_blob_storage_context.h',
737 'browser/fileapi/fileapi_message_filter.cc', 737 'browser/fileapi/fileapi_message_filter.cc',
738 'browser/fileapi/fileapi_message_filter.h', 738 'browser/fileapi/fileapi_message_filter.h',
739 'browser/fileapi/upload_file_system_file_element_reader.cc', 739 'browser/fileapi/upload_file_system_file_element_reader.cc',
740 'browser/fileapi/upload_file_system_file_element_reader.h', 740 'browser/fileapi/upload_file_system_file_element_reader.h',
741 'browser/find_request_manager.cc', 741 'browser/find_request_manager.cc',
742 'browser/find_request_manager.h', 742 'browser/find_request_manager.h',
743 'browser/font_list_async.cc', 743 'browser/font_list_async.cc',
744 'browser/frame_host/ancestor_throttle.cc',
745 'browser/frame_host/ancestor_throttle.h',
744 'browser/frame_host/cross_process_frame_connector.cc', 746 'browser/frame_host/cross_process_frame_connector.cc',
745 'browser/frame_host/cross_process_frame_connector.h', 747 'browser/frame_host/cross_process_frame_connector.h',
746 'browser/frame_host/cross_site_transferring_request.cc', 748 'browser/frame_host/cross_site_transferring_request.cc',
747 'browser/frame_host/cross_site_transferring_request.h', 749 'browser/frame_host/cross_site_transferring_request.h',
748 'browser/frame_host/debug_urls.cc', 750 'browser/frame_host/debug_urls.cc',
749 'browser/frame_host/debug_urls.h', 751 'browser/frame_host/debug_urls.h',
750 'browser/frame_host/frame_mojo_shell.cc', 752 'browser/frame_host/frame_mojo_shell.cc',
751 'browser/frame_host/frame_mojo_shell.h', 753 'browser/frame_host/frame_mojo_shell.h',
752 'browser/frame_host/frame_navigation_entry.cc', 754 'browser/frame_host/frame_navigation_entry.cc',
753 'browser/frame_host/frame_navigation_entry.h', 755 'browser/frame_host/frame_navigation_entry.h',
(...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after
2211 ], 2213 ],
2212 }], 2214 }],
2213 ['OS != "mac" and OS != "android"', { 2215 ['OS != "mac" and OS != "android"', {
2214 'sources!': [ 2216 'sources!': [
2215 'browser/gpu/gpu_surface_tracker.cc', 2217 'browser/gpu/gpu_surface_tracker.cc',
2216 'browser/gpu/gpu_surface_tracker.h', 2218 'browser/gpu/gpu_surface_tracker.h',
2217 ], 2219 ],
2218 }], 2220 }],
2219 ], 2221 ],
2220 } 2222 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698