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

Unified Diff: samples/openglui/android/android.gyp

Issue 12506004: Added window.requestAnimationFrame. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
« no previous file with comments | « runtime/embedders/openglui/common/vm_glue.cc ('k') | samples/openglui/src/openglui_canvas_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/openglui/android/android.gyp
===================================================================
--- samples/openglui/android/android.gyp (revision 19664)
+++ samples/openglui/android/android.gyp (working copy)
@@ -21,7 +21,10 @@
{
'action_name': 'build_app',
'inputs': [
- '<(PRODUCT_DIR)/lib.target/libandroid_embedder.so'
+ '<(PRODUCT_DIR)/lib.target/libandroid_embedder.so',
+ '../../../runtime/embedders/openglui/common/gl.dart',
+ '../src/openglui_raytrace.dart',
+ '../src/openglui_canvas_tests.dart'
],
'outputs': [
'bin/NativeActivity-debug.apk',
« no previous file with comments | « runtime/embedders/openglui/common/vm_glue.cc ('k') | samples/openglui/src/openglui_canvas_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698