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

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: Sync 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 2f6d5b8d117387601d5e1c86f29b733aef37c742..d899a17aded5263d165e643776e5283aac350345 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}" debug="true">
+ <!-- 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}" debug="true">
<classpath>
<pathelement path="${location.base}/android.jar" />
<pathelement path="${jar.dir}/chromium_base.jar" />
« no previous file with comments | « content/content_jni.gypi ('k') | content/public/android/java/org/chromium/content/app/SandboxedProcessService.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698