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..330d8e08887e94ae8c77fd304e2bd3d0eaa803ba 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,12 @@ source_set("tonic") {
"//dart/runtime:libdart",
"//dart/runtime/vm:libdart_platform",
]
+
+ public_configs = [ ":tonic_config" ]
+}
+
+config("tonic_config") {
+ include_dirs = [ "//dart/runtime" ]
}
# 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