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

Unified Diff: media/media.gyp

Issue 10537082: Remove duplicate CPU detection code; use base::CPU instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: int->bool Created 8 years, 6 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') | remoting/host/differ_block.cc » ('j') | 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 2a8c6c6aeb406f6311413654c5399cedff34b408..056407f5a912e35cd8dfc64377e5bf9179b56f66 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' : [
« no previous file with comments | « media/base/yuv_convert_unittest.cc ('k') | remoting/host/differ_block.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698