Index: tools/dom/docs/lib/docs.dart |
diff --git a/tools/dom/docs/lib/docs.dart b/tools/dom/docs/lib/docs.dart |
index 190a679fa190f25391a123512fad9f4704654e57..0f5927648551fa2f733045209c54339d8c31ada5 100644 |
--- a/tools/dom/docs/lib/docs.dart |
+++ b/tools/dom/docs/lib/docs.dart |
@@ -24,6 +24,7 @@ const List<String> HTML_LIBRARY_NAMES = const ['dart:html', |
'dart:indexed_db', |
'dart:svg', |
'dart:web_audio', |
+ 'dart:web_gl', |
Emily Fortuna
2013/10/24 00:02:20
Dan, Juniper: Is there a reason web_gl wasn't incl
Andrei Mouravski
2013/10/24 22:24:37
A cane toad jumped on my keyboard and deleted just
|
'dart:web_sql']; |
/** |
* Converts the libraries in [HTML_LIBRARY_NAMES] to a json file at [jsonPath] |