summaryrefslogtreecommitdiffstats
path: root/build/protoc_java.gypi
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 /build/protoc_java.gypi
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 'build/protoc_java.gypi')
-rw-r--r--build/protoc_java.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/protoc_java.gypi b/build/protoc_java.gypi
index 4465c10..a99ec6a 100644
--- a/build/protoc_java.gypi
+++ b/build/protoc_java.gypi
@@ -45,7 +45,6 @@
'script': '<(DEPTH)/build/protoc_java.py',
# The rest of the variables here are for the java.gypi include.
- 'package_name': '<(_target_name)',
'java_in_dir': '<(DEPTH)/build/android/empty',
'generated_src_dirs': ['<(java_out_dir)'],
# Adding the |stamp_file| to |additional_input_paths| makes the actions in