| Index: android_webview/javatests/android_webview_test_apk.xml
|
| diff --git a/android_webview/javatests/android_webview_test_apk.xml b/android_webview/javatests/android_webview_test_apk.xml
|
| deleted file mode 100644
|
| index be69198cdbf50ddb1d626866f17de37cc3e2145b..0000000000000000000000000000000000000000
|
| --- a/android_webview/javatests/android_webview_test_apk.xml
|
| +++ /dev/null
|
| @@ -1,43 +0,0 @@
|
| -<?xml version="1.0" encoding="UTF-8"?>
|
| -<!--
|
| - Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| - Use of this source code is governed by a BSD-style license that can be
|
| - found in the LICENSE file.
|
| --->
|
| -<project name="AndroidWebViewTest" default="debug" basedir=".">
|
| -
|
| - <description>
|
| - Building AndroidWebViewTest.apk
|
| - </description>
|
| - <import file="../../build/android/ant/common.xml"/>
|
| -
|
| - <property-value name="target.abi" value="${APP_ABI}"/>
|
| - <property-location name="out.dir" location="${PRODUCT_DIR}/android_webview_test"
|
| - check-exists="false"/>
|
| - <property name="resource.absolute.dir" value="${RESOURCE_DIR}"/>
|
| - <property name="gen.absolute.dir" value="${out.dir}/gen"/>
|
| - <property name="native.libs.absolute.dir" location="${out.dir}/libs"/>
|
| - <property name="asset.absolute.dir" location="${out.dir}/assets"/>
|
| - <!-- Set the output directory for the final apk to the ${apks.dir}. -->
|
| - <property-location name="out.final.file"
|
| - location="${apks.dir}/${ant.project.name}-debug.apk"
|
| - check-exists="false"/>
|
| - <property name="generate.test.jar" value="true"/>
|
| -
|
| - <path id="javac.srcdirs.additional">
|
| - <filelist files="${ADDITIONAL_SRC_DIRS}"/>
|
| - <filelist files="${GENERATED_SRC_DIRS}"/>
|
| - </path>
|
| -
|
| - <path id="out.dex.jar.input.ref">
|
| - <filelist files="${INPUT_JARS_PATHS}"/>
|
| - </path>
|
| -
|
| - <!-- Classpath for javac -->
|
| - <path id="javac.custom.classpath">
|
| - <path refid="out.dex.jar.input.ref"/>
|
| - </path>
|
| -
|
| - <import file="../../build/android/ant/sdk-targets.xml"/>
|
| - <import file="${sdk.dir}/tools/ant/build.xml"/>
|
| -</project>
|
|
|