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

Unified Diff: media/media.gyp

Issue 1518034: scaler_bench - benchmark for video scaling code. (Closed)
Patch Set: - Created 10 years, 8 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 | « no previous file | media/tools/scaler_bench/DEPS » ('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 7190cf3542ba5194ae7cc524d15e678f16f3e6ec..530cac515bc49c758a6cf3a21985587ea240b54b 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -252,6 +252,18 @@
],
},
{
+ 'target_name': 'scaler_bench',
+ 'type': 'executable',
+ 'dependencies': [
+ 'media',
+ '../base/base.gyp:base',
+ '../skia/skia.gyp:skia',
+ ],
+ 'sources': [
+ 'tools/scaler_bench/scaler_bench.cc',
+ ],
+ },
+ {
'target_name': 'ffmpeg_tests',
'type': 'executable',
'dependencies': [
« no previous file with comments | « no previous file | media/tools/scaler_bench/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698