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

Unified Diff: components/external_video_surface/BUILD.gn

Issue 2300463002: Add observers for DIP scale change. (Closed)
Patch Set: Addressed comments, more questions. 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: components/external_video_surface/BUILD.gn
diff --git a/components/external_video_surface/BUILD.gn b/components/external_video_surface/BUILD.gn
index f8d45345005385d8f67af7f6b63760d5fefd3874..e99cbfeac93f21b7490b5ec054303397fbb730bc 100644
--- a/components/external_video_surface/BUILD.gn
+++ b/components/external_video_surface/BUILD.gn
@@ -30,6 +30,7 @@ if (is_android) {
deps = [
"//base:base_java",
"//content/public/android:content_java",
+ "//ui/android:ui_java",
]
}
generate_jni("jni_headers") {

Powered by Google App Engine
This is Rietveld 408576698