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

Unified Diff: pkg/dev_compiler/tool/input_sdk/lib/html/dart2js/nativewrappers.dart

Issue 2740573003: Fix dangling ddc references in libraries.dart (Closed)
Patch Set: Add file Created 3 years, 9 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
Index: pkg/dev_compiler/tool/input_sdk/lib/html/dart2js/nativewrappers.dart
diff --git a/pkg/dev_compiler/tool/input_sdk/lib/html/dart2js/nativewrappers.dart b/pkg/dev_compiler/tool/input_sdk/lib/html/dart2js/nativewrappers.dart
new file mode 100644
index 0000000000000000000000000000000000000000..bd33769c415c79b121fec232736372c6b923f6fe
--- /dev/null
+++ b/pkg/dev_compiler/tool/input_sdk/lib/html/dart2js/nativewrappers.dart
@@ -0,0 +1,7 @@
+// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
+// This is a dummy library that is referred from dart:io. It's only used for
+// the VM.
+library dart.nativewrappers;

Powered by Google App Engine
This is Rietveld 408576698