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

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

Issue 2310823002: Skeleton implementation of CSS Properties and Values API (Closed)
Patch Set: fix stylevardata copy ctor 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
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/BUILD.gn ('k') | third_party/WebKit/Source/core/css/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b7a92643d5900ab8816dc16304e317ebe5faf443..4617cbbd52eff99f7c151fb91dbf8d7f005237d4 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -455,6 +455,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",
@@ -510,6 +511,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",
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/BUILD.gn ('k') | third_party/WebKit/Source/core/css/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698