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

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
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>

Powered by Google App Engine
This is Rietveld 408576698