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

Unified Diff: media/DEPS

Issue 445013002: media: Optimize HW Video to 2D Canvas copy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SkCanvasVideoRenderer use WebGraphicsContext3D Created 6 years, 1 month 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 | « content/renderer/render_frame_impl.cc ('k') | media/blink/webmediaplayer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/DEPS
diff --git a/media/DEPS b/media/DEPS
index f9c29befabdd58aebe9b7d313f4047e05f7bc056..00af32ae8bb52f1fa734c2a8feaf69286ac7cb86 100644
--- a/media/DEPS
+++ b/media/DEPS
@@ -2,11 +2,13 @@
include_rules = [
"+gpu",
"+jni",
+ "+skia/ext",
"+third_party/ffmpeg",
"+third_party/libvpx",
"+third_party/libyuv",
"+third_party/opus",
"+third_party/skia",
+ "+third_party/WebKit/public/platform",
jamesr 2014/11/14 16:54:32 no. only media/blink can depend on blink types
"+ui/events",
"+ui/gfx",
"+ui/gl",
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | media/blink/webmediaplayer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698