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

Unified Diff: sky/viewer/BUILD.gn

Issue 690433004: Add inspect command to skydb (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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: sky/viewer/BUILD.gn
diff --git a/sky/viewer/BUILD.gn b/sky/viewer/BUILD.gn
index 854fbca67f4d3104a832dc343e21c35cde4b547b..cf27e7cf0d2b5c0f62c33b01bf7dd48cb8ff1a36 100644
--- a/sky/viewer/BUILD.gn
+++ b/sky/viewer/BUILD.gn
@@ -34,6 +34,8 @@ shared_library("viewer") {
"script/script_runner.h",
"services/tracing_impl.cc",
"services/tracing_impl.h",
+ "services/inspector_impl.cc",
+ "services/inspector_impl.h",
"viewer.cc",
]
@@ -78,6 +80,7 @@ mojom("bindings") {
sources = [
"test_observer.mojom",
"services/tracing.mojom",
+ "services/inspector.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698