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

Unified Diff: android_webview/java/android_webview_apk.xml

Issue 10933055: Revert "Clean up android_webview build scripts" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « android_webview/android_webview.gyp ('k') | android_webview/javatests/android_webview_test_apk.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/android_webview_apk.xml
diff --git a/android_webview/java/android_webview_apk.xml b/android_webview/java/android_webview_apk.xml
index 81f4224408beddc23856665e5ef69932b647bdd4..f283c19b609c0093178e5d3fde0a71e13d22f1c9 100644
--- a/android_webview/java/android_webview_apk.xml
+++ b/android_webview/java/android_webview_apk.xml
@@ -20,7 +20,12 @@
<property name="asset.absolute.dir" location="${out.dir}/assets"/>
<path id="out.dex.jar.input.ref">
- <filelist files="${INPUT_JARS_PATHS}"/>
+ <fileset file="${out.dir}/java/libs/chromium_base.jar"/>
+ <fileset file="${out.dir}/java/libs/chromium_chrome.jar"/>
+ <fileset file="${out.dir}/java/libs/chromium_content.jar"/>
+ <fileset file="${out.dir}/java/libs/chromium_media.jar"/>
+ <fileset file="${out.dir}/java/libs/chromium_net.jar"/>
+ <fileset file="${out.dir}/java/libs/chromium_web_contents_delegate_android.jar"/>
</path>
<property name="java.compilerargs" value="-classpath ${toString:out.dex.jar.input.ref}"/>
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/javatests/android_webview_test_apk.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698