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

Unified Diff: tools/dart/patch_sdk.diff

Issue 1229953008: Update Dart SDK to 1.12.0-dev.3.1 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tools/skyanalyzer ('k') | tools/dart/update.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dart/patch_sdk.diff
diff --git a/tools/dart/patch_sdk.diff b/tools/dart/patch_sdk.diff
deleted file mode 100644
index 378ddd1b90c352b45dac5dc5c2c57b6582794c12..0000000000000000000000000000000000000000
--- a/tools/dart/patch_sdk.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-Index: sdk/lib/_internal/libraries.dart
-===================================================================
---- sdk/lib/_internal/libraries.dart (revision 44413)
-+++ sdk/lib/_internal/libraries.dart (working copy)
-@@ -117,6 +117,14 @@
- maturity: Maturity.STABLE,
- dart2jsPatchPath: "_internal/compiler/js_lib/typed_data_patch.dart"),
-
-+ "mojo.internal": const LibraryInfo(
-+ "../../../../mojo/public/dart/sdk_ext/internal.dart",
-+ maturity: Maturity.STABLE),
-+
-+ "sky": const LibraryInfo(
-+ "../../../../out/Debug/gen/sky/bindings/dart_sky.dart",
-+ maturity: Maturity.STABLE),
-+
- "_native_typed_data": const LibraryInfo(
- "_internal/compiler/js_lib/native_typed_data.dart",
- category: "Internal",
« no previous file with comments | « sky/tools/skyanalyzer ('k') | tools/dart/update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698