| 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',
|
|
|
|
|