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

Unified Diff: chromecast/browser/BUILD.gn

Issue 2352913002: Remove VIDEO_HOLE from chromecast (Closed)
Patch Set: 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
« no previous file with comments | « chromecast/android/cast_jni_registrar.cc ('k') | chromecast/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/BUILD.gn
diff --git a/chromecast/browser/BUILD.gn b/chromecast/browser/BUILD.gn
index c417a42dc2d920f97e58d4e5fcdd5dffcb8907dc..556cf331b1f4b7f9a62a04967c0f115701433fc7 100644
--- a/chromecast/browser/BUILD.gn
+++ b/chromecast/browser/BUILD.gn
@@ -131,10 +131,7 @@ source_set("browser") {
"//ui/aura",
]
} else if (is_android) {
- deps += [
- ":jni_headers",
- "//components/external_video_surface",
- ]
+ deps += [ ":jni_headers" ]
}
if (use_ozone) {
« no previous file with comments | « chromecast/android/cast_jni_registrar.cc ('k') | chromecast/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698