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

Unified Diff: mojo/dart/testing/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/dart/mojom/BUILD.gn ('k') | mojo/dart/testing/lib/validation_test_input_parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/testing/BUILD.gn
diff --git a/mojo/dart/testing/BUILD.gn b/mojo/dart/testing/BUILD.gn
index 0dd56ae5844eff765057547301651b00821e348a..5bf79a56904d1400e956da46722bf09b5735ea45 100644
--- a/mojo/dart/testing/BUILD.gn
+++ b/mojo/dart/testing/BUILD.gn
@@ -5,10 +5,12 @@
import("//mojo/public/dart/rules.gni")
dart_pkg("testing") {
- sources = [
+ entrypoints = [
"lib/async_helper.dart",
"lib/expect.dart",
"lib/validation_test_input_parser.dart",
+ ]
+ sources = [
"pubspec.yaml",
]
}
« no previous file with comments | « mojo/dart/mojom/BUILD.gn ('k') | mojo/dart/testing/lib/validation_test_input_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698