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

Unified Diff: base/base.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_webview_tests.gypi ('k') | build/android/ant/chromium-apk.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index c114875a7f868ea9e9da1e49082e9a7e3cbd4f29..2c1ecc77b06202cc28d8e739017ecdd6b85f8931 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1113,7 +1113,6 @@
'target_name': 'base_java',
'type': 'none',
'variables': {
- 'package_name': 'base',
'java_in_dir': '../base/android/java',
},
'includes': [ '../build/java.gypi' ],
@@ -1125,7 +1124,6 @@
'base_java',
],
'variables': {
- 'package_name': 'base_javatests',
'java_in_dir': '../base/test/android/javatests',
},
'includes': [ '../build/java.gypi' ],
« no previous file with comments | « android_webview/android_webview_tests.gypi ('k') | build/android/ant/chromium-apk.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698