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

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

Issue 1027603002: Dart: Removes all but native calls and the handle watcher from the snapshot. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: git cl format Created 5 years, 9 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
Index: mojo/dart/apptest/BUILD.gn
diff --git a/mojo/dart/apptest/BUILD.gn b/mojo/dart/apptest/BUILD.gn
index 0c8365e81ca0b6b74311d358c1e6b905f94e6244..27b478cddaedb711f80301fb792f2fd2030ed3a0 100644
--- a/mojo/dart/apptest/BUILD.gn
+++ b/mojo/dart/apptest/BUILD.gn
@@ -9,6 +9,8 @@ dart_package("apptest") {
"apptest/apptest.dart",
]
deps = [
+ "//mojo/public/dart",
+ "//mojo/public/interfaces/application",
"//third_party/dart-packages/unittest",
]
}

Powered by Google App Engine
This is Rietveld 408576698