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

Side by Side Diff: sdk/lib/custom.platform

Issue 2098493002: WIP: Add custom platform library. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Add argument. Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # The platform for running dart on the web with dart2js. 5 # The platform for running dart on the web with dart2js.
6 # 6 #
7 # Includes dart:html and associated libraries. 7 # Includes dart:html and associated libraries.
8 # Does not include dart:io. 8 # Does not include dart:io.
9 9
10 [dart-spec] 10 [dart-spec]
(...skipping 28 matching lines...) Expand all
39 _js_helper: _internal/js_runtime/lib/js_helper.dart 39 _js_helper: _internal/js_runtime/lib/js_helper.dart
40 _interceptors: _internal/js_runtime/lib/interceptors.dart 40 _interceptors: _internal/js_runtime/lib/interceptors.dart
41 _foreign_helper: _internal/js_runtime/lib/foreign_helper.dart 41 _foreign_helper: _internal/js_runtime/lib/foreign_helper.dart
42 _isolate_helper: _internal/js_runtime/lib/isolate_helper.dart 42 _isolate_helper: _internal/js_runtime/lib/isolate_helper.dart
43 _js_mirrors: _internal/js_runtime/lib/js_mirrors.dart 43 _js_mirrors: _internal/js_runtime/lib/js_mirrors.dart
44 _js_names: _internal/js_runtime/lib/js_names.dart 44 _js_names: _internal/js_runtime/lib/js_names.dart
45 _js_primitives: _internal/js_runtime/lib/js_primitives.dart 45 _js_primitives: _internal/js_runtime/lib/js_primitives.dart
46 _js_embedded_names: _internal/js_runtime/lib/shared/embedded_names.dart 46 _js_embedded_names: _internal/js_runtime/lib/shared/embedded_names.dart
47 _async_await_error_codes: _internal/js_runtime/lib/shared/async_await_error_code s.dart 47 _async_await_error_codes: _internal/js_runtime/lib/shared/async_await_error_code s.dart
48 _metadata: html/html_common/metadata.dart 48 _metadata: html/html_common/metadata.dart
49 _mirror_helper: unsupported: 49 _mirror_helper: unsupported:
50 custom: custom/custom.dart
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698