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

Unified Diff: samples/openglui/android/custom_rules.xml

Issue 12340036: Android improvements: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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/openglui_embedder.gypi ('k') | samples/openglui/emulator/emulator.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/openglui/android/custom_rules.xml
===================================================================
--- samples/openglui/android/custom_rules.xml (revision 18917)
+++ samples/openglui/android/custom_rules.xml (working copy)
@@ -32,6 +32,11 @@
</exec>
<exec executable="xxd">
<arg value="-r"/>
+ <arg value="../src/chrome.hex"/>
+ <arg value="assets/dart/chrome.png"/>
+ </exec>
+ <exec executable="xxd">
+ <arg value="-r"/>
<arg value="la_ere_gymnopedie.mp3.hex"/>
<arg value="assets/music/la_ere_gymnopedie.mp3"/>
</exec>
« no previous file with comments | « runtime/embedders/openglui/openglui_embedder.gypi ('k') | samples/openglui/emulator/emulator.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698