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

Unified Diff: android_webview/renderer/DEPS

Issue 82803002: Register WideVine keysystem for WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed the reviewers' comments. Created 7 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
Index: android_webview/renderer/DEPS
diff --git a/android_webview/renderer/DEPS b/android_webview/renderer/DEPS
index d786dba51341584b8b86b3c578a1da65a6509032..d3efaef13b34601bff7b50260c577d5fc1360178 100644
--- a/android_webview/renderer/DEPS
+++ b/android_webview/renderer/DEPS
@@ -8,9 +8,13 @@ include_rules = [
"+content/public/renderer",
+ "+media/base/media_switches.h",
+
"+third_party/WebKit/public/platform",
"+third_party/WebKit/public/web",
+ "+third_party/widevine/cdm/widevine_cdm_common.h",
+
"+ui/gfx/size.h",
"+ui/gl/gpu_memory_buffer.h",
]

Powered by Google App Engine
This is Rietveld 408576698