| Index: Source/bindings/dart/gyp/overrides.gypi
|
| diff --git a/Source/bindings/dart/gyp/overrides.gypi b/Source/bindings/dart/gyp/overrides.gypi
|
| index 9f558dc2c0a1a078eb4c26f7640afdaeb0205fbd..10af4827aeefd50cad715294d7c5e38776d4ef20 100644
|
| --- a/Source/bindings/dart/gyp/overrides.gypi
|
| +++ b/Source/bindings/dart/gyp/overrides.gypi
|
| @@ -1,7 +1,6 @@
|
| {
|
| 'variables': {
|
| 'additional_target_deps': [
|
| - '../bindings/dart/gyp/dartium.gyp:dart_debug_hooks_source',
|
| '../bindings/dart/gyp/dartium.gyp:dart_snapshot#host',
|
| '../../../../dart/runtime/dart-runtime.gyp:libdart',
|
| ],
|
| @@ -88,8 +87,8 @@
|
| '../DartCustomElementLifecycleCallbacks.h',
|
| '../DartCustomElementWrapper.cpp',
|
| '../DartCustomElementWrapper.h',
|
| - '../DartDebugServer.cpp',
|
| - '../DartDebugServer.h',
|
| + '../DartScriptDebugServer.cpp',
|
| + '../DartScriptDebugServer.h',
|
| '../DartDOMData.cpp',
|
| '../DartDOMData.h',
|
| '../DartDOMWrapper.cpp',
|
| @@ -104,6 +103,8 @@
|
| '../DartHandleProxy.h',
|
| '../DartInjectedScriptHostHelper.cpp',
|
| '../DartInjectedScriptHostHelper.h',
|
| + '../DartInjectedScript.cpp',
|
| + '../DartInjectedScript.h',
|
| '../DartInspectorTimeline.h',
|
| '../DartIsolateDestructionObserver.cpp',
|
| '../DartIsolateDestructionObserver.h',
|
|
|