Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Unified Diff: components/dom_distiller/content/BUILD.gn

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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") {

Powered by Google App Engine
This is Rietveld 408576698