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

Unified Diff: net/android/java/net.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 | « media/base/android/java/media.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/java/net.xml
diff --git a/net/android/java/net.xml b/net/android/java/net.xml
index 29c9b02010c51370f3e07cd5b7064815082ddf62..200a0fd911d76eac96895a39c27bb05f271f90ab 100644
--- a/net/android/java/net.xml
+++ b/net/android/java/net.xml
@@ -35,7 +35,7 @@
<target name="compile" depends="init"
description="compile the source " >
- <javac srcdir="${src}" destdir="${dest.dir}">
+ <javac srcdir="${src}" destdir="${dest.dir}" debug="true">
<classpath>
<path location="${location.base}/android.jar"/>
<path location="${out.dir}/chromium_base.jar"/>
« no previous file with comments | « media/base/android/java/media.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698