From ac1592c73bdd24eca2ea3e591e8f7b199627e6e7 Mon Sep 17 00:00:00 2001 From: sadrul Date: Thu, 9 Jul 2015 01:25:18 -0700 Subject: [PATCH] mandoline: Fix aura build for android. BUG=none TBR=estade@chromium.org, since this fixes build failure. Review URL: https://codereview.chromium.org/1226253003 Cr-Commit-Position: refs/heads/master@{#337999} --- ui/gfx/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn index 18c414fe1f70..10bea8487e46 100644 --- a/ui/gfx/BUILD.gn +++ b/ui/gfx/BUILD.gn @@ -325,7 +325,7 @@ component("gfx") { } # Desktop only. - if (!is_ios && !is_android) { + if (use_aura || (!is_ios && !is_android)) { sources += [ "paint_vector_icon.cc", "paint_vector_icon.h", -- 2.11.4.GIT