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

Unified Diff: client/dom/generated/src/wrapping/_DeviceOrientationEventWrappingImplementation.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/dom/generated/src/wrapping/_DeviceOrientationEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DeviceOrientationEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DeviceOrientationEventWrappingImplementation.dart
deleted file mode 100644
index 4413ba0a696f2832e5932fb20c3e8594d96b22e2..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/wrapping/_DeviceOrientationEventWrappingImplementation.dart
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-// WARNING: Do not edit - generated code.
-
-class _DeviceOrientationEventWrappingImplementation extends _EventWrappingImplementation implements DeviceOrientationEvent {
- _DeviceOrientationEventWrappingImplementation() : super() {}
-
- static create__DeviceOrientationEventWrappingImplementation() native {
- return new _DeviceOrientationEventWrappingImplementation();
- }
-
- bool get absolute() { return _get_absolute(this); }
- static bool _get_absolute(var _this) native;
-
- num get alpha() { return _get_alpha(this); }
- static num _get_alpha(var _this) native;
-
- num get beta() { return _get_beta(this); }
- static num _get_beta(var _this) native;
-
- num get gamma() { return _get_gamma(this); }
- static num _get_gamma(var _this) native;
-
- void initDeviceOrientationEvent(String type, bool bubbles, bool cancelable, num alpha, num beta, num gamma, bool absolute) {
- _initDeviceOrientationEvent(this, type, bubbles, cancelable, alpha, beta, gamma, absolute);
- return;
- }
- static void _initDeviceOrientationEvent(receiver, type, bubbles, cancelable, alpha, beta, gamma, absolute) native;
-
- String get typeName() { return "DeviceOrientationEvent"; }
-}

Powered by Google App Engine
This is Rietveld 408576698