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

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

Issue 12049030: Initial commit for Chrome.* APIs in Dart (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/chrome/dart2js/chrome_dart2js.dart » ('j') | tools/dom/src/chrome/_utils.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 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'
« no previous file with comments | « no previous file | sdk/lib/chrome/dart2js/chrome_dart2js.dart » ('j') | tools/dom/src/chrome/_utils.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698