Index: ui/gfx/BUILD.gn |
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn |
index 6c38dea81c853ad487cbb210e131cbe41668d6cf..7c6368a6826d33ad93051f9b464852fc54f35591 100644 |
--- a/ui/gfx/BUILD.gn |
+++ b/ui/gfx/BUILD.gn |
@@ -330,8 +330,8 @@ component("gfx") { |
sources -= [ "canvas_notimplemented.cc" ] |
} |
- # Desktop only. |
- if (use_aura || (!is_ios && !is_android)) { |
+ # Desktop and Android only. |
+ if (use_aura || !is_ios) { |
cjgrant
2017/04/12 20:38:54
Should we use the enable_vr flag here instead?
acondor_
2017/04/12 21:21:46
Done.
|
sources += [ |
"paint_vector_icon.cc", |
"paint_vector_icon.h", |