| Index: components/dom_distiller/content/BUILD.gn
|
| diff --git a/components/dom_distiller/content/BUILD.gn b/components/dom_distiller/content/BUILD.gn
|
| index 9ba3899d8fc524ed08fff4e6f1bb322a23a82e52..9eed6f3e72095f178e9de7a3db26cc69119c0d4a 100644
|
| --- a/components/dom_distiller/content/BUILD.gn
|
| +++ b/components/dom_distiller/content/BUILD.gn
|
| @@ -34,7 +34,7 @@ if (!is_ios) {
|
| "//url",
|
| ]
|
|
|
| - if (is_android) {
|
| + if (is_android && !use_aura) {
|
| sources += [
|
| "browser/distillable_page_utils_android.cc",
|
| "browser/distillable_page_utils_android.h",
|
| @@ -43,7 +43,7 @@ if (!is_ios) {
|
| }
|
| }
|
|
|
| - if (is_android) {
|
| + if (is_android && !use_aura) {
|
| import("//build/config/android/rules.gni")
|
|
|
| generate_jni("jni_headers") {
|
|
|