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

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: Resolve comments, rebase to ToT 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..f70bb6c32cf09f33010f86c318ea256b922025cb 100644
--- a/media/blink/DEPS
+++ b/media/blink/DEPS
@@ -1,10 +1,11 @@
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",
"+media",
"+net/base",
"+net/http",
"+third_party/WebKit/public/platform",
"+third_party/WebKit/public/web",
-]
+ "+webkit/common/gpu",
+]

Powered by Google App Engine
This is Rietveld 408576698