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

Unified Diff: net/net.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: And fix android_webview_test_apk 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
« build/java.gypi ('K') | « media/media.gyp ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 90b17155ee7f7a554900d566b299384a6110e418..eafd4c8dcce1d2fa430bf061f7ea635ce5f92916 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -2385,7 +2385,6 @@
'target_name': 'net_java',
'type': 'none',
'variables': {
- 'package_name': 'net',
'java_in_dir': '../net/android/java',
},
'dependencies': [
@@ -2401,7 +2400,6 @@
'target_name': 'net_java_test_support',
'type': 'none',
'variables': {
- 'package_name': 'net_java_test_support',
'java_in_dir': '../net/test/android/javatests',
},
'includes': [ '../build/java.gypi' ],
@@ -2410,7 +2408,6 @@
'target_name': 'net_javatests',
'type': 'none',
'variables': {
- 'package_name': 'net_javatests',
'java_in_dir': '../net/android/javatests',
},
'dependencies': [
« build/java.gypi ('K') | « media/media.gyp ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698