Index: third_party/WebKit/Source/core/core.gypi |
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi |
index 4a5b0115c9461c60aee124f5394e19f8c258a910..2dff41c0b6c7eef4bfec5ac1daa69fddb2be4707 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -1668,6 +1668,8 @@ |
'inspector/ConsoleMessageStorage.h', |
'inspector/ContentSearchUtils.cpp', |
'inspector/ContentSearchUtils.h', |
+ 'inspector/DebuggerScript.cpp', |
+ 'inspector/DebuggerScript.h', |
'inspector/DOMEditor.cpp', |
'inspector/DOMEditor.h', |
'inspector/DOMPatchSupport.cpp', |
@@ -1777,8 +1779,6 @@ |
'inspector/ScriptCallFrame.h', |
'inspector/ScriptCallStack.cpp', |
'inspector/ScriptCallStack.h', |
- 'inspector/ScriptDebuggerBase.cpp', |
- 'inspector/ScriptDebuggerBase.h', |
'inspector/v8/InspectorWrapper.cpp', |
'inspector/v8/InspectorWrapper.h', |
'inspector/v8/IgnoreExceptionsScope.h', |
@@ -1794,8 +1794,8 @@ |
'inspector/v8/V8DebuggerClient.h', |
'inspector/v8/V8DebuggerImpl.cpp', |
'inspector/v8/V8DebuggerImpl.h', |
- 'inspector/v8/V8DebuggerListener.cpp', |
- 'inspector/v8/V8DebuggerListener.h', |
+ 'inspector/v8/V8DebuggerScript.cpp', |
+ 'inspector/v8/V8DebuggerScript.h', |
'inspector/v8/V8InjectedScriptHost.cpp', |
'inspector/v8/V8InjectedScriptHost.h', |
'inspector/v8/V8JavaScriptCallFrame.cpp', |