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

Unified Diff: mojo/dart/embedder/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 | « no previous file | mojo/dart/embedder/dart_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/BUILD.gn
diff --git a/mojo/dart/embedder/BUILD.gn b/mojo/dart/embedder/BUILD.gn
index 4147608ec73b28374c859648bb959e8193bcd6fb..1fd8a47f13d76e9f3109e24d9e24c63fbb1d1d2b 100644
--- a/mojo/dart/embedder/BUILD.gn
+++ b/mojo/dart/embedder/BUILD.gn
@@ -16,14 +16,11 @@ source_set("dart_controller_no_snapshot") {
"common.h",
"dart_controller.cc",
"dart_controller.h",
- "dart_debugger.cc",
- "dart_debugger.h",
"io/internet_address.h",
"mojo_io_natives.cc",
"mojo_io_natives.h",
"mojo_natives.cc",
"mojo_natives.h",
- "monitor.h",
"vmservice.cc",
"vmservice.h",
]
@@ -56,8 +53,6 @@ source_set("dart_controller_no_snapshot") {
} else {
defines += [ "NDEBUG" ]
}
-
- include_dirs = [ "//dart/runtime" ]
}
dart_embedder_resources("generate_dart_embedder_patch_resources_cc") {
« no previous file with comments | « no previous file | mojo/dart/embedder/dart_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698