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

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

Issue 2205913002: [DevTools] Split a part of V8Inspector into V8Debugger. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8-inspector-rename
Patch Set: context scope! Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 151a1e968cae120452c71be02c0c3e6b232c5663..eba83ec3dfc7a88231bb7d396d7a9e061b44aacc 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
+++ b/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
@@ -205,6 +205,8 @@
'V8ConsoleAgentImpl.h',
'V8ConsoleMessage.cpp',
'V8ConsoleMessage.h',
+ 'V8Debugger.cpp',
+ 'V8Debugger.h',
'V8DebuggerAgentImpl.cpp',
'V8DebuggerAgentImpl.h',
'V8InspectorImpl.cpp',
« no previous file with comments | « third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698