diff options
author | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-20 22:39:17 +0000 |
---|---|---|
committer | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-20 22:39:17 +0000 |
commit | 37434b4e738e5f256c93153827df88bd9f646790 (patch) | |
tree | ee8a9ba173005a4671b987d355e70c6613293705 /third_party/cacheinvalidation | |
parent | c9a6815b947fedea1be51becd70b54ba3fe0377b (diff) | |
download | chromium_src-37434b4e738e5f256c93153827df88bd9f646790.zip chromium_src-37434b4e738e5f256c93153827df88bd9f646790.tar.gz chromium_src-37434b4e738e5f256c93153827df88bd9f646790.tar.bz2 |
Use _target_name instead of package_name for java*.gypi
We were using package_name as a unique name for naming output files and
directories. package_name was typically the same as _target_name or a
variation of it (like dropping _apk). Using _target_name instead means
we need to specify one less thing and it is (maybe?) guaranteed to be
unique.
TBR=brettw,joi,jar,fischman,zea,sky
BUG=
Review URL: https://chromiumcodereview.appspot.com/11308030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183639 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/cacheinvalidation')
-rw-r--r-- | third_party/cacheinvalidation/cacheinvalidation.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/cacheinvalidation/cacheinvalidation.gyp b/third_party/cacheinvalidation/cacheinvalidation.gyp index d783dcb..1fcb28a 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' }, |