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

Unified Diff: client/html/generated/html/dartium/AnchorElement.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/AnchorElement.dart
diff --git a/client/html/generated/html/dartium/AnchorElement.dart b/client/html/generated/html/dartium/AnchorElement.dart
deleted file mode 100644
index d79d51947128d3c5a9e07071bdb15e8863ac2129..0000000000000000000000000000000000000000
--- a/client/html/generated/html/dartium/AnchorElement.dart
+++ /dev/null
@@ -1,86 +0,0 @@
-
-class _AnchorElementImpl extends _ElementImpl implements AnchorElement {
- _AnchorElementImpl._wrap(ptr) : super._wrap(ptr);
-
- String get charset() => _wrap(_ptr.charset);
-
- void set charset(String value) { _ptr.charset = _unwrap(value); }
-
- String get coords() => _wrap(_ptr.coords);
-
- void set coords(String value) { _ptr.coords = _unwrap(value); }
-
- String get download() => _wrap(_ptr.download);
-
- void set download(String value) { _ptr.download = _unwrap(value); }
-
- String get hash() => _wrap(_ptr.hash);
-
- void set hash(String value) { _ptr.hash = _unwrap(value); }
-
- String get host() => _wrap(_ptr.host);
-
- void set host(String value) { _ptr.host = _unwrap(value); }
-
- String get hostname() => _wrap(_ptr.hostname);
-
- void set hostname(String value) { _ptr.hostname = _unwrap(value); }
-
- String get href() => _wrap(_ptr.href);
-
- void set href(String value) { _ptr.href = _unwrap(value); }
-
- String get hreflang() => _wrap(_ptr.hreflang);
-
- void set hreflang(String value) { _ptr.hreflang = _unwrap(value); }
-
- String get name() => _wrap(_ptr.name);
-
- void set name(String value) { _ptr.name = _unwrap(value); }
-
- String get origin() => _wrap(_ptr.origin);
-
- String get pathname() => _wrap(_ptr.pathname);
-
- void set pathname(String value) { _ptr.pathname = _unwrap(value); }
-
- String get ping() => _wrap(_ptr.ping);
-
- void set ping(String value) { _ptr.ping = _unwrap(value); }
-
- String get port() => _wrap(_ptr.port);
-
- void set port(String value) { _ptr.port = _unwrap(value); }
-
- String get protocol() => _wrap(_ptr.protocol);
-
- void set protocol(String value) { _ptr.protocol = _unwrap(value); }
-
- String get rel() => _wrap(_ptr.rel);
-
- void set rel(String value) { _ptr.rel = _unwrap(value); }
-
- String get rev() => _wrap(_ptr.rev);
-
- void set rev(String value) { _ptr.rev = _unwrap(value); }
-
- String get search() => _wrap(_ptr.search);
-
- void set search(String value) { _ptr.search = _unwrap(value); }
-
- String get shape() => _wrap(_ptr.shape);
-
- void set shape(String value) { _ptr.shape = _unwrap(value); }
-
- String get target() => _wrap(_ptr.target);
-
- void set target(String value) { _ptr.target = _unwrap(value); }
-
- String get type() => _wrap(_ptr.type);
-
- void set type(String value) { _ptr.type = _unwrap(value); }
-
- String toString() {
- return _wrap(_ptr.toString());
- }
-}
« no previous file with comments | « client/html/generated/html/dartium/AbstractWorker.dart ('k') | client/html/generated/html/dartium/Animation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698