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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

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: minor fixes 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
Index: third_party/WebKit/Source/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index fb26599ad2f57e0302ec680a5d35189cf0c550b7..1db3f88e93275062fec52c3a49b3a77d1abebe7d 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -1084,6 +1084,8 @@
'v8_inspector/V8ConsoleAgentImpl.h',
'v8_inspector/V8ConsoleMessage.cpp',
'v8_inspector/V8ConsoleMessage.h',
+ 'v8_inspector/V8Debugger.cpp',
+ 'v8_inspector/V8Debugger.h',
'v8_inspector/V8DebuggerAgentImpl.cpp',
'v8_inspector/V8DebuggerAgentImpl.h',
'v8_inspector/V8InspectorImpl.cpp',

Powered by Google App Engine
This is Rietveld 408576698