summaryrefslogtreecommitdiffstats
path: root/components
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 /components
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 'components')
-rw-r--r--components/navigation_interception.gypi1
-rw-r--r--components/web_contents_delegate_android.gypi1
2 files changed, 0 insertions, 2 deletions
diff --git a/components/navigation_interception.gypi b/components/navigation_interception.gypi
index 24a5837..3e14df7 100644
--- a/components/navigation_interception.gypi
+++ b/components/navigation_interception.gypi
@@ -56,7 +56,6 @@
'../base/base.gyp:base',
],
'variables': {
- 'package_name': 'navigation_interception',
'java_in_dir': 'navigation_interception/android/java',
},
'includes': [ '../build/java.gypi' ],
diff --git a/components/web_contents_delegate_android.gypi b/components/web_contents_delegate_android.gypi
index 00a55e0..179b1a6 100644
--- a/components/web_contents_delegate_android.gypi
+++ b/components/web_contents_delegate_android.gypi
@@ -42,7 +42,6 @@
'../content/content.gyp:content_java',
],
'variables': {
- 'package_name': 'web_contents_delegate_android',
'java_in_dir': 'web_contents_delegate_android/android/java',
},
'includes': [ '../build/java.gypi' ],