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

Unified Diff: android_webview/android_webview.gyp

Issue 11308030: Use _target_name instead of package_name for java*.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@apk_jar
Patch Set: Created 7 years, 10 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.mk ('k') | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index f58bc8d430a6460b57b951ad07c2402cf48263be..4f199f11c43b2139f83acf6eb665e0399f065671 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -64,11 +64,11 @@
'<@(pak_inputs)',
],
'outputs': [
- '<(PRODUCT_DIR)/android_webview/assets/webviewchromium.pak',
+ '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak',
],
'action': ['python', '<(repack_path)', '<@(_outputs)',
'<@(pak_inputs)'],
- },
+ }
],
},
{
@@ -180,7 +180,6 @@
'../ui/ui.gyp:ui_java',
],
'variables': {
- 'package_name': 'android_webview_java',
'java_in_dir': '../android_webview/java',
},
'includes': [ '../build/java.gypi' ],
@@ -199,11 +198,13 @@
'libwebviewchromium',
],
'variables': {
- 'package_name': 'android_webview',
'apk_name': 'AndroidWebView',
'manifest_package_name': 'org.chromium.android_webview',
'java_in_dir': '../android_webview/java',
'native_libs_paths': ['<(SHARED_LIB_DIR)/libwebviewchromium.so'],
+ 'additional_input_paths': [
+ '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak',
+ ],
},
'includes': [ '../build/java_apk.gypi' ],
},
« no previous file with comments | « android_webview/Android.mk ('k') | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698