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

Unified Diff: media/media.gyp

Issue 1286913002: add ConvertYUVAToARGBRow_MMX to media_perftests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: full path for includes Created 5 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
« media/base/yuv_convert_perftest.cc ('K') | « media/base/yuv_convert_perftest.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 121cd80b79f759b95696f534f499657a0b013282..3f834db143a99a96395371730cec995e5e3ee1ea 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1415,9 +1415,10 @@
'../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_test_support',
'../ui/gfx/gfx.gyp:gfx_geometry',
+ '../ui/gfx/gfx.gyp:gfx_test_support',
'media',
'media_test_support',
'shared_memory_support',
« media/base/yuv_convert_perftest.cc ('K') | « media/base/yuv_convert_perftest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698