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

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

Issue 10541068: Make the other Java modules debuggable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Make the indentation correct for content.xml Created 8 years, 6 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 | « content/public/android/java/content.xml ('k') | net/android/java/net.xml » ('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 ab409f6fc805bf6dbcab09d3f407ebf8a18a6400..c75307626325894b81171fecebcaf9689c690f33 100644
--- a/media/base/android/java/media.xml
+++ b/media/base/android/java/media.xml
@@ -34,7 +34,7 @@
<target name="compile" depends="init"
description="compile the source " >
<!-- Compile the java code from ${src} into ${dest.dir} -->
- <javac srcdir="${src}" destdir="${dest.dir}">
+ <javac srcdir="${src}" destdir="${dest.dir}" debug="true">
<classpath>
<pathelement path="${location.base}/android.jar" />
<pathelement path="${out.dir}/chromium_base.jar" />
« no previous file with comments | « content/public/android/java/content.xml ('k') | net/android/java/net.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698