Chromium Code Reviews

Unified Diff: android_webview/DEPS

Issue 132233042: Enable the embedded L1/EME support in WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: android_webview/DEPS
diff --git a/android_webview/DEPS b/android_webview/DEPS
index 1ce4c334c07164cb765f873a3607999930d8a7b3..cc41e12a661c619af2f48523ce71db827319e448 100644
--- a/android_webview/DEPS
+++ b/android_webview/DEPS
@@ -10,6 +10,7 @@ include_rules = [
"+content/public/common",
"+gpu",
"+jni",
+ "+media/base/media_switches.h", # For media command line switches.
"+net",
"+skia",
"+third_party/skia/include",

Powered by Google App Engine