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

Unified Diff: media/media.gyp

Issue 10824141: Remove VideoDecoder::natural_size() & added VideoFrame::natural_size(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 96da4ffea9e71fbf057bf218b597be6468865275..5a931d4a6141bea49cbd3768e3fc0f0590a61c0e 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -847,6 +847,7 @@
'yuv_convert',
'../base/base.gyp:base',
'../skia/skia.gyp:skia',
+ '../ui/ui.gyp:ui',
],
'sources': [
'tools/scaler_bench/scaler_bench.cc',
@@ -920,6 +921,7 @@
'yuv_convert',
'../base/base.gyp:base',
'../ui/gl/gl.gyp:gl',
+ '../ui/ui.gyp:ui',
],
'sources': [
'tools/shader_bench/cpu_color_painter.cc',

Powered by Google App Engine
This is Rietveld 408576698