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

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

Issue 1259873002: Dart: Runs dartanalyzer for the dart_pkg build rule. (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 | « mojo/PRESUBMIT.py ('k') | mojo/dart/mojom/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/apptest/BUILD.gn
diff --git a/mojo/dart/apptest/BUILD.gn b/mojo/dart/apptest/BUILD.gn
index 52b9ea24bbc0fcc02bb6c0cd9d0af1fa48249512..8d4092ff3fca2017a52d1807e2ce409a0affe172 100644
--- a/mojo/dart/apptest/BUILD.gn
+++ b/mojo/dart/apptest/BUILD.gn
@@ -16,8 +16,12 @@ dartzip_package("apptest") {
}
dart_pkg("apptest_pkg") {
+ entrypoints = [ "lib/apptest.dart" ]
sources = [
- "lib/apptest.dart",
"pubspec.yaml",
]
+ deps = [
+ "//mojo/public/dart:mojo",
+ "//third_party/dart-pkg",
+ ]
}
« no previous file with comments | « mojo/PRESUBMIT.py ('k') | mojo/dart/mojom/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698