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

Unified Diff: tools/dom/templates/html/dartium/web_sql_dartium.darttemplate

Issue 2978213002: Removed DARTIUM codegen for IDLS (sdk/lib/dartium) (Closed)
Patch Set: Update generated darttemplate Created 3 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
Index: tools/dom/templates/html/dartium/web_sql_dartium.darttemplate
diff --git a/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate b/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate
deleted file mode 100644
index 03135a313079fa7d1838fdd9961ee751f84545a7..0000000000000000000000000000000000000000
--- a/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate
+++ /dev/null
@@ -1,32 +0,0 @@
-
-// DO NOT EDIT - unless you are editing documentation as per:
-// https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation
-// Auto-generated dart:audio library.
-
-/**
- * An API for storing data in the browser that can be queried with SQL.
- *
- * **Caution:** this specification is no longer actively maintained by the Web
- * Applications Working Group and may be removed at any time.
- * See [the W3C Web SQL Database specification](http://www.w3.org/TR/webdatabase/)
- * for more information.
- *
- * The [dart:indexed_db] APIs is a recommended alternatives.
- */
-library dart.dom.web_sql;
-
-import 'dart:async';
-import 'dart:collection';
-import 'dart:_internal';
-import 'dart:html';
-import 'dart:html_common';
-import 'dart:nativewrappers';
-import 'dart:_blink' as _blink;
-import 'dart:js' as js;
-
-$!GENERATED_DART_FILES
-// FIXME: Can we make this private?
-@Deprecated("Internal Use Only")
-final web_sqlBlinkMap = {
-$!TYPE_MAP
-};

Powered by Google App Engine
This is Rietveld 408576698