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

Unified Diff: sdk/lib/js/dartium/cached_patches.dart

Issue 1898163002: Generate cached_patches.dart using new Dartium swtich (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | sdk/lib/js/dartium/js_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/js/dartium/cached_patches.dart
diff --git a/sdk/lib/js/dartium/cached_patches.dart b/sdk/lib/js/dartium/cached_patches.dart
index 34a56f4906950f5ba329335f9979f1bed977e458..81edc87afd1731142ccb821f7514f24ce82ad0fd 100644
--- a/sdk/lib/js/dartium/cached_patches.dart
+++ b/sdk/lib/js/dartium/cached_patches.dart
@@ -7,7 +7,8 @@
library cached_patches;
-var cached_patches = {"dart:html": ["dart:html", "dart:html_js_interop_patch.dart", """import 'dart:js' as js_library;
+var cached_patches = {
+"dart:html": ["dart:html", "dart:html_js_interop_patch.dart", """import 'dart:js' as js_library;
/**
* Placeholder object for cases where we need to determine exactly how many
@@ -4048,7 +4049,8 @@ class _XMLHttpRequestProgressEventImpl extends _XMLHttpRequestProgressEvent impl
toString() => super.toString();
}
-"""],"dart:indexed_db": ["dart:indexed_db", "dart:indexed_db_js_interop_patch.dart", """import 'dart:js' as js_library;
+"""],
+"dart:indexed_db": ["dart:indexed_db", "dart:indexed_db_js_interop_patch.dart", """import 'dart:js' as js_library;
/**
* Placeholder object for cases where we need to determine exactly how many
@@ -4156,7 +4158,8 @@ class VersionChangeEventImpl extends VersionChangeEvent implements js_library.JS
toString() => super.toString();
}
-"""],"dart:web_gl": ["dart:web_gl", "dart:web_gl_js_interop_patch.dart", """import 'dart:js' as js_library;
+"""],
+"dart:web_gl": ["dart:web_gl", "dart:web_gl_js_interop_patch.dart", """import 'dart:js' as js_library;
/**
* Placeholder object for cases where we need to determine exactly how many
@@ -4552,7 +4555,8 @@ class _WebGLRenderingContextBaseImpl extends _WebGLRenderingContextBase implemen
toString() => super.toString();
}
-"""],"dart:web_sql": ["dart:web_sql", "dart:web_sql_js_interop_patch.dart", """import 'dart:js' as js_library;
+"""],
+"dart:web_sql": ["dart:web_sql", "dart:web_sql_js_interop_patch.dart", """import 'dart:js' as js_library;
/**
* Placeholder object for cases where we need to determine exactly how many
@@ -4606,7 +4610,8 @@ class SqlTransactionImpl extends SqlTransaction implements js_library.JSObjectIn
toString() => super.toString();
}
-"""],"dart:svg": ["dart:svg", "dart:svg_js_interop_patch.dart", """import 'dart:js' as js_library;
+"""],
+"dart:svg": ["dart:svg", "dart:svg_js_interop_patch.dart", """import 'dart:js' as js_library;
/**
* Placeholder object for cases where we need to determine exactly how many
@@ -5758,7 +5763,8 @@ class _SVGMPathElementImpl extends _SVGMPathElement implements js_library.JSObje
toString() => super.toString();
}
-"""],"dart:web_audio": ["dart:web_audio", "dart:web_audio_js_interop_patch.dart", """import 'dart:js' as js_library;
+"""],
+"dart:web_audio": ["dart:web_audio", "dart:web_audio_js_interop_patch.dart", """import 'dart:js' as js_library;
/**
* Placeholder object for cases where we need to determine exactly how many
@@ -6019,5 +6025,7 @@ class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn
toString() => super.toString();
}
-"""],};
+"""],
+
+};
// END_OF_CACHED_PATCHES
« no previous file with comments | « no previous file | sdk/lib/js/dartium/js_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698