Index: ui/mojo/init/BUILD.gn |
diff --git a/ui/mojo/init/BUILD.gn b/ui/mojo/init/BUILD.gn |
index e6745ad6528d5bab7c6660d92ce21cca3aa2a195..e22242addccd9e444f7c0ae9956b941fbd4094bd 100644 |
--- a/ui/mojo/init/BUILD.gn |
+++ b/ui/mojo/init/BUILD.gn |
@@ -12,13 +12,11 @@ source_set("init") { |
deps = [ |
"//base", |
+ "//ui/gfx", |
"//ui/gfx/geometry", |
] |
if (is_android) { |
- deps += [ |
- "//ui/events:gesture_detection", |
- "//ui/gfx", |
- ] |
+ deps += [ "//ui/events:gesture_detection" ] |
} |
} |