mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Re-enable dart:sky in shelldb analyze.
It show 600+ "native" warnings, but those can be ignored for now. R=abarth@chromium.org Review URL: https://codereview.chromium.org/981103002
This commit is contained in:
parent
88df817d43
commit
ebc0dd2c09
@ -208,8 +208,7 @@ class Analyze(object):
|
||||
os.path.join(SRC_ROOT, 'mojo/public/dart/bindings.dart')
|
||||
mojo_core_path = os.path.join(SRC_ROOT, 'mojo/public/dart/core.dart')
|
||||
analyzer_args = [ANALYZER_PATH,
|
||||
# sky_core.dart does not compile cleanly yet. :(
|
||||
# "--url-mapping=dart:sky,%s" % dart_sky_path,
|
||||
"--url-mapping=dart:sky,%s" % dart_sky_path,
|
||||
"--url-mapping=dart:sky_builtin,%s" % sky_builtin_path,
|
||||
"--url-mapping=mojo:bindings,%s" % mojo_bindings_path,
|
||||
"--url-mapping=mojo:core,%s" % mojo_core_path,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user