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

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

Issue 10905138: Add test jar generation logic for ant builds. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix indent in base.gyp. 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 side-by-side diff with in-line comments
Download patch
Index: build/android/ant/chromium-jars.xml
diff --git a/build/android/ant/chromium-jars.xml b/build/android/ant/chromium-jars.xml
index 952147368b4ba83e050b99364cfce0843250b9f8..f0d5334f09868fc5767bd006c04fd191066638fd 100644
--- a/build/android/ant/chromium-jars.xml
+++ b/build/android/ant/chromium-jars.xml
@@ -47,7 +47,7 @@
<!-- Create the time stamp -->
<tstamp/>
<!-- Create the build directory structure used by compile -->
- <mkdir dir="${lib.dir}"/>
+ <mkdir dir="${lib.java.dir}"/>
cjhopman 2012/09/06 22:33:41 Remove the mkdir here. Should now be made by the n
shashi 2012/09/07 00:41:33 Done.
<mkdir dir="${dest.dir}"/>
<!-- Remove all .class files from dest.dir. This prevents inclusion of
@@ -93,7 +93,7 @@
time should still be updated. Otherwise, this target will continue to
be rebuilt in future builds.
-->
- <touch file="${lib.dir}/chromium_${PACKAGE_NAME}.jar"/>
+ <touch file="${lib.java.dir}/chromium_${PACKAGE_NAME}.jar"/>
</target>
<target name="clean" description="clean up">

Powered by Google App Engine
This is Rietveld 408576698