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

Unified Diff: components/external_video_surface/BUILD.gn

Issue 2300463002: Add observers for DIP scale change. (Closed)
Patch Set: An attempt to fix tests compilation 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",
boliu 2016/09/14 04:35:32 what does this have to do with this CL?
Tima Vaisburd 2016/09/15 00:05:03 I do not know myself. I have a build problem that
boliu 2016/09/15 05:27:41 That's not ok. Understand the issue, not patch a r
Tima Vaisburd 2016/09/16 23:59:25 Acknowledged.
]
}
generate_jni("jni_headers") {

Powered by Google App Engine
This is Rietveld 408576698