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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp

Issue 2199943004: [DevTools] Rename V8Debugger to V8Inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
diff --git a/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp b/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
index 78df08746bfe15c12e7f532a315c62c0d9513dc6..151a1e968cae120452c71be02c0c3e6b232c5663 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
+++ b/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
@@ -207,8 +207,8 @@
'V8ConsoleMessage.h',
'V8DebuggerAgentImpl.cpp',
'V8DebuggerAgentImpl.h',
- 'V8DebuggerImpl.cpp',
- 'V8DebuggerImpl.h',
+ 'V8InspectorImpl.cpp',
+ 'V8InspectorImpl.h',
'V8DebuggerScript.cpp',
'V8DebuggerScript.h',
'V8FunctionCall.cpp',
@@ -233,11 +233,11 @@
'V8StringUtil.h',
'public/V8EventListenerInfo.h',
'public/V8ContextInfo.h',
- 'public/V8Debugger.h',
- 'public/V8DebuggerClient.h',
- 'public/V8HeapProfilerAgent.h',
- 'public/V8Inspector.cpp',
'public/V8Inspector.h',
+ 'public/V8InspectorClient.h',
+ 'public/V8HeapProfilerAgent.h',
+ 'public/SimpleInspector.cpp',
+ 'public/SimpleInspector.h',
'public/V8InspectorSession.h',
'public/V8StackTrace.h',

Powered by Google App Engine
This is Rietveld 408576698