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

Unified Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2310823002: Skeleton implementation of CSS Properties and Values API (Closed)
Patch Set: custom properties :D Created 4 years, 3 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/core_idl_files.gni
diff --git a/third_party/WebKit/Source/core/core_idl_files.gni b/third_party/WebKit/Source/core/core_idl_files.gni
index ec915d81b5ecc0d8b8c8549372c80a132bba9eaa..22d71e78dfc63834dc10f5b1ae27e5aa62e9fda8 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -437,6 +437,7 @@ core_dependency_idl_files =
"animation/DocumentAnimation.idl",
"animation/ElementAnimation.idl",
"css/DocumentFontFaceSet.idl",
+ "css/PropertyRegistration.idl",
"css/cssom/WindowGetComputedStyle.idl",
"dom/ChildNode.idl",
"dom/DocumentFullscreen.idl",
@@ -492,6 +493,7 @@ core_dictionary_idl_files =
"css/FontFaceDescriptors.idl",
"css/FontFaceSetLoadEventInit.idl",
"css/MediaQueryListEventInit.idl",
+ "css/PropertyDescriptor.idl",
"css/cssom/CSSCalcDictionary.idl",
"dom/DOMPointInit.idl",
"dom/ElementRegistrationOptions.idl",

Powered by Google App Engine
This is Rietveld 408576698