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

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

Issue 10706004: Adds helper methods for WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to the latest branch Created 8 years, 5 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 375dc00ef9f7ff97000e7f446b9b06dfe7a4c63f..2302b1fdc99ad95be829c0d5793c6ef43413659f 100644
--- a/content/public/android/java/content.xml
+++ b/content/public/android/java/content.xml
@@ -41,6 +41,7 @@
<classpath>
<pathelement path="${location.base}/android.jar" />
<pathelement path="${jar.dir}/chromium_base.jar" />
+ <pathelement path="${jar.dir}/chromium_net.jar" />
</classpath>
</javac>
</target>

Powered by Google App Engine
This is Rietveld 408576698