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

Side by Side Diff: webrtc/examples/androidtests/build.xml

Issue 1235563006: Move talk/examples/* to webrtc/examples. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 201508051337 Created 5 years, 4 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="AppRTCDemoTest" default="help"> 2 <project name="AppRTCDemoTest" 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 ant.properties file can be created by you. It is only edited by the 9 <!-- The ant.properties file can be created by you. It is only edited by the
10 'android' tool to add properties to it. 10 'android' tool to add properties to it.
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 *********************** 83 ***********************
84 ****** IMPORTANT ****** 84 ****** IMPORTANT ******
85 *********************** 85 ***********************
86 In all cases you must update the value of version-tag below to read 'cu stom' instead of an integer, 86 In all cases you must update the value of version-tag below to read 'cu stom' instead of an integer,
87 in order to avoid having your file be overridden by tools such as "andr oid update project" 87 in order to avoid having your file be overridden by tools such as "andr oid update project"
88 --> 88 -->
89 <!-- version-tag: 1 --> 89 <!-- version-tag: 1 -->
90 <import file="${sdk.dir}/tools/ant/build.xml" /> 90 <import file="${sdk.dir}/tools/ant/build.xml" />
91 91
92 </project> 92 </project>
OLDNEW
« no previous file with comments | « webrtc/examples/androidtests/ant.properties ('k') | webrtc/examples/androidtests/project.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698