| Index: ui/snapshot/BUILD.gn
|
| diff --git a/ui/snapshot/BUILD.gn b/ui/snapshot/BUILD.gn
|
| index a9e5b0b4a339cedae9453b52a49dbeef827e21e0..c79a70b3aa87eee5d07bae1e2d7188c557f11113 100644
|
| --- a/ui/snapshot/BUILD.gn
|
| +++ b/ui/snapshot/BUILD.gn
|
| @@ -30,7 +30,7 @@ component("snapshot") {
|
| "//ui/gfx/geometry",
|
| ]
|
|
|
| - if (is_android) {
|
| + if (is_android && !use_aura) {
|
| deps += [ "//ui/android" ]
|
| }
|
|
|
| @@ -46,6 +46,10 @@ component("snapshot") {
|
| ]
|
| }
|
|
|
| + if (is_android && use_aura) {
|
| + sources -= [ "snapshot_android.cc" ]
|
| + }
|
| +
|
| if (use_aura) {
|
| deps += [
|
| "//ui/aura",
|
|
|