| Index: pkg/compiler/lib/src/native/native.dart
|
| diff --git a/pkg/compiler/lib/src/native/native.dart b/pkg/compiler/lib/src/native/native.dart
|
| index ad88cbeee7dceb33323234ddac92f989feeee1af..487832b6c11060ac2613e30fd15a665d1fff60e7 100644
|
| --- a/pkg/compiler/lib/src/native/native.dart
|
| +++ b/pkg/compiler/lib/src/native/native.dart
|
| @@ -63,6 +63,8 @@ bool maybeEnableNative(Compiler compiler,
|
| String libraryName = library.canonicalUri.toString();
|
| if (library.entryCompilationUnit.script.name.contains(
|
| 'sdk/tests/compiler/dart2js_native')
|
| + || library.entryCompilationUnit.script.name.contains(
|
| + 'sdk/tests/compiler/dart2js_extra')
|
| || libraryName == 'dart:async'
|
| || libraryName == 'dart:html'
|
| || libraryName == 'dart:html_common'
|
|
|