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

Unified Diff: tonic/BUILD.gn

Issue 1245243002: Move dart_debugger into tonic and use it in mojo dart controller (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « mojo/dart/embedder/monitor.h ('k') | tonic/dart_debugger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tonic/BUILD.gn
diff --git a/tonic/BUILD.gn b/tonic/BUILD.gn
index b3e7dd678321cacfc832bccd284506e1577b8d78..68ced546845f88ba5b00fcd64ed25b70401f8d1b 100644
--- a/tonic/BUILD.gn
+++ b/tonic/BUILD.gn
@@ -13,6 +13,8 @@ source_set("tonic") {
"dart_class_provider.h",
"dart_converter.cc",
"dart_converter.h",
+ "dart_debugger.cc",
+ "dart_debugger.h",
"dart_dependency_catcher.cc",
"dart_dependency_catcher.h",
"dart_error.cc",
@@ -59,6 +61,8 @@ source_set("tonic") {
"//dart/runtime:libdart",
"//dart/runtime/vm:libdart_platform",
]
+
+ include_dirs = [ "//dart/runtime" ]
abarth-chromium 2015/07/21 18:02:41 Do we need to export this to dependent targets so
Cutch 2015/07/21 18:09:16 Done.
}
# TODO(johnmccutchan): Move these sources into sky_engine and remove this.
« no previous file with comments | « mojo/dart/embedder/monitor.h ('k') | tonic/dart_debugger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698