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

Unified Diff: media/media.gyp

Issue 308003004: Remove runtime CPU detection for SSE optimized media/ methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more salty fix. Created 6 years, 7 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/vector_math_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 d96fc99e90cdea7576f4f9c247416be908a8052a..1aadc0ac9782bc84098223020f13cc319032dddd 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -922,7 +922,6 @@
'dependencies': [
'media_asm',
'media_mmx',
- 'media_sse',
'media_sse2',
],
'sources': [
@@ -1338,11 +1337,6 @@
'USE_NEON'
],
}],
- ['target_arch=="ia32" or target_arch=="x64"', {
- 'dependencies': [
- 'shared_memory_support_sse'
- ],
- }],
],
},
],
@@ -1452,22 +1446,6 @@
],
},
{
- 'target_name': 'media_sse',
- 'type': 'static_library',
- 'cflags': [
- '-msse',
- ],
- 'defines': [
- 'MEDIA_IMPLEMENTATION',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'base/simd/sinc_resampler_sse.cc',
- ],
- },
- {
'target_name': 'media_sse2',
'type': 'static_library',
'cflags': [
@@ -1485,22 +1463,6 @@
'base/simd/filter_yuv_sse2.cc',
],
},
- {
- 'target_name': 'shared_memory_support_sse',
- 'type': 'static_library',
- 'cflags': [
- '-msse',
- ],
- 'defines': [
- 'MEDIA_IMPLEMENTATION',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'base/simd/vector_math_sse.cc',
- ],
- },
], # targets
}],
['use_x11==1', {
« no previous file with comments | « media/base/vector_math_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698