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

Unified Diff: sky/engine/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp

Issue 772563003: Move many of v8_inspector dependencies out of core/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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: sky/engine/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
diff --git a/sky/engine/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp b/sky/engine/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
index 7553a749831cd04b46bdbcd0b118c9a19678b1d2..c5dbb72ab4493a177d32513fc4156f6031cf8a15 100644
--- a/sky/engine/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
+++ b/sky/engine/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
@@ -37,7 +37,6 @@
#include "bindings/core/v8/V8NodeList.h"
#include "sky/engine/bindings/core/v8/BindingSecurity.h"
#include "sky/engine/bindings/core/v8/ExceptionState.h"
-#include "sky/engine/bindings/core/v8/ScriptDebugServer.h"
#include "sky/engine/bindings/core/v8/ScriptValue.h"
#include "sky/engine/bindings/core/v8/V8AbstractEventListener.h"
#include "sky/engine/bindings/core/v8/V8Binding.h"
@@ -53,10 +52,11 @@
#include "sky/engine/bindings/core/v8/custom/V8Uint8ClampedArrayCustom.h"
#include "sky/engine/core/events/EventTarget.h"
#include "sky/engine/core/frame/LocalDOMWindow.h"
-#include "sky/engine/core/inspector/InjectedScript.h"
#include "sky/engine/core/inspector/InjectedScriptHost.h"
#include "sky/engine/core/inspector/JavaScriptCallFrame.h"
#include "sky/engine/platform/JSONValues.h"
+#include "sky/engine/v8_inspector/InjectedScript.h"
+#include "sky/engine/v8_inspector/ScriptDebugServer.h"
namespace blink {
« no previous file with comments | « sky/engine/bindings/core/v8/V8StringResource.cpp ('k') | sky/engine/bindings/core/v8/custom/V8InjectedScriptManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698