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 /media | |
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 'media')
-rw-r--r-- | media/media.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media/media.gyp b/media/media.gyp index 65ccc85..7485411 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -1385,7 +1385,6 @@ '../base/base.gyp:base', ], 'variables': { - 'package_name': 'media', 'java_in_dir': 'base/android/java', }, 'includes': [ '../build/java.gypi' ], |