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

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: 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 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'browser/download/url_downloader.h', 739 'browser/download/url_downloader.h',
740 'browser/fileapi/browser_file_system_helper.cc', 740 'browser/fileapi/browser_file_system_helper.cc',
741 'browser/fileapi/browser_file_system_helper.h', 741 'browser/fileapi/browser_file_system_helper.h',
742 'browser/fileapi/fileapi_message_filter.cc', 742 'browser/fileapi/fileapi_message_filter.cc',
743 'browser/fileapi/fileapi_message_filter.h', 743 'browser/fileapi/fileapi_message_filter.h',
744 'browser/fileapi/upload_file_system_file_element_reader.cc', 744 'browser/fileapi/upload_file_system_file_element_reader.cc',
745 'browser/fileapi/upload_file_system_file_element_reader.h', 745 'browser/fileapi/upload_file_system_file_element_reader.h',
746 'browser/find_request_manager.cc', 746 'browser/find_request_manager.cc',
747 'browser/find_request_manager.h', 747 'browser/find_request_manager.h',
748 'browser/font_list_async.cc', 748 'browser/font_list_async.cc',
749 'browser/frame_host/ancestor_throttle.cc',
750 'browser/frame_host/ancestor_throttle.h',
751 'browser/frame_host/cross_process_frame_connector.cc', 749 'browser/frame_host/cross_process_frame_connector.cc',
752 'browser/frame_host/cross_process_frame_connector.h', 750 'browser/frame_host/cross_process_frame_connector.h',
753 'browser/frame_host/cross_site_transferring_request.cc', 751 'browser/frame_host/cross_site_transferring_request.cc',
754 'browser/frame_host/cross_site_transferring_request.h', 752 'browser/frame_host/cross_site_transferring_request.h',
755 'browser/frame_host/debug_urls.cc', 753 'browser/frame_host/debug_urls.cc',
756 'browser/frame_host/debug_urls.h', 754 'browser/frame_host/debug_urls.h',
757 'browser/frame_host/frame_mojo_shell.cc', 755 'browser/frame_host/frame_mojo_shell.cc',
758 'browser/frame_host/frame_mojo_shell.h', 756 'browser/frame_host/frame_mojo_shell.h',
759 'browser/frame_host/frame_navigation_entry.cc', 757 'browser/frame_host/frame_navigation_entry.cc',
760 'browser/frame_host/frame_navigation_entry.h', 758 'browser/frame_host/frame_navigation_entry.h',
(...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after
2204 ], 2202 ],
2205 }], 2203 }],
2206 ['OS != "mac" and OS != "android"', { 2204 ['OS != "mac" and OS != "android"', {
2207 'sources!': [ 2205 'sources!': [
2208 'browser/gpu/gpu_surface_tracker.cc', 2206 'browser/gpu/gpu_surface_tracker.cc',
2209 'browser/gpu/gpu_surface_tracker.h', 2207 'browser/gpu/gpu_surface_tracker.h',
2210 ], 2208 ],
2211 }], 2209 }],
2212 ], 2210 ],
2213 } 2211 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698