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

Unified Diff: content/public/android/java/content.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 | « base/android/java/base.xml ('k') | media/base/android/java/media.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/content.xml
diff --git a/content/public/android/java/content.xml b/content/public/android/java/content.xml
index 26729df00966cd9ff31369aad4448b5151ad5f24..2f6d5b8d117387601d5e1c86f29b733aef37c742 100644
--- a/content/public/android/java/content.xml
+++ b/content/public/android/java/content.xml
@@ -35,7 +35,7 @@
<mkdir dir="${classes.dir}"/>
<!-- Compile the java code from ${src} into ${classes.dir} -->
- <javac srcdir="${src}" destdir="${classes.dir}">
+ <javac srcdir="${src}" destdir="${classes.dir}" debug="true">
<classpath>
<pathelement path="${location.base}/android.jar" />
<pathelement path="${jar.dir}/chromium_base.jar" />
« no previous file with comments | « base/android/java/base.xml ('k') | media/base/android/java/media.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698