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

Unified Diff: samples/android_sample/assets/dart/android_extension.dart

Issue 11416343: Refactored Android samples / embedder. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added copyright Created 8 years 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: samples/android_sample/assets/dart/android_extension.dart
diff --git a/samples/android_sample/assets/dart/android_extension.dart b/samples/android_sample/assets/dart/android_extension.dart
index da0b13b237b446e6150a24c6d68bfd121185e953..9df8c8a9abe6bc89f1f805005a043501787c218f 100644
--- a/samples/android_sample/assets/dart/android_extension.dart
+++ b/samples/android_sample/assets/dart/android_extension.dart
@@ -4,8 +4,6 @@
library android_extension;
-import "dart-ext:android_extension";
-
// The simplest way to call native code: top-level functions.
int systemRand() native "SystemRand";
void systemSrand(int seed) native "SystemSrand";

Powered by Google App Engine
This is Rietveld 408576698