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

Unified Diff: client/html/generated/html/frog/IDBKeyRange.dart

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « client/html/generated/html/frog/IDBKey.dart ('k') | client/html/generated/html/frog/IDBObjectStore.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/generated/html/frog/IDBKeyRange.dart
diff --git a/client/html/generated/html/frog/IDBKeyRange.dart b/client/html/generated/html/frog/IDBKeyRange.dart
deleted file mode 100644
index b259b5d71f8f3a3d0875069924befac06653bdb2..0000000000000000000000000000000000000000
--- a/client/html/generated/html/frog/IDBKeyRange.dart
+++ /dev/null
@@ -1,19 +0,0 @@
-
-class _IDBKeyRangeImpl implements IDBKeyRange native "*IDBKeyRange" {
-
- final _IDBKeyImpl lower;
-
- final bool lowerOpen;
-
- final _IDBKeyImpl upper;
-
- final bool upperOpen;
-
- _IDBKeyRangeImpl bound(_IDBKeyImpl lower, _IDBKeyImpl upper, [bool lowerOpen = null, bool upperOpen = null]) native;
-
- _IDBKeyRangeImpl lowerBound(_IDBKeyImpl bound, [bool open = null]) native;
-
- _IDBKeyRangeImpl only(_IDBKeyImpl value) native;
-
- _IDBKeyRangeImpl upperBound(_IDBKeyImpl bound, [bool open = null]) native;
-}
« no previous file with comments | « client/html/generated/html/frog/IDBKey.dart ('k') | client/html/generated/html/frog/IDBObjectStore.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698