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

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

Issue 10855060: Make java_aidl targets export include directories (Closed) Base URL: http://git.chromium.org/chromium/src.git@ant
Patch Set: Created 8 years, 4 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 | « content/content.gyp ('k') | no next file » | 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 1a6bd52b8b5c48701917836a32b8f42948c9af92..a471530ed7a884ea7475bd698868976c0ccac3ac 100644
--- a/content/public/android/java/content.xml
+++ b/content/public/android/java/content.xml
@@ -14,6 +14,11 @@
<pathelement location="${lib.dir}/chromium_base.jar" />
<pathelement location="${lib.dir}/chromium_net.jar" />
</path>
+
+ <path id="javac.srcdirs.additional">
+ <filelist dir="/" files="${ADDITIONAL_SRC_DIRS}" />
+ </path>
+
<!-- Override javac path to include jars in lib.java directory -->
- <property-value name="javac.srcdir" value="${src}:${lib.dir}" />
+ <property-value name="javac.srcdir" value="${src}:${toString:javac.srcdirs.additional}" />
</project>
« no previous file with comments | « content/content.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698