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

Unified Diff: utils/archive/dart_archive.h

Issue 10842002: Add the beginnings of a Dart wrapper for libarchive. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge Created 8 years, 5 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 | « utils/archive/archive.dart ('k') | utils/archive/dart_archive.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/archive/dart_archive.h
diff --git a/lib/dom/src/dart2js_DOMTypeJs.dart b/utils/archive/dart_archive.h
similarity index 60%
copy from lib/dom/src/dart2js_DOMTypeJs.dart
copy to utils/archive/dart_archive.h
index a3140905b6899cc154dc7315c7cf99234975806a..67bb916e81acf57d6c5e98497502f2a0d6d42c76 100644
--- a/lib/dom/src/dart2js_DOMTypeJs.dart
+++ b/utils/archive/dart_archive.h
@@ -2,9 +2,11 @@
// 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.
-class _DOMTypeJs implements DOMType native '*DOMType' {
+#ifndef DART_ARCHIVE_H_
+#define DART_ARCHIVE_H_
- var dartObjectLocalStorage;
+#include "dart_api.h"
+#include "archive.h"
+#include "archive_entry.h"
- String get typeName() native;
-}
+#endif // DART_ARCHIVE_H_
« no previous file with comments | « utils/archive/archive.dart ('k') | utils/archive/dart_archive.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698