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

Unified Diff: tool/input_sdk/lib/_internal/pub/asset/dart/core_stubs/metadata.dart

Issue 1020043002: Replace dart_core.js with actual compiled SDK (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merge Created 5 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: tool/input_sdk/lib/_internal/pub/asset/dart/core_stubs/metadata.dart
diff --git a/tool/input_sdk/lib/_internal/pub/asset/dart/core_stubs/metadata.dart b/tool/input_sdk/lib/_internal/pub/asset/dart/core_stubs/metadata.dart
deleted file mode 100644
index e92abf860764c0ee003a9de2bdbfec97a8d3fd83..0000000000000000000000000000000000000000
--- a/tool/input_sdk/lib/_internal/pub/asset/dart/core_stubs/metadata.dart
+++ /dev/null
@@ -1 +0,0 @@
-library metadata; class SupportedBrowser { static const CHROME = "Chrome"; static const FIREFOX = "Firefox"; static const IE = "Internet Explorer"; static const OPERA = "Opera"; static const SAFARI = "Safari"; String get browserName => throw new UnsupportedError("SupportedBrowser.browserName is unsupported on this platform."); String get minimumVersion => throw new UnsupportedError("SupportedBrowser.minimumVersion is unsupported on this platform."); const SupportedBrowser(String browserName, [String minimumVersion]); } class Experimental { const Experimental(); } class DomName { String get name => throw new UnsupportedError("DomName.name is unsupported on this platform."); const DomName(String name); } class DocsEditable { const DocsEditable(); } class Unstable { const Unstable(); }

Powered by Google App Engine
This is Rietveld 408576698