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

Unified Diff: third_party/mojo/src/mojo/public/tools/dart_analyze.py

Issue 1101303002: Update mojo sdk to rev e7270700d671fa8e458b4d8c9e47f7bcfb65da0b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actualy provide a default TaskTracker impl Created 5 years, 8 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 | « third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/generate/generator_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/public/tools/dart_analyze.py
diff --git a/third_party/mojo/src/mojo/public/tools/dart_analyze.py b/third_party/mojo/src/mojo/public/tools/dart_analyze.py
index cb80804bad44416dafe85bebb4e5d2ed40e84be4..b90cbef558dd3652c409b7767ca2fb32598cf85f 100755
--- a/third_party/mojo/src/mojo/public/tools/dart_analyze.py
+++ b/third_party/mojo/src/mojo/public/tools/dart_analyze.py
@@ -29,6 +29,8 @@ _IGNORED_PATTERNS = [
# TODO: It seems like this should be re-enabled evenutally.
re.compile(r'.*is a part and can not|^Only libraries can be analyzed'),
+ # TODO: Remove this once dev SDK includes Uri.directory constructor.
+ re.compile(r'.*The class \'Uri\' does not have a constructor \'directory\''),
]
def _success(stamp_file):
« no previous file with comments | « third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/generate/generator_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698