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

Unified Diff: Source/core/core.gypi

Issue 1216863004: [DevTools] Move debugger classes to core/inspector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/bindings/core/v8/v8.gypi ('k') | Source/core/inspector/InjectedScriptHost.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index fa20eeeea3e9971942ee56f12370c9309548a15d..3ed371ebdefd20b92947b93b186fea763f274137 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1698,6 +1698,8 @@
'inspector/JSONParser.h',
'inspector/LayoutEditor.cpp',
'inspector/LayoutEditor.h',
+ 'inspector/MainThreadDebugger.cpp',
+ 'inspector/MainThreadDebugger.h',
'inspector/JavaScriptCallFrame.cpp',
'inspector/JavaScriptCallFrame.h',
'inspector/NetworkResourcesData.cpp',
@@ -1726,6 +1728,8 @@
'inspector/ScriptProfile.h',
'inspector/V8AsyncCallTracker.cpp',
'inspector/V8AsyncCallTracker.h',
+ 'inspector/V8Debugger.cpp',
+ 'inspector/V8Debugger.h',
'inspector/WorkerConsoleAgent.cpp',
'inspector/WorkerConsoleAgent.h',
'inspector/WorkerDebuggerAgent.cpp',
@@ -1734,6 +1738,8 @@
'inspector/WorkerInspectorController.h',
'inspector/WorkerRuntimeAgent.cpp',
'inspector/WorkerRuntimeAgent.h',
+ 'inspector/WorkerThreadDebugger.cpp',
+ 'inspector/WorkerThreadDebugger.h',
'loader/BeaconLoader.cpp',
'loader/BeaconLoader.h',
'loader/CookieJar.cpp',
« no previous file with comments | « Source/bindings/core/v8/v8.gypi ('k') | Source/core/inspector/InjectedScriptHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698