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

Unified Diff: sdk/lib/_internal/compiler/implementation/compiler.dart

Issue 11958026: Stubbing out the initial library for Chrome application support. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removing native support for dart:chrome Created 7 years, 11 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 | « no previous file | sdk/lib/_internal/libraries.dart » ('j') | sdk/lib/chrome/dart2js/chrome_dart2js.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8f8e077459cd3a9e837338147753d70b210cdc7f..75a1eaacbc5fbe8e619089f933edfa3dd9f52158 100644
--- a/sdk/lib/_internal/compiler/implementation/compiler.dart
+++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
@@ -594,6 +594,7 @@ abstract class Compiler implements DiagnosticListener {
'dart/tests/compiler/dart2js_native');
if (nativeTest
|| libraryName == 'dart:async'
+ || libraryName == 'dart:chrome'
|| libraryName == 'dart:mirrors'
|| libraryName == 'dart:math'
|| libraryName == 'dart:html'
« no previous file with comments | « no previous file | sdk/lib/_internal/libraries.dart » ('j') | sdk/lib/chrome/dart2js/chrome_dart2js.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698