| 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",
|
|
|