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

Unified Diff: mojo/public/dart/rules.gni

Issue 976003002: Revert "Run dartanalyzer by default." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « BUILD.gn ('k') | mojo/tools/mojob.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/rules.gni
diff --git a/mojo/public/dart/rules.gni b/mojo/public/dart/rules.gni
index c4552ffac582af795fcb7035d43b4ced195a1845..e8d7c7274be59b03a7f21ebfc6465a88281de9cc 100644
--- a/mojo/public/dart/rules.gni
+++ b/mojo/public/dart/rules.gni
@@ -123,7 +123,9 @@ template("dart_packaged_application") {
]
deps = [
- ":$package_analyze_sources",
+ # TODO(erg): When dartanalyze runs at an acceptable speed, add
+ # ":$package_analyze_sources" as a dependency here and remove the
+ # manual group("check") in the toplevel build file.
":$package_name",
]
if (defined(invoker.deps)) {
« no previous file with comments | « BUILD.gn ('k') | mojo/tools/mojob.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698