diff options
author | kochi@chromium.org <kochi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-21 05:26:41 +0000 |
---|---|---|
committer | kochi@chromium.org <kochi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-21 05:26:41 +0000 |
commit | 8714952531b11c73a8d1c6a5e4aa6cd6f6405d1e (patch) | |
tree | df7b638e223a5b5c3241b1fce2142ef635fbdc9d /skia/skia.gyp | |
parent | 35dc9662a4120425c34ddc4608f71dd6426e1b3f (diff) | |
download | chromium_src-8714952531b11c73a8d1c6a5e4aa6cd6f6405d1e.zip chromium_src-8714952531b11c73a8d1c6a5e4aa6cd6f6405d1e.tar.gz chromium_src-8714952531b11c73a8d1c6a5e4aa6cd6f6405d1e.tar.bz2 |
Remove a redundant (duplicate) line in skia.gyp.
BUG=none
TEST=build with/without gtk (e.g. Linux and Win)
Review URL: http://codereview.chromium.org/7969015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102086 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index f116523..e62eeb8 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -793,7 +793,6 @@ '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp', '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', - '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', '../third_party/skia/src/ports/SkFontHost_tables.cpp', ], }], |