diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-09 18:42:00 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-09 18:42:00 +0000 |
commit | 27b1d062fcc3a12fda87c6dddf43237ed9159ca5 (patch) | |
tree | 2295dee443e148628a1203b0c7c9a1cd7cc4f0ed /third_party | |
parent | 06a45ebb1b65edfb84f96450ff34e4bac9fd550f (diff) | |
download | chromium_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 'third_party')
-rw-r--r-- | third_party/iccjpeg/iccjpeg.gyp | 1 | ||||
-rw-r--r-- | third_party/qcms/qcms.gyp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/third_party/iccjpeg/iccjpeg.gyp b/third_party/iccjpeg/iccjpeg.gyp index d27af1d..f3c6bdd 100644 --- a/third_party/iccjpeg/iccjpeg.gyp +++ b/third_party/iccjpeg/iccjpeg.gyp @@ -6,7 +6,6 @@ 'targets': [ { 'target_name': 'iccjpeg', - 'product_name': 'iccjpeg', 'type': 'static_library', 'dependencies': [ '<(libjpeg_gyp_path):libjpeg', diff --git a/third_party/qcms/qcms.gyp b/third_party/qcms/qcms.gyp index 3df4bdc..dc4f5ff 100644 --- a/third_party/qcms/qcms.gyp +++ b/third_party/qcms/qcms.gyp @@ -6,7 +6,6 @@ 'targets': [ { 'target_name': 'qcms', - 'product_name': 'qcms', 'type': 'static_library', 'sources': [ 'qcms.h', |