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

Side by Side Diff: content/content_browser.gypi

Issue 1988933003: Revert "Introduce AncestorThrottle, which will process 'X-Frame-Options' headers." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
« no previous file with comments | « content/browser/loader/navigation_resource_throttle.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'browser/download/url_downloader.h', 738 'browser/download/url_downloader.h',
739 'browser/fileapi/browser_file_system_helper.cc', 739 'browser/fileapi/browser_file_system_helper.cc',
740 'browser/fileapi/browser_file_system_helper.h', 740 'browser/fileapi/browser_file_system_helper.h',
741 'browser/fileapi/fileapi_message_filter.cc', 741 'browser/fileapi/fileapi_message_filter.cc',
742 'browser/fileapi/fileapi_message_filter.h', 742 'browser/fileapi/fileapi_message_filter.h',
743 'browser/fileapi/upload_file_system_file_element_reader.cc', 743 'browser/fileapi/upload_file_system_file_element_reader.cc',
744 'browser/fileapi/upload_file_system_file_element_reader.h', 744 'browser/fileapi/upload_file_system_file_element_reader.h',
745 'browser/find_request_manager.cc', 745 'browser/find_request_manager.cc',
746 'browser/find_request_manager.h', 746 'browser/find_request_manager.h',
747 'browser/font_list_async.cc', 747 'browser/font_list_async.cc',
748 'browser/frame_host/ancestor_throttle.cc',
749 'browser/frame_host/ancestor_throttle.h',
750 'browser/frame_host/cross_process_frame_connector.cc', 748 'browser/frame_host/cross_process_frame_connector.cc',
751 'browser/frame_host/cross_process_frame_connector.h', 749 'browser/frame_host/cross_process_frame_connector.h',
752 'browser/frame_host/cross_site_transferring_request.cc', 750 'browser/frame_host/cross_site_transferring_request.cc',
753 'browser/frame_host/cross_site_transferring_request.h', 751 'browser/frame_host/cross_site_transferring_request.h',
754 'browser/frame_host/debug_urls.cc', 752 'browser/frame_host/debug_urls.cc',
755 'browser/frame_host/debug_urls.h', 753 'browser/frame_host/debug_urls.h',
756 'browser/frame_host/frame_mojo_shell.cc', 754 'browser/frame_host/frame_mojo_shell.cc',
757 'browser/frame_host/frame_mojo_shell.h', 755 'browser/frame_host/frame_mojo_shell.h',
758 'browser/frame_host/frame_navigation_entry.cc', 756 'browser/frame_host/frame_navigation_entry.cc',
759 'browser/frame_host/frame_navigation_entry.h', 757 'browser/frame_host/frame_navigation_entry.h',
(...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after
2203 ], 2201 ],
2204 }], 2202 }],
2205 ['OS != "mac" and OS != "android"', { 2203 ['OS != "mac" and OS != "android"', {
2206 'sources!': [ 2204 'sources!': [
2207 'browser/gpu/gpu_surface_tracker.cc', 2205 'browser/gpu/gpu_surface_tracker.cc',
2208 'browser/gpu/gpu_surface_tracker.h', 2206 'browser/gpu/gpu_surface_tracker.h',
2209 ], 2207 ],
2210 }], 2208 }],
2211 ], 2209 ],
2212 } 2210 }
OLDNEW
« no previous file with comments | « content/browser/loader/navigation_resource_throttle.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698