Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(804)

Unified Diff: media/media.gyp

Issue 516543004: Cleanup: Remove unneeded media/ SSE2 checks and unused code. (try 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/yuv_convert_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index f9f6cfca16e9639774c5819d6846b43e0a897a0a..ff498c746bde8a473aedd9d4f990de59312bccd6 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -977,7 +977,6 @@
['target_arch=="ia32" or target_arch=="x64"', {
'dependencies': [
'media_asm',
- 'media_mmx',
'media_sse2',
],
'sources': [
@@ -1413,7 +1412,6 @@
'type': 'static_library',
'sources': [
'base/simd/convert_rgb_to_yuv_ssse3.asm',
- 'base/simd/convert_yuv_to_rgb_mmx.asm',
'base/simd/convert_yuv_to_rgb_sse.asm',
'base/simd/convert_yuva_to_argb_mmx.asm',
'base/simd/empty_register_state_mmx.asm',
@@ -1495,22 +1493,6 @@
],
},
{
- 'target_name': 'media_mmx',
- 'type': 'static_library',
- 'cflags': [
- '-mmmx',
- ],
- 'defines': [
- 'MEDIA_IMPLEMENTATION',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'base/simd/filter_yuv_mmx.cc',
- ],
- },
- {
'target_name': 'media_sse2',
'type': 'static_library',
'cflags': [
« no previous file with comments | « media/base/yuv_convert_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698