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

Unified Diff: build/android/ant/chromium-jars.xml

Issue 10831318: Fix for ninja build (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/ant/chromium-jars.xml
diff --git a/build/android/ant/chromium-jars.xml b/build/android/ant/chromium-jars.xml
index b2992a96d1aa096880c8c5d042bc5d90971b452f..0839aec33431dbc04c4cc4811b09ba2b1fa4dc06 100644
--- a/build/android/ant/chromium-jars.xml
+++ b/build/android/ant/chromium-jars.xml
@@ -18,12 +18,12 @@
<import file="common.xml"/>
<path id="javac.custom.classpath">
- <filelist dir="/" files="${INPUT_JARS_PATHS}"/>
+ <filelist files="${INPUT_JARS_PATHS}"/>
<pathelement location="${ANDROID_SDK}/android.jar" />
</path>
<path id="javac.srcdirs.additional">
- <filelist dir="/" files="${ADDITIONAL_SRC_DIRS}" />
+ <filelist files="${ADDITIONAL_SRC_DIRS}" />
</path>
<property-value name="javac.srcdir" value="src:${toString:javac.srcdirs.additional}"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698