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

Unified Diff: content/browser/BUILD.gn

Issue 2488743003: (Re-)introduce AncestorThrottle to handle 'X-Frame-Options'. (Closed)
Patch Set: Addressed comments (@alexmos #2) Created 4 years 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 side-by-side diff with in-line comments
Download patch
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 97996b9e90da59cfc34434e27aaf3b2800f96690..64bc72254d63a16edfa65719efa3bf10e61e4092 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -596,6 +596,8 @@ source_set("browser") {
"find_request_manager.cc",
"find_request_manager.h",
"font_list_async.cc",
+ "frame_host/ancestor_throttle.cc",
+ "frame_host/ancestor_throttle.h",
"frame_host/cross_process_frame_connector.cc",
"frame_host/cross_process_frame_connector.h",
"frame_host/debug_urls.cc",

Powered by Google App Engine
This is Rietveld 408576698