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

Unified Diff: android_webview/native/BUILD.gn

Issue 2299883007: Remove video overlay support from WebView (Closed)
Patch Set: Removed get/setVideoOverlayForEmbeddedEncryptedVideoEnabled() from AwSettings Created 4 years, 3 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: android_webview/native/BUILD.gn
diff --git a/android_webview/native/BUILD.gn b/android_webview/native/BUILD.gn
index 8fc0e6d7db2fad93fe0af6b4421ce9c1b1126305..efa5d4a1963ac442a46b170f33b960aabcafc452 100644
--- a/android_webview/native/BUILD.gn
+++ b/android_webview/native/BUILD.gn
@@ -116,9 +116,6 @@ source_set("native") {
"token_binding_manager_bridge.cc",
"token_binding_manager_bridge.h",
]
- if (enable_video_hole) {
- deps += [ "//components/external_video_surface:external_video_surface" ]
- }
if (enable_spellcheck) {
deps += [ "//components/spellcheck/browser:browser" ]

Powered by Google App Engine
This is Rietveld 408576698