| Index: Source/bindings/dart/gyp/overrides.gypi
|
| diff --git a/Source/bindings/dart/gyp/overrides.gypi b/Source/bindings/dart/gyp/overrides.gypi
|
| index 6fa0bd6e50e728e5f106344fee223992e73b839f..70d2b71380eb8433b557bb90289fed8a5739d8bd 100644
|
| --- a/Source/bindings/dart/gyp/overrides.gypi
|
| +++ b/Source/bindings/dart/gyp/overrides.gypi
|
| @@ -86,6 +86,8 @@
|
| '../DartGCController.h',
|
| '../DartHandleProxy.cpp',
|
| '../DartHandleProxy.h',
|
| + '../DartInjectedScriptHost.cpp',
|
| + '../DartInjectedScriptHost.h',
|
| '../DartIsolateDestructionObserver.cpp',
|
| '../DartIsolateDestructionObserver.h',
|
| '../DartMutationCallback.cpp',
|
| @@ -94,6 +96,8 @@
|
| '../DartNativeUtilities.h',
|
| '../DartScheduledAction.cpp',
|
| '../DartScheduledAction.h',
|
| + '../DartScriptState.cpp',
|
| + '../DartScriptState.h',
|
| '../DartScriptValue.cpp',
|
| '../DartScriptValue.h',
|
| '../DartStringCache.cpp',
|
|
|