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

Unified Diff: media/base/android/java/media.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 | « media/base/android/java/java.gyp ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/java/media.xml
diff --git a/media/base/android/java/media.xml b/media/base/android/java/media.xml
index 8516e3e59f313775377d762e21240e2970d6517a..ab409f6fc805bf6dbcab09d3f407ebf8a18a6400 100644
--- a/media/base/android/java/media.xml
+++ b/media/base/android/java/media.xml
@@ -45,7 +45,7 @@
<target name="dist" depends="compile"
description="generate the distribution" >
<!-- Create the distribution directory -->
- <mkdir dir="${dist}/lib"/>
+ <mkdir dir="${out.dir}"/>
<!-- Put everything in ${build} into the chromium_media.jar file -->
<jar jarfile="${out.dir}/chromium_media.jar" basedir="${dest.dir}"/>
« no previous file with comments | « media/base/android/java/java.gyp ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698