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

Unified Diff: ui/gl/BUILD.gn

Issue 1108173002: Roll //build, //native_client, and a few more targets of opportunity. Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Test fix Created 5 years, 8 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 | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 29bed3187bb09e1fff62d00d3185f932b077cede..32e815e43aa0570883d3c5d48a18648a23e4dc3c 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -192,7 +192,10 @@ component("gl") {
libs = [ "android" ]
- deps += [ ":gl_jni_headers" ]
+ deps += [
+ ":gl_jni_headers",
+ "//ui/android:ui_java",
+ ]
}
if (use_ozone) {
sources += [
@@ -207,10 +210,6 @@ component("gl") {
"//ui/ozone:ozone_base",
]
}
-
- if (is_android && !is_android_webview_build) {
- deps += [ "//ui/android:ui_java" ]
- }
}
source_set("gl_unittest_utils") {
« no previous file with comments | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698