diff options
author | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-01 00:21:10 +0000 |
---|---|---|
committer | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-01 00:21:10 +0000 |
commit | e33d0e9763af9aee4e251e305999379e30f15756 (patch) | |
tree | e5c47748c2bad3d5f9578b6b843545da8cf1b59c /media/media.gyp | |
parent | dd9ea853b5143e93c0088077962b4f3d69860edf (diff) | |
download | chromium_src-e33d0e9763af9aee4e251e305999379e30f15756.zip chromium_src-e33d0e9763af9aee4e251e305999379e30f15756.tar.gz chromium_src-e33d0e9763af9aee4e251e305999379e30f15756.tar.bz2 |
Remove no-longer-necessary conditional mention of an already-included source file.
BUG=none
TEST=trybots
Review URL: http://codereview.chromium.org/7966030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103599 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/media.gyp')
-rw-r--r-- | media/media.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/media/media.gyp b/media/media.gyp index 3b49e7b..116bd5a 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -451,11 +451,6 @@ }, }, }], - [ 'target_arch=="ia32" or target_arch=="x64"', { - 'sources': [ - 'base/simd/convert_rgb_to_yuv_ssse3.asm', - ], - }], [ 'OS=="win"', { 'variables': { 'yasm_flags': [ |