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

Unified Diff: sdk/lib/_internal/libraries.dart

Issue 12851013: Adding web_gl library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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: sdk/lib/_internal/libraries.dart
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
index 2c5891ce14d04b28175936e5adf49f80a61dacab..d1a80f60e77b7cb7aae0503625bb45176bc26e43 100644
--- a/sdk/lib/_internal/libraries.dart
+++ b/sdk/lib/_internal/libraries.dart
@@ -109,6 +109,11 @@ const Map<String, LibraryInfo> LIBRARIES = const {
category: "Client",
dart2jsPath: "web_audio/dart2js/web_audio_dart2js.dart"),
+ "web_gl": const LibraryInfo(
+ "web_gl/dartium/web_gl_dartium.dart",
+ category: "Client",
+ dart2jsPath: "web_gl/dart2js/web_gl_dart2js.dart"),
+
"web_sql": const LibraryInfo(
"web_sql/dartium/web_sql_dartium.dart",
category: "Client",

Powered by Google App Engine
This is Rietveld 408576698