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

Unified Diff: net/android/java/net.xml

Issue 10377059: Android content shell bringup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps so builds on clean machine Created 8 years, 7 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 | « media/media.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/java/net.xml
diff --git a/net/android/java/net.xml b/net/android/java/net.xml
index 76dddcc4b105a3facadf23e7dec93bc05672bfae..29c9b02010c51370f3e07cd5b7064815082ddf62 100644
--- a/net/android/java/net.xml
+++ b/net/android/java/net.xml
@@ -38,7 +38,7 @@
<javac srcdir="${src}" destdir="${dest.dir}">
<classpath>
<path location="${location.base}/android.jar"/>
- <path location="${PRODUCT_DIR}/chromium_base.jar"/>
+ <path location="${out.dir}/chromium_base.jar"/>
</classpath>
</javac>
</target>
« no previous file with comments | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698