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

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: Fix type error on playBackground 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
« no previous file with comments | « samples/android_sample/android_sample.gyp ('k') | samples/android_sample/build.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bcf7ad15b636419ce23d5f71a8e64d44735bf19f..b3c653e374aa26fa0cc700e14aaa0dd3a3434c28 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";
« no previous file with comments | « samples/android_sample/android_sample.gyp ('k') | samples/android_sample/build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698