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

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 8 years, 1 month 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 | « no previous file | base/base.gyp » ('j') | build/android/ant/chromium-apk.xml » ('J')
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 4a6cc4a5bd22c76b21008574c206868d4e589519..7bf4fd65543f5b3987cb2844dfd3f31618a04c1a 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -96,7 +96,6 @@
'../ui/ui.gyp:ui_java',
],
'variables': {
- 'package_name': 'android_webview_java',
'java_in_dir': '../android_webview/java',
},
'includes': [ '../build/java.gypi' ],
@@ -117,7 +116,6 @@
'libwebviewchromium',
],
'variables': {
- 'package_name': 'android_webview',
'apk_name': 'AndroidWebView',
'manifest_package_name': 'org.chromium.android_webview',
'java_in_dir': '../android_webview/java',
@@ -161,7 +159,6 @@
'libwebviewchromium',
],
'variables': {
- 'package_name': 'android_webview_test',
'apk_name': 'AndroidWebViewTest',
'java_in_dir': '../android_webview/javatests',
'resource_dir': 'res',
« no previous file with comments | « no previous file | base/base.gyp » ('j') | build/android/ant/chromium-apk.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698