| Index: Source/bindings/dart/gyp/overrides.gypi
|
| diff --git a/Source/bindings/dart/gyp/overrides.gypi b/Source/bindings/dart/gyp/overrides.gypi
|
| index b6b49abde00c3565c4ee333792b1066e852b00f9..6fa0bd6e50e728e5f106344fee223992e73b839f 100644
|
| --- a/Source/bindings/dart/gyp/overrides.gypi
|
| +++ b/Source/bindings/dart/gyp/overrides.gypi
|
| @@ -65,8 +65,14 @@
|
| '../DartBindingsCommonIncludes.h',
|
| '../DartController.cpp',
|
| '../DartController.h',
|
| - '../DartCustomElement.cpp',
|
| - '../DartCustomElement.h',
|
| + '../DartCustomElementBinding.cpp',
|
| + '../DartCustomElementBinding.h',
|
| + '../DartCustomElementConstructorBuilder.cpp',
|
| + '../DartCustomElementConstructorBuilder.h',
|
| + '../DartCustomElementLifecycleCallbacks.cpp',
|
| + '../DartCustomElementLifecycleCallbacks.h',
|
| + '../DartCustomElementWrapper.cpp',
|
| + '../DartCustomElementWrapper.h',
|
| '../DartDebugServer.cpp',
|
| '../DartDebugServer.h',
|
| '../DartDOMData.cpp',
|
|
|