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

Unified Diff: mojo/dart/mojom/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/apptest/BUILD.gn ('k') | mojo/dart/testing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/mojom/BUILD.gn
diff --git a/mojo/dart/mojom/BUILD.gn b/mojo/dart/mojom/BUILD.gn
index ac7e2bcbe36ebb3eebbf0685d096150fc5a52af6..0c435bb457dc770ffc2c394e08005302e06d1aa9 100644
--- a/mojo/dart/mojom/BUILD.gn
+++ b/mojo/dart/mojom/BUILD.gn
@@ -5,10 +5,14 @@
import("//mojo/public/dart/rules.gni")
dart_pkg("mojom") {
+ entrypoints = [ "lib/generate.dart" ]
sources = [
"CHANGELOG.md",
"README.md",
- "lib/generate.dart",
+ "lib/src/utils.dart",
"pubspec.yaml",
]
+ deps = [
+ "//third_party/dart-pkg",
+ ]
}
« no previous file with comments | « mojo/dart/apptest/BUILD.gn ('k') | mojo/dart/testing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698