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

Unified Diff: sky/engine/core/core.gni

Issue 1107803002: Add Observatory to sky dart_controller (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index 5ecbe0a7e25e73bb8b009b0ec481723b53441f62..2a78c74f4d9997c3d6039bbd9b448c1a763eab6f 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -1009,12 +1009,17 @@ sky_core_files = [
"rendering/VerticalPositionCache.h",
"script/dart_controller.cc",
"script/dart_controller.h",
+ "script/dart_debugger.cc",
+ "script/dart_debugger.h",
"script/dart_dependency_catcher.cc",
"script/dart_dependency_catcher.h",
"script/dart_loader.cc",
"script/dart_loader.h",
+ "script/dart_service_isolate.cc",
+ "script/dart_service_isolate.h",
"script/dom_dart_state.cc",
"script/dom_dart_state.h",
+ "script/monitor.h",
]
core_idl_files = get_path_info([

Powered by Google App Engine
This is Rietveld 408576698