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

Unified Diff: base/android/java/base.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 | « no previous file | content/public/android/java/content.xml » ('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 f7023cb568492eacecd6eb044cbaa8d6b141ba6c..31db246e93ae662bef285276388a2ee41b733a3e 100644
--- a/base/android/java/base.xml
+++ b/base/android/java/base.xml
@@ -42,7 +42,7 @@
defaulting to build.sysclasspath=last;
set to false for repeatable builds
-->
- <javac srcdir="${src}" destdir="${dest.dir}">
+ <javac srcdir="${src}" destdir="${dest.dir}" debug="true">
<classpath>
<path location="${location.base}/android.jar"/>
</classpath>
« no previous file with comments | « no previous file | content/public/android/java/content.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698