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

Unified Diff: ui/base/BUILD.gn

Issue 1394783005: Aura on Android: Idle monitor stub implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@auraclank_upstream
Patch Set: Forgot a comma in ui_base.gyp. 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
« no previous file with comments | « no previous file | ui/base/idle/idle_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 6fad1dcdb19a91088bc97aa2a7fe2d1c0d38f790..9a1e225ece2b22a31876a122767a1dc847f47ab1 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -127,6 +127,7 @@ component("base") {
"hit_test.h",
"idle/idle.cc",
"idle/idle.h",
+ "idle/idle_android.cc",
"idle/idle_chromeos.cc",
"idle/idle_linux.cc",
"idle/idle_mac.mm",
@@ -570,10 +571,14 @@ component("base") {
}
if (is_android || is_ios) {
+ sources -= [ "device_form_factor_desktop.cc" ]
+ }
+
+ if ((is_android && !use_aura) || is_ios) {
sources -= [
- "device_form_factor_desktop.cc",
"idle/idle.cc",
"idle/idle.h",
+ "idle/idle_android.cc",
]
}
}
« no previous file with comments | « no previous file | ui/base/idle/idle_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698