Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Unified Diff: Source/bindings/dart/gyp/overrides.gypi

Issue 300393002: Merge DevTools Refactor CL to Blink36 (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1985
Patch Set: PTAL Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
« no previous file with comments | « Source/bindings/dart/custom/DartInjectedScriptHostCustom.cpp ('k') | Source/bindings/v8/PageScriptDebugServer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698