Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/compiler.dart |
| diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart |
| index 75a1eaacbc5fbe8e619089f933edfa3dd9f52158..995fa86dab4ec99783ddb9729f7435833dcf1b4c 100644 |
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart |
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart |
| @@ -603,6 +603,7 @@ abstract class Compiler implements DiagnosticListener { |
| || libraryName == 'dart:svg' |
| || libraryName == 'dart:web_audio') { |
| if (nativeTest |
| + || libraryName == 'dart:chrome' |
|
blois
2013/01/23 02:06:12
Probably want to break this out into a separate CL
sashab
2013/01/23 04:45:34
Done: https://codereview.chromium.org/12051031
|
| || libraryName == 'dart:html' |
| || libraryName == 'dart:html_common' |
| || libraryName == 'dart:indexed_db' |