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

Unified Diff: client/html/generated/html/dartium/DeviceOrientationEvent.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
Index: client/html/generated/html/dartium/DeviceOrientationEvent.dart
diff --git a/client/html/generated/html/dartium/DeviceOrientationEvent.dart b/client/html/generated/html/dartium/DeviceOrientationEvent.dart
deleted file mode 100644
index 6beb4f0c32ea5c4ee76963b601f9e6a7e367af5d..0000000000000000000000000000000000000000
--- a/client/html/generated/html/dartium/DeviceOrientationEvent.dart
+++ /dev/null
@@ -1,17 +0,0 @@
-
-class _DeviceOrientationEventImpl extends _EventImpl implements DeviceOrientationEvent {
- _DeviceOrientationEventImpl._wrap(ptr) : super._wrap(ptr);
-
- bool get absolute() => _wrap(_ptr.absolute);
-
- num get alpha() => _wrap(_ptr.alpha);
-
- num get beta() => _wrap(_ptr.beta);
-
- num get gamma() => _wrap(_ptr.gamma);
-
- void initDeviceOrientationEvent(String type, bool bubbles, bool cancelable, num alpha, num beta, num gamma, bool absolute) {
- _ptr.initDeviceOrientationEvent(_unwrap(type), _unwrap(bubbles), _unwrap(cancelable), _unwrap(alpha), _unwrap(beta), _unwrap(gamma), _unwrap(absolute));
- return;
- }
-}
« no previous file with comments | « client/html/generated/html/dartium/DeviceMotionEvent.dart ('k') | client/html/generated/html/dartium/DirectoryElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698