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

Side by Side Diff: samples/openglui/android/build.xml

Issue 12021025: Merge the openglui samples into one. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix emulator sample build Created 7 years, 11 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
« no previous file with comments | « samples/openglui/android/android.gyp ('k') | samples/openglui/android/custom_rules.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 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 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. --> 4 BSD-style license that can be found in the LICENSE file. -->
5 5
6 <project name="NativeActivity" default="help"> 6 <project name="NativeActivity" default="help">
7 7
8 <!-- The local.properties file is created and updated by the 'android' tool. 8 <!-- The local.properties file is created and updated by the 'android' tool.
9 It contains the path to the SDK. It should *NOT* be checked into 9 It contains the path to the SDK. It should *NOT* be checked into
10 Version Control Systems. --> 10 Version Control Systems. -->
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 *********************** 87 ***********************
88 ****** IMPORTANT ****** 88 ****** IMPORTANT ******
89 *********************** 89 ***********************
90 In all cases you must update the value of version-tag below to read 'cu stom' instead of an integer, 90 In all cases you must update the value of version-tag below to read 'cu stom' instead of an integer,
91 in order to avoid having your file be overridden by tools such as "andr oid update project" 91 in order to avoid having your file be overridden by tools such as "andr oid update project"
92 --> 92 -->
93 <!-- version-tag: 1 --> 93 <!-- version-tag: 1 -->
94 <import file="${sdk.dir}/tools/ant/build.xml" /> 94 <import file="${sdk.dir}/tools/ant/build.xml" />
95 95
96 </project> 96 </project>
OLDNEW
« no previous file with comments | « samples/openglui/android/android.gyp ('k') | samples/openglui/android/custom_rules.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698