summaryrefslogtreecommitdiffstats
path: root/net/third_party/nss
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-09 18:42:00 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-09 18:42:00 +0000
commit27b1d062fcc3a12fda87c6dddf43237ed9159ca5 (patch)
tree2295dee443e148628a1203b0c7c9a1cd7cc4f0ed /net/third_party/nss
parent06a45ebb1b65edfb84f96450ff34e4bac9fd550f (diff)
downloadchromium_src-27b1d062fcc3a12fda87c6dddf43237ed9159ca5.zip
chromium_src-27b1d062fcc3a12fda87c6dddf43237ed9159ca5.tar.gz
chromium_src-27b1d062fcc3a12fda87c6dddf43237ed9159ca5.tar.bz2
Remove rendundant use of product_name in gyp files.
We default to using the target name as the product name; there's no need to state it twice. Review URL: http://codereview.chromium.org/7135006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88556 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/third_party/nss')
-rw-r--r--net/third_party/nss/ssl.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/third_party/nss/ssl.gyp b/net/third_party/nss/ssl.gyp
index bb8eabe..5495ef1 100644
--- a/net/third_party/nss/ssl.gyp
+++ b/net/third_party/nss/ssl.gyp
@@ -22,7 +22,6 @@
'targets': [
{
'target_name': 'ssl',
- 'product_name': 'ssl',
'type': 'static_library',
'sources': [
'ssl/authcert.c',