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

Unified Diff: pkg/compiler/lib/src/js_backend/backend.dart

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, 6 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 | « pkg/compiler/lib/src/dart2js.dart ('k') | sdk/lib/_internal/js_runtime/lib/custom_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js_backend/backend.dart
diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart
index 7489914a3e70deba3fcc2a864191e4b5d8aba83d..7a924df35f7b1dbbba2818eec5d7e6c5e0202da5 100644
--- a/pkg/compiler/lib/src/js_backend/backend.dart
+++ b/pkg/compiler/lib/src/js_backend/backend.dart
@@ -2575,7 +2575,8 @@ class JavaScriptBackend extends Backend {
"math": "_internal/js_runtime/lib/math_patch.dart",
"mirrors": "_internal/js_runtime/lib/mirrors_patch.dart",
"typed_data": "_internal/js_runtime/lib/typed_data_patch.dart",
- "_internal": "_internal/js_runtime/lib/internal_patch.dart"
+ "_internal": "_internal/js_runtime/lib/internal_patch.dart",
+ "custom": "_internal/js_runtime/lib/custom_patch.dart"
Johnni Winther 2016/06/23 12:45:15 All these should be part of the .platform file.
};
@override
« no previous file with comments | « pkg/compiler/lib/src/dart2js.dart ('k') | sdk/lib/_internal/js_runtime/lib/custom_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698