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

Unified Diff: content/public/android/java/content.xml

Issue 10546079: Added sandboxed process service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Init 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
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..fdc139d17f54d7a4d8ddf613cd7f042f28124cfe 100644
--- a/content/public/android/java/content.xml
+++ b/content/public/android/java/content.xml
@@ -35,7 +35,9 @@
<mkdir dir="${classes.dir}"/>
<!-- Compile the java code from ${src} into ${classes.dir} -->
- <javac srcdir="${src}" destdir="${classes.dir}">
+ <!-- Gyp target should have compiled aidl files into java source files in
+ lib.jar (see content.gyp:common_aidl). -->
+ <javac srcdir="${src}:${out.dir}" destdir="${classes.dir}">
<classpath>
<pathelement path="${location.base}/android.jar" />
<pathelement path="${jar.dir}/chromium_base.jar" />

Powered by Google App Engine
This is Rietveld 408576698