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

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

Issue 10209003: Upstream Android Geolocation (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add jni/ to allowed includes for check deps. Created 8 years, 8 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 a00a4e564565e80ca852db7c4e466caa8f56acdd..435cbab738f9c9cd766d2e5de6e525f2346685aa 100644
--- a/content/public/android/java/content.xml
+++ b/content/public/android/java/content.xml
@@ -40,6 +40,7 @@
<javac srcdir="${src}" destdir="${classes.dir}">
<classpath>
<path location="${location.base}/android.jar"/>
+ <path location="${PRODUCT_DIR}/chromium_base.jar"/>
</classpath>
</javac>
</target>

Powered by Google App Engine
This is Rietveld 408576698