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

Unified Diff: third_party/WebKit/Source/bindings/bindings.gni

Issue 2424693002: Custom Elements: Complete HTMLConstructor Algorithm (Closed)
Patch Set: Redefinition guard Created 4 years, 2 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/bindings/bindings.gni
diff --git a/third_party/WebKit/Source/bindings/bindings.gni b/third_party/WebKit/Source/bindings/bindings.gni
index bd49bc80dcbe35a0170531aeaff13bfeb9b2acdb..6da11895a426f76a60cbbc397b8273dbcb4cf831 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -164,6 +164,7 @@ bindings_core_v8_files =
"core/v8/V8HiddenValue.cpp",
"core/v8/V8HiddenValue.h",
"core/v8/V8HTMLConstructor.cpp",
+ "core/v8/V8HTMLConstructor.h",
"core/v8/V8IdleTaskRunner.h",
"core/v8/V8Initializer.cpp",
"core/v8/V8Initializer.h",

Powered by Google App Engine
This is Rietveld 408576698