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

Unified Diff: sky/engine/v8_inspector/BUILD.gn

Issue 745913002: Start moving files from core/inspector into v8_inspector (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/core/inspector/PageDebuggerAgent.cpp ('k') | sky/engine/v8_inspector/PageDebuggerAgent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/v8_inspector/BUILD.gn
diff --git a/sky/engine/v8_inspector/BUILD.gn b/sky/engine/v8_inspector/BUILD.gn
index 8aec72bb6f962c971324b98a7733b846984ae4a9..1cf63dbeec3dce77916fe58e6c6cf106f625969d 100644
--- a/sky/engine/v8_inspector/BUILD.gn
+++ b/sky/engine/v8_inspector/BUILD.gn
@@ -30,5 +30,9 @@ component("v8_inspector") {
sources = [
"inspector_backend_mojo.cc",
"inspector_backend_mojo.h",
+ "PageDebuggerAgent.cpp",
+ "PageDebuggerAgent.h",
+ "PageScriptDebugServer.cpp",
+ "PageScriptDebugServer.h",
]
}
« no previous file with comments | « sky/engine/core/inspector/PageDebuggerAgent.cpp ('k') | sky/engine/v8_inspector/PageDebuggerAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698