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

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

Issue 1367623006: DevTools: extract V8DebuggerAgent interface, move it under .../inspector/v8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | third_party/WebKit/Source/core/inspector/AsyncCallTracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 43f4e3c2bce2c6eb6af09e09fba36f5e811e4bd3..81c564a0eefdde39b2fb815537b9b17f34449e78 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1740,15 +1740,16 @@
'inspector/ScriptCallStack.h',
'inspector/ScriptDebuggerBase.cpp',
'inspector/ScriptDebuggerBase.h',
- 'inspector/V8DebuggerAgent.cpp',
- 'inspector/V8DebuggerAgent.h',
- 'inspector/V8AsyncCallTracker.cpp',
- 'inspector/V8AsyncCallTracker.h',
'inspector/v8/InspectorWrapper.cpp',
'inspector/v8/InspectorWrapper.h',
'inspector/v8/JavaScriptCallFrame.cpp',
'inspector/v8/JavaScriptCallFrame.h',
'inspector/v8/ScriptBreakpoint.h',
+ 'inspector/v8/V8AsyncCallTracker.cpp',
+ 'inspector/v8/V8AsyncCallTracker.h',
+ 'inspector/v8/V8DebuggerAgent.h',
+ 'inspector/v8/V8DebuggerAgentImpl.cpp',
+ 'inspector/v8/V8DebuggerAgentImpl.h',
'inspector/v8/V8Debugger.h',
'inspector/v8/V8DebuggerClient.h',
'inspector/v8/V8DebuggerImpl.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/AsyncCallTracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698