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

Side by Side Diff: platform_tools/android/visualbench/build.xml

Issue 1164403002: Visual bench on native android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tiny cleanup Created 5 years, 6 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <project name="SkiaAndroid" default="help"> 2 <project name="VisualBench" default="help">
3 3
4 <!-- The local.properties file is created and updated by the 'android' tool. 4 <!-- The local.properties file is created and updated by the 'android' tool.
5 It contains the path to the SDK. It should *NOT* be checked into 5 It contains the path to the SDK. It should *NOT* be checked into
6 Version Control Systems. --> 6 Version Control Systems. -->
7 <property file="local.properties" /> 7 <property file="local.properties" />
8 8
9 <!-- The project.properties file is created and updated by the 'android' 9 <!-- The project.properties file is created and updated by the 'android'
10 tool, as well as ADT. 10 tool, as well as ADT.
11 11
12 This contains project specific properties such as project target, and l ibrary 12 This contains project specific properties such as project target, and l ibrary
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 *********************** 52 ***********************
53 ****** IMPORTANT ****** 53 ****** IMPORTANT ******
54 *********************** 54 ***********************
55 In all cases you must update the value of version-tag below to read 'cu stom' instead of an integer, 55 In all cases you must update the value of version-tag below to read 'cu stom' instead of an integer,
56 in order to avoid having your file be overridden by tools such as "andr oid update project" 56 in order to avoid having your file be overridden by tools such as "andr oid update project"
57 --> 57 -->
58 <!-- version-tag: 1 --> 58 <!-- version-tag: 1 -->
59 <import file="${sdk.dir}/tools/ant/build.xml" /> 59 <import file="${sdk.dir}/tools/ant/build.xml" />
60 60
61 </project> 61 </project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698