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

Unified Diff: mojo/dart/embedder/BUILD.gn

Issue 800523004: Dart: Simplifies the handle watcher. Various cleanups and bugfixes. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: cleanup Created 5 years, 11 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/test/BUILD.gn » ('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 8725b354105a0aa20e98aa3b9822675f6deec076..460515bde807bfec787a2f87b10806ba88a6e543 100644
--- a/mojo/dart/embedder/BUILD.gn
+++ b/mojo/dart/embedder/BUILD.gn
@@ -7,11 +7,22 @@ action("generate_snapshot_bin") {
"//dart/runtime/bin:gen_snapshot",
]
inputs = [
+ "snapshot.dart",
"//dart/runtime/tools/create_snapshot_bin.py",
"//mojo/dart/embedder/builtin.dart",
"//mojo/public/dart/bindings.dart",
"//mojo/public/dart/core.dart",
- "snapshot.dart",
+ "//mojo/public/dart/src/buffer.dart",
+ "//mojo/public/dart/src/client.dart",
+ "//mojo/public/dart/src/codec.dart",
+ "//mojo/public/dart/src/data_pipe.dart",
+ "//mojo/public/dart/src/handle.dart",
+ "//mojo/public/dart/src/handle_watcher.dart",
+ "//mojo/public/dart/src/interface.dart",
+ "//mojo/public/dart/src/message_pipe.dart",
+ "//mojo/public/dart/src/timer_impl.dart",
+ "//mojo/public/dart/src/timer_queue.dart",
+ "//mojo/public/dart/src/types.dart",
]
output = "$target_gen_dir/snapshot_gen.bin"
outputs = [
@@ -70,7 +81,13 @@ source_set("dart_controller") {
deps = [
":generate_snapshot_file",
+ "//base",
+ "//base:i18n",
+ "//crypto",
+ "//dart/runtime:libdart",
"//dart/runtime/bin:libdart_embedder_noio",
+ "//mojo/public/c/system",
+ "//mojo/public/cpp/system",
]
defines = []
« no previous file with comments | « no previous file | mojo/dart/embedder/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698