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

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: Fix copyright year. 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
« no previous file with comments | « media/filters/video_renderer_base_unittest.cc ('k') | media/tools/player_wtl/view.h » ('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 96da4ffea9e71fbf057bf218b597be6468865275..f9c362f1428792d9772bf0e8b6cb5ae001587c53 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',
@@ -985,6 +987,7 @@
'yuv_convert',
'../base/base.gyp:base',
'../ui/gl/gl.gyp:gl',
+ '../ui/ui.gyp:ui',
],
'link_settings': {
'libraries': [
« no previous file with comments | « media/filters/video_renderer_base_unittest.cc ('k') | media/tools/player_wtl/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698