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

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

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase 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
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') | third_party/omaha/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698