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

Unified Diff: build/android/ant/chromium-apk.xml

Issue 12963009: Split apk-build.xml into 3 steps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/ant/apk-package.xml ('k') | build/android/ant/create-test-jar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/ant/chromium-apk.xml
diff --git a/build/android/ant/chromium-apk.xml b/build/android/ant/chromium-apk.xml
deleted file mode 100644
index 6c86f886f761f9d3096fc1e7478591f6c293f5d2..0000000000000000000000000000000000000000
--- a/build/android/ant/chromium-apk.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<!--
- 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 default="error">
- <property name="ant.project.name" value="${APK_NAME}"/>
- <!--
- Gyp will pass CONFIGURATION_NAME as the target for ant to build. These targets will call the
- appropriate sdk tools target.
- -->
- <target name="Debug" depends="debug"/>
- <target name="Release" depends="release"/>
- <target name="error">
- <fail message="CONFIGURATION_NAME should be passed as a target to ant."/>
- </target>
-
- <description>
- Building ${ant.project.name}.apk
- </description>
- <import file="common.xml"/>
-
- <!-- TODO(cjhopman): Remove this property when all gyp files define the CHROMIUM_SRC property. -->
- <property name="CHROMIUM_SRC" value="${PRODUCT_DIR}/../.." />
-
- <import file="apk-build.xml"/>
-</project>
-
« no previous file with comments | « build/android/ant/apk-package.xml ('k') | build/android/ant/create-test-jar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698