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

Unified Diff: third_party/cacheinvalidation/cacheinvalidation.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 | « sync/sync_tests.gypi ('k') | third_party/eyesfree/eyesfree.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cacheinvalidation/cacheinvalidation.gyp
diff --git a/third_party/cacheinvalidation/cacheinvalidation.gyp b/third_party/cacheinvalidation/cacheinvalidation.gyp
index d783dcb343fcdc3dea2a4923127def3ff20d5853..1fcb28ada48f87dc469b2253b23eedf906a30674 100644
--- a/third_party/cacheinvalidation/cacheinvalidation.gyp
+++ b/third_party/cacheinvalidation/cacheinvalidation.gyp
@@ -207,7 +207,6 @@
'cacheinvalidation_proto_java',
],
'variables': {
- 'package_name': '<(_target_name)',
'java_in_dir': '../../build/android/empty',
'additional_src_dirs': [ 'src/java/' ],
},
@@ -217,7 +216,6 @@
'target_name': 'cacheinvalidation_aidl_javalib',
'type': 'none',
'variables': {
- 'package_name': '<(_target_name)',
# TODO(shashishekhar): aidl_interface_file should be made optional.
'aidl_interface_file':'<(android_sdk)/framework.aidl'
},
« no previous file with comments | « sync/sync_tests.gypi ('k') | third_party/eyesfree/eyesfree.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698