summaryrefslogtreecommitdiffstats
path: root/media/media.gyp
diff options
context:
space:
mode:
authordskiba <dskiba@google.com>2015-11-02 21:47:23 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-03 05:48:14 +0000
commit0dc707c3e4a56fdc3036c83cbc10f90ac4c9a696 (patch)
treea7c280a3f413dd444b1afaa7bb590d4ce0a0a02a /media/media.gyp
parente786bba864c3abf0a2a810ea469ccb1d423975a7 (diff)
downloadchromium_src-0dc707c3e4a56fdc3036c83cbc10f90ac4c9a696.zip
chromium_src-0dc707c3e4a56fdc3036c83cbc10f90ac4c9a696.tar.gz
chromium_src-0dc707c3e4a56fdc3036c83cbc10f90ac4c9a696.tar.bz2
Revert of add ConvertYUVAToARGBRow_MMX to media_perftests (patchset #5 id:80001 of https://codereview.chromium.org/1425263002/ )
Reason for revert: Broke Android x86 Builder (dbg): yuv_convert_perftest.cc:function media::YUVConvertPerfTest_I422AlphaToARGBRow_SSSE3_Test::TestBody(): error: undefined reference to 'I422AlphaToARGBRow_SSSE3' Original issue's description: > add ConvertYUVAToARGBRow_MMX to media_perftests > > Add YUVConvertPerfTest.ConvertYUVAToARGBRow_MMX and YUVConvertPerfTest.I422ToARGBRow_SSSE3 to media_perftests. > Fix math error when printing results by clearing the MMX state before doing float math. > BUG=libyuv:473 > > Committed: https://crrev.com/c44db295a5529b608de334b0413e5b49b2387898 > Cr-Commit-Position: refs/heads/master@{#357525} TBR=xhwang@chromium.org,fbarchard@chromium.org,fbarchard@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=libyuv:473 Review URL: https://codereview.chromium.org/1419733007 Cr-Commit-Position: refs/heads/master@{#357533}
Diffstat (limited to 'media/media.gyp')
-rw-r--r--media/media.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/media/media.gyp b/media/media.gyp
index 661e8e7..9acf41e 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1447,10 +1447,9 @@
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../testing/perf/perf_test.gyp:perf_test',
- '../third_party/libyuv/libyuv.gyp:libyuv',
'../ui/gfx/gfx.gyp:gfx',
- '../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gfx/gfx.gyp:gfx_test_support',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
'media',
'media_test_support',
'shared_memory_support',