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

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

Issue 10911131: Upstream JavaBridge tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing check_deps failure Created 8 years, 2 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 | « content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeTestBase.java ('k') | no next file » | 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
(...skipping 12 matching lines...) Expand all
23 check-exists="false"/> 23 check-exists="false"/>
24 <!-- Set the output directory for the final apk to the ${apks.dir}. --> 24 <!-- Set the output directory for the final apk to the ${apks.dir}. -->
25 <property-location name="out.final.file" 25 <property-location name="out.final.file"
26 location="${apks.dir}/${ant.project.name}-debug.apk" 26 location="${apks.dir}/${ant.project.name}-debug.apk"
27 check-exists="false"/> 27 check-exists="false"/>
28 <property name="generate.test.jar" value="true"/> 28 <property name="generate.test.jar" value="true"/>
29 29
30 <property-location name="contentshell.classes.dir" 30 <property-location name="contentshell.classes.dir"
31 location="${PRODUCT_DIR}/content_shell/classes"/> 31 location="${PRODUCT_DIR}/content_shell/classes"/>
32 32
33 <path id="javac.custom.sourcepath">
34 <pathelement location="../../../public/android/javatests/src"/>
35 </path>
36
33 <path id="out.dex.jar.input.ref"> 37 <path id="out.dex.jar.input.ref">
34 <filelist files="${INPUT_JARS_PATHS}"/> 38 <filelist files="${INPUT_JARS_PATHS}"/>
35 <pathelement location="${contentshell.classes.dir}"/> 39 <pathelement location="${contentshell.classes.dir}"/>
36 </path> 40 </path>
37 41
38 <!-- Classpath for javac --> 42 <!-- Classpath for javac -->
39 <path id="javac.custom.classpath"> 43 <path id="javac.custom.classpath">
40 <path refid="out.dex.jar.input.ref"/> 44 <path refid="out.dex.jar.input.ref"/>
41 </path> 45 </path>
42 46
43 <import file="../../../../build/android/ant/sdk-targets.xml"/> 47 <import file="../../../../build/android/ant/sdk-targets.xml"/>
44 <import file="${sdk.dir}/tools/ant/build.xml"/> 48 <import file="${sdk.dir}/tools/ant/build.xml"/>
45 </project> 49 </project>
OLDNEW
« no previous file with comments | « content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeTestBase.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698