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

Unified Diff: base/test/android/native_test_apk.xml

Issue 9852004: Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128680 in GYP phse, this … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « base/test/android/native_test.gyp ('k') | base/test/android/native_test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/android/native_test_apk.xml
===================================================================
--- base/test/android/native_test_apk.xml (revision 128684)
+++ base/test/android/native_test_apk.xml (working copy)
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="ChromeNativeTests" default="debug" basedir=".">
-
- <description>
- Building native test runner ChromeNativeTests.apk
- </description>
-
- <property environment="env"/>
- <property name="sdk.dir" location="${env.ANDROID_SDK_ROOT}"/>
- <property name="source.dir" location="java"/>
- <property name="target" value="android-14"/>
-
- <!-- We expect PRODUCT_DIR to be set like the gyp var
- (e.g. $ROOT/out/Debug) -->
- <!-- TODO(jrg): ideally we need this to run before -build-setup, where
- directories are made based on this variable. -->
- <target name="-pre-build">
- <if>
- <condition>
- <isset property="PRODUCT_DIR" />
- </condition>
- <else>
- <fail message="PRODUCT_DIR env var not set?" />
- </else>
- </if>
- </target>
-
- <property name="out.dir" location="${PRODUCT_DIR}"/>
-
- <!-- TODO(jrg): should I make these directories specific to the apk? -->
- <property name="resource.absolute.dir" value="${out.dir}/res"/>
- <property name="gen.absolute.dir" value="${out.dir}/gen"/>
- <property name="jar.libs.dir" value="${out.dir}/java/libs"/>
-
- <import file="${sdk.dir}/tools/ant/build.xml" />
-
-</project>
« no previous file with comments | « base/test/android/native_test.gyp ('k') | base/test/android/native_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698