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

Unified Diff: build/java_apk.gypi

Issue 595933003: Re-invent page aligning libraries in APK file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for the android_webview_build Created 6 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 | « build/android/rezip/rezip.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index 2c9f4a595b896cde85a8d663dee91e65afe0e029..1f2164f91adca1e00bb26bd5527abfd3b6d4dba4 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -498,6 +498,7 @@
],
'dependencies': [
'<(DEPTH)/build/android/rezip.gyp:rezip#host',
+ '<(DEPTH)/build/android/rezip.gyp:rezip_apk_jar',
],
}],
['gyp_managed_install == 1', {
@@ -533,6 +534,7 @@
],
'dependencies': [
'<(DEPTH)/build/android/rezip.gyp:rezip#host',
+ '<(DEPTH)/build/android/rezip.gyp:rezip_apk_jar',
],
}],
['is_test_apk == 1', {
« no previous file with comments | « build/android/rezip/rezip.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698