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

Unified Diff: test/generated_sdk/lib/typed_data/typed_data.dart

Issue 955513008: cleans up sdk patching so we no longer have unresolved names (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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 | « test/generated_sdk/lib/math/math.dart ('k') | tool/input_sdk_patch/annotations.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generated_sdk/lib/typed_data/typed_data.dart
diff --git a/test/generated_sdk/lib/typed_data/typed_data.dart b/test/generated_sdk/lib/typed_data/typed_data.dart
index c061970998c88dfb73926e8c448cdf46cac844da..e51eb3971d51166e74be3655a8e38490b1a2e758 100644
--- a/test/generated_sdk/lib/typed_data/typed_data.dart
+++ b/test/generated_sdk/lib/typed_data/typed_data.dart
@@ -6,8 +6,13 @@ library dart.typed_data;
import 'dart:collection';
import 'dart:_internal' show FixedLengthListMixin;
+import 'dart:_native_typed_data';
+import 'dart:_js_helper'
+ show Creates, JavaScriptIndexingBehavior, JSName, Null, Returns, patch;
+import 'dart:_interceptors' show JSIndexable, JSUInt32, JSUInt31;
import 'dart:_internal';
import 'dart:math' as Math;
+import 'dart:_foreign_helper' show JS;
/**
* A sequence of bytes underlying a typed data object.
« no previous file with comments | « test/generated_sdk/lib/math/math.dart ('k') | tool/input_sdk_patch/annotations.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698