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

Side by Side Diff: samples/openglui/android-webgl-raytrace/custom_rules.xml

Issue 13345002: Cleaned up OpenGLUI samples and added Blasteroids. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3 for details. All rights reserved. Use of this source code is governed by a
4 BSD-style license that can be found in the LICENSE file. -->
5
6 <project>
7 <target name="-pre-build">
8 <move file="assets/dart/openglui_raytrace.dart"
9 tofile="assets/dart/main.dart"
10 failonerror="false" />
11 </target>
12 <target name="-pre-compile">
13 </target>
14 <target name="-post-compile">
15 </target>
16 </project>
OLDNEW
« no previous file with comments | « samples/openglui/android-webgl-raytrace/build.xml ('k') | samples/openglui/android-webgl-raytrace/project.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698