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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1514523004: DevTools: remove V8DebuggerListener and ScriptDebuggerBase abstractions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed. Created 5 years 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: 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',

Powered by Google App Engine
This is Rietveld 408576698