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