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

Unified Diff: media/blink/DEPS

Issue 445013002: media: Optimize HW Video to 2D Canvas copy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT. Address nits Created 6 years, 2 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/blink/DEPS
diff --git a/media/blink/DEPS b/media/blink/DEPS
index 5c058166257266c8e5d81b2169670c312af469c8..dd7cfd131a37e7c10c6354e1681f7d768dafeeb8 100644
--- a/media/blink/DEPS
+++ b/media/blink/DEPS
@@ -1,10 +1,12 @@
include_rules = [
+ "+cc/blink/web_layer_impl.h",
"+cc/layers/video_frame_provider.h",
"+cc/layers/video_layer.h",
- "+cc/blink/web_layer_impl.h",
+ "+cc/output/context_provider.h",
"+media",
"+net/base",
"+net/http",
"+third_party/WebKit/public/platform",
"+third_party/WebKit/public/web",
-]
+ "+webkit/common/gpu",
dshwang 2014/10/13 17:07:42 It's the addition which I ask.
+]

Powered by Google App Engine
This is Rietveld 408576698