summaryrefslogtreecommitdiffstats
path: root/third_party/jsr-305
diff options
context:
space:
mode:
authorcjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-20 22:39:17 +0000
committercjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-20 22:39:17 +0000
commit37434b4e738e5f256c93153827df88bd9f646790 (patch)
treeee8a9ba173005a4671b987d355e70c6613293705 /third_party/jsr-305
parentc9a6815b947fedea1be51becd70b54ba3fe0377b (diff)
downloadchromium_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/jsr-305')
-rw-r--r--third_party/jsr-305/jsr-305.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/jsr-305/jsr-305.gyp b/third_party/jsr-305/jsr-305.gyp
index a51eded..37af4b2 100644
--- a/third_party/jsr-305/jsr-305.gyp
+++ b/third_party/jsr-305/jsr-305.gyp
@@ -8,7 +8,6 @@
'target_name': 'jsr_305_javalib',
'type': 'none',
'variables': {
- 'package_name': '<(_target_name)',
# The sources are not located in a folder that is called src/, so we
# need to set it in additional_src_dirs parameter instead.
'java_in_dir': '../../build/android/empty',