Chromium Code Reviews| 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. |