Chromium Code Reviews| Index: content/app/BUILD.gn |
| diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn |
| index b83b52998ecaa4a9f2c196d54607b94851ace133..d497d17bd3dadd2b547cb677dd40c80cce2dc329 100644 |
| --- a/content/app/BUILD.gn |
| +++ b/content/app/BUILD.gn |
| @@ -49,8 +49,10 @@ if (is_win) { |
| "//device/vibration", |
| "//skia", |
| "//third_party/android_tools:cpu_features", |
| - "//ui/android", |
| ] |
| + if (!use_aura) { |
| + content_app_deps += [ "//ui/android" ] |
| + } |
| } |
| if (is_ios) { |