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

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: 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 | « media/media.gyp ('k') | sync/sync_android.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 f7f9d1bec33c3813640dfe89144c400bd38d36cd..7f4d2f299e324aab62d4544b720f5a3553dc2770 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': [
« no previous file with comments | « media/media.gyp ('k') | sync/sync_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698