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

Unified Diff: third_party/WebKit/Source/core/html/BUILD.gn

Issue 2680083002: Initial Implementation of Iframe Attribute for Feature Policy (Part 1) (Closed)
Patch Set: Codereview: nit Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/BUILD.gn
diff --git a/third_party/WebKit/Source/core/html/BUILD.gn b/third_party/WebKit/Source/core/html/BUILD.gn
index e8a12a5fd065b0346c9e146f84a236a87e8b9e0f..28464a3756e1e001e88f2c6103e6b4b7d77c3792 100644
--- a/third_party/WebKit/Source/core/html/BUILD.gn
+++ b/third_party/WebKit/Source/core/html/BUILD.gn
@@ -85,6 +85,8 @@ blink_core_sources("html") {
"HTMLHtmlElement.cpp",
"HTMLHtmlElement.h",
"HTMLIFrameElement.cpp",
+ "HTMLIFrameElementAllow.cpp",
+ "HTMLIFrameElementAllow.h",
"HTMLIFrameElementPermissions.cpp",
"HTMLIFrameElementPermissions.h",
"HTMLIFrameElementSandbox.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/dom/SandboxFlags.cpp ('k') | third_party/WebKit/Source/core/html/HTMLAttributeNames.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698