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

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

Issue 1650283002: DevTools: remove DOM and Bindings dependencies from inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for landing Created 4 years, 11 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/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 765317c4af44f5bdacb1b2adf68ac45ed25493df..2ce81552936f43ec3f63e3fab8867559d5db6b53 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1703,8 +1703,6 @@
'imagebitmap/ImageBitmapFactories.h',
'imagebitmap/ImageBitmapSource.cpp',
'imagebitmap/ImageBitmapSource.h',
- 'inspector/AsyncCallChain.cpp',
- 'inspector/AsyncCallChain.h',
'inspector/AsyncCallTracker.cpp',
'inspector/AsyncCallTracker.h',
'inspector/AsyncOperationMap.h',
@@ -1797,8 +1795,6 @@
'inspector/PageDebuggerAgent.h',
'inspector/PageRuntimeAgent.cpp',
'inspector/PageRuntimeAgent.h',
- 'inspector/PromiseTracker.cpp',
- 'inspector/PromiseTracker.h',
'inspector/ScriptArguments.cpp',
'inspector/ScriptArguments.h',
'inspector/ScriptAsyncCallStack.cpp',
@@ -1809,6 +1805,8 @@
'inspector/ScriptCallStack.h',
'inspector/ThreadDebugger.cpp',
'inspector/ThreadDebugger.h',
+ 'inspector/v8/AsyncCallChain.cpp',
+ 'inspector/v8/AsyncCallChain.h',
'inspector/v8/EventListenerInfo.h',
'inspector/v8/InspectorWrapper.cpp',
'inspector/v8/InspectorWrapper.h',
@@ -1824,6 +1822,8 @@
'inspector/v8/InjectedScriptManager.h',
'inspector/v8/JavaScriptCallFrame.cpp',
'inspector/v8/JavaScriptCallFrame.h',
+ 'inspector/v8/PromiseTracker.cpp',
+ 'inspector/v8/PromiseTracker.h',
'inspector/v8/ScriptBreakpoint.h',
'inspector/v8/SourceMap.cpp',
'inspector/v8/SourceMap.h',
@@ -1852,6 +1852,8 @@
'inspector/v8/V8RuntimeAgent.h',
'inspector/v8/V8RuntimeAgentImpl.cpp',
'inspector/v8/V8RuntimeAgentImpl.h',
+ 'inspector/v8/V8StringUtil.cpp',
+ 'inspector/v8/V8StringUtil.h',
'inspector/WorkerConsoleAgent.cpp',
'inspector/WorkerConsoleAgent.h',
'inspector/WorkerDebuggerAgent.cpp',

Powered by Google App Engine
This is Rietveld 408576698