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. |