diff options
Diffstat (limited to 'media/media.gyp')
-rw-r--r-- | media/media.gyp | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/media/media.gyp b/media/media.gyp index 2a8c6c6..056407f 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -445,36 +445,11 @@ ], }, { - 'target_name': 'cpu_features', - 'type': 'static_library', - 'include_dirs': [ - '..', - ], - 'conditions': [ - [ 'target_arch == "ia32" or target_arch == "x64"', { - 'sources': [ - 'base/cpu_features_x86.cc', - ], - }], - [ 'target_arch == "arm"', { - 'sources': [ - 'base/cpu_features_arm.cc', - ], - }], - ], - 'sources': [ - 'base/cpu_features.h', - ], - }, - { 'target_name': 'yuv_convert', 'type': 'static_library', 'include_dirs': [ '..', ], - 'dependencies': [ - 'cpu_features', - ], 'conditions': [ ['order_profiling != 0', { 'target_conditions' : [ |