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

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: Created 6 years 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/dart_to_cpp_tests.cc » ('j') | mojo/public/dart/src/client.dart » ('J')
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..7017645513194725c493a2e9b0b82b84c5656970 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 = [
« no previous file with comments | « no previous file | mojo/dart/embedder/test/dart_to_cpp_tests.cc » ('j') | mojo/public/dart/src/client.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698