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

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

Issue 1648523002: DevTools: move InjectedScript* to inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 b24bcb3077048348fd5ee1731ced73e2118ada85..ba65415b84695a6de0046d95d676d952e4a03254 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1723,14 +1723,6 @@
'inspector/DevToolsHost.h',
'inspector/IdentifiersFactory.cpp',
'inspector/IdentifiersFactory.h',
- 'inspector/InjectedScript.cpp',
- 'inspector/InjectedScript.h',
- 'inspector/InjectedScriptNative.cpp',
- 'inspector/InjectedScriptNative.h',
- 'inspector/InjectedScriptHost.cpp',
- 'inspector/InjectedScriptHost.h',
- 'inspector/InjectedScriptManager.cpp',
- 'inspector/InjectedScriptManager.h',
'inspector/InspectedFrames.cpp',
'inspector/InspectedFrames.h',
'inspector/InspectorAnimationAgent.cpp',
@@ -1826,6 +1818,14 @@
'inspector/v8/InspectorWrapper.h',
'inspector/v8/IgnoreExceptionsScope.h',
'inspector/v8/IgnoreExceptionsScope.cpp',
+ 'inspector/v8/InjectedScript.cpp',
+ 'inspector/v8/InjectedScript.h',
+ 'inspector/v8/InjectedScriptNative.cpp',
+ 'inspector/v8/InjectedScriptNative.h',
+ 'inspector/v8/InjectedScriptHost.cpp',
+ 'inspector/v8/InjectedScriptHost.h',
+ 'inspector/v8/InjectedScriptManager.cpp',
+ 'inspector/v8/InjectedScriptManager.h',
'inspector/v8/JavaScriptCallFrame.cpp',
'inspector/v8/JavaScriptCallFrame.h',
'inspector/v8/ScriptBreakpoint.h',
@@ -1842,6 +1842,8 @@
'inspector/v8/V8DebuggerImpl.h',
'inspector/v8/V8DebuggerScript.cpp',
'inspector/v8/V8DebuggerScript.h',
+ 'inspector/v8/V8FunctionCall.cpp',
+ 'inspector/v8/V8FunctionCall.h',
'inspector/v8/V8InjectedScriptHost.cpp',
'inspector/v8/V8InjectedScriptHost.h',
'inspector/v8/V8JavaScriptCallFrame.cpp',
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/v8.gypi ('k') | third_party/WebKit/Source/core/inspector/DebuggerScript.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698