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

Unified Diff: sky/engine/v8_inspector/CodeGeneratorInspectorStrings.py

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
« no previous file with comments | « sky/engine/v8_inspector/CodeGeneratorInspector.py ('k') | sky/engine/v8_inspector/ContentSearchUtils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/v8_inspector/CodeGeneratorInspectorStrings.py
diff --git a/sky/engine/core/inspector/CodeGeneratorInspectorStrings.py b/sky/engine/v8_inspector/CodeGeneratorInspectorStrings.py
similarity index 95%
rename from sky/engine/core/inspector/CodeGeneratorInspectorStrings.py
rename to sky/engine/v8_inspector/CodeGeneratorInspectorStrings.py
index 33c15031d03712bca923884400b4fb54516948af..01ed41d14b1f866bac0b3a36fdd4a62a8fadfd3d 100644
--- a/sky/engine/core/inspector/CodeGeneratorInspectorStrings.py
+++ b/sky/engine/v8_inspector/CodeGeneratorInspectorStrings.py
@@ -96,11 +96,11 @@ frontend_h = (
"""#ifndef InspectorFrontend_h
#define InspectorFrontend_h
-#include "InspectorTypeBuilder.h"
-#include "core/inspector/InspectorFrontendChannel.h"
-#include "platform/JSONValues.h"
-#include "wtf/PassRefPtr.h"
-#include "wtf/text/WTFString.h"
+#include "gen/v8_inspector/InspectorTypeBuilder.h"
+#include "sky/engine/platform/JSONValues.h"
+#include "sky/engine/wtf/PassRefPtr.h"
+#include "sky/engine/wtf/text/WTFString.h"
+#include "sky/engine/v8_inspector/InspectorFrontendChannel.h"
namespace blink {
@@ -124,12 +124,11 @@ backend_h = (
"""#ifndef InspectorBackendDispatcher_h
#define InspectorBackendDispatcher_h
-#include "InspectorTypeBuilder.h"
+#include "gen/v8_inspector/InspectorTypeBuilder.h"
-#include "platform/heap/Handle.h"
-#include "wtf/PassRefPtr.h"
-#include "wtf/RefCounted.h"
-#include "wtf/text/WTFString.h"
+#include "sky/engine/wtf/PassRefPtr.h"
+#include "sky/engine/wtf/RefCounted.h"
+#include "sky/engine/wtf/text/WTFString.h"
namespace blink {
@@ -208,14 +207,14 @@ private:
backend_cpp = (
"""
-#include "config.h"
-#include "InspectorBackendDispatcher.h"
+#include "sky/engine/config.h"
+#include "gen/v8_inspector/InspectorBackendDispatcher.h"
-#include "core/inspector/InspectorFrontendChannel.h"
-#include "core/inspector/JSONParser.h"
-#include "platform/JSONValues.h"
-#include "wtf/text/CString.h"
-#include "wtf/text/WTFString.h"
+#include "sky/engine/v8_inspector/InspectorFrontendChannel.h"
+#include "sky/engine/v8_inspector/JSONParser.h"
+#include "sky/engine/platform/JSONValues.h"
+#include "sky/engine/wtf/text/CString.h"
+#include "sky/engine/wtf/text/WTFString.h"
namespace blink {
@@ -516,13 +515,13 @@ void InspectorBackendDispatcher::CallbackBase::sendIfActive(PassRefPtr<JSONObjec
frontend_cpp = (
"""
-#include "config.h"
-#include "InspectorFrontend.h"
+#include "sky/engine/config.h"
+#include "gen/v8_inspector/InspectorFrontend.h"
-#include "core/inspector/InspectorFrontendChannel.h"
-#include "platform/JSONValues.h"
-#include "wtf/text/CString.h"
-#include "wtf/text/WTFString.h"
+#include "sky/engine/v8_inspector/InspectorFrontendChannel.h"
+#include "sky/engine/platform/JSONValues.h"
+#include "sky/engine/wtf/text/CString.h"
+#include "sky/engine/wtf/text/WTFString.h"
namespace blink {
@@ -543,9 +542,9 @@ typebuilder_h = (
#ifndef InspectorTypeBuilder_h
#define InspectorTypeBuilder_h
-#include "platform/JSONValues.h"
-#include "wtf/Assertions.h"
-#include "wtf/PassRefPtr.h"
+#include "sky/engine/platform/JSONValues.h"
+#include "sky/engine/wtf/Assertions.h"
+#include "sky/engine/wtf/PassRefPtr.h"
namespace blink {
@@ -851,10 +850,10 @@ ${typeBuilders}
typebuilder_cpp = (
"""
-#include "config.h"
+#include "sky/engine/config.h"
-#include "InspectorTypeBuilder.h"
-#include "wtf/text/CString.h"
+#include "gen/v8_inspector/InspectorTypeBuilder.h"
+#include "sky/engine/wtf/text/CString.h"
namespace blink {
« no previous file with comments | « sky/engine/v8_inspector/CodeGeneratorInspector.py ('k') | sky/engine/v8_inspector/ContentSearchUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698