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

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

Issue 1143073004: Move 'dart:mojo.internal' into sdk_ext directory of mojo package (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « mojo/dart/embedder/BUILD.gn ('k') | mojo/public/dart/lib/internal.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/BUILD.gn
diff --git a/mojo/public/dart/BUILD.gn b/mojo/public/dart/BUILD.gn
index 7305582dd8ed3b5d745f3f82c428f5970ddd50a3..c36245c924f90a09b9e2de7f8a7e227b32b2f817 100644
--- a/mojo/public/dart/BUILD.gn
+++ b/mojo/public/dart/BUILD.gn
@@ -20,6 +20,10 @@ dart_mojo_sdk_sources = [
"lib/src/struct.dart",
"lib/src/stub.dart",
"lib/src/types.dart",
+ "sdk_ext/internal.dart",
+ "sdk_ext/src/handle_watcher.dart",
+ "sdk_ext/src/natives.dart",
+ "sdk_ext/src/timer_queue.dart",
]
dartzip_package("dart") {
« no previous file with comments | « mojo/dart/embedder/BUILD.gn ('k') | mojo/public/dart/lib/internal.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698