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

Unified Diff: base/android/java/base.xml

Issue 10386188: Fix ninja build for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: and finally apk_test.gypi Created 8 years, 7 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 | « no previous file | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/java/base.xml
diff --git a/base/android/java/base.xml b/base/android/java/base.xml
index 4bb3387369e4df94878cdb1786d5aeba148b008d..f7023cb568492eacecd6eb044cbaa8d6b141ba6c 100644
--- a/base/android/java/base.xml
+++ b/base/android/java/base.xml
@@ -52,7 +52,7 @@
<target name="dist" depends="compile"
description="generate the distribution" >
<!-- Create the distribution directory -->
- <mkdir dir="${dist}/lib"/>
+ <mkdir dir="${out.dir}"/>
<jar jarfile="${out.dir}/chromium_base.jar" basedir="${dest.dir}"/>
</target>
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698