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

Side by Side Diff: content/shell/android/javatests/content_shell_test_apk.xml

Issue 10918149: Use checked in keystore to sign debug apks (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 8 years, 3 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
« no previous file with comments | « content/shell/android/java/content_shell_apk.xml ('k') | testing/android/native_test_apk.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 <!-- 2 <!--
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <project name="ContentShellTest" default="debug" basedir="."> 7 <project name="ContentShellTest" default="debug" basedir=".">
8 8
9 <description> 9 <description>
10 Building ContentShellTest.apk 10 Building ContentShellTest.apk
11 </description> 11 </description>
12 12
13 <import file="../../../../build/android/ant/common.xml"/> 13 <import file="../../../../build/android/ant/common.xml"/>
14 <import file="../../../../build/android/ant/sdk-targets.xml"/> 14
15 <property name="target.abi" value="${APP_ABI}"/> 15 <property name="target.abi" value="${APP_ABI}"/>
16 <property name="out.dir" location="${PRODUCT_DIR}/content_shell_test"/> 16 <property name="out.dir" location="${PRODUCT_DIR}/content_shell_test"/>
17 <property name="resource.absolute.dir" value="../res"/> 17 <property name="resource.absolute.dir" value="../res"/>
18 <property name="gen.absolute.dir" value="${out.dir}/gen"/> 18 <property name="gen.absolute.dir" value="${out.dir}/gen"/>
19 <path id="native.libs.gdbserver"> 19 <path id="native.libs.gdbserver">
20 <fileset file="${android.gdbserver}"/> 20 <fileset file="${android.gdbserver}"/>
21 </path> 21 </path>
22 <property name="native.libs.absolute.dir" location="${out.dir}/libs" /> 22 <property name="native.libs.absolute.dir" location="${out.dir}/libs" />
23 <property name="asset.absolute.dir" location="${out.dir}/assets" /> 23 <property name="asset.absolute.dir" location="${out.dir}/assets" />
24 24
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 includes="**/*.class" 73 includes="**/*.class"
74 src="${PRODUCT_DIR}/lib.java/chromium_net_javatests.jar"/> 74 src="${PRODUCT_DIR}/lib.java/chromium_net_javatests.jar"/>
75 </jar> 75 </jar>
76 76
77 </target> 77 </target>
78 78
79 <!-- Classpath for javac --> 79 <!-- Classpath for javac -->
80 <path id="javac.custom.classpath"> 80 <path id="javac.custom.classpath">
81 <path refid="out.dex.jar.input.ref"/> 81 <path refid="out.dex.jar.input.ref"/>
82 </path> 82 </path>
83 <import file="../../../../build/android/ant/sdk-targets.xml"/>
83 <import file="${sdk.dir}/tools/ant/build.xml" /> 84 <import file="${sdk.dir}/tools/ant/build.xml" />
84 85
85 </project> 86 </project>
OLDNEW
« no previous file with comments | « content/shell/android/java/content_shell_apk.xml ('k') | testing/android/native_test_apk.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698