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

Unified Diff: ui/base/ui_base.gyp

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 | « ui/base/idle/idle_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index 487d2b3f927cea3a4d53759075f67aa2c4a7d221..417599ea955fe6dc90bdfc4b5f5b3f8a9e685e5b 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -198,6 +198,7 @@
'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',
@@ -584,8 +585,6 @@
'default_theme_provider.cc',
'dragdrop/drag_utils.cc',
'dragdrop/drag_utils.h',
- 'idle/idle.cc',
- 'idle/idle.h',
'l10n/l10n_font_util.cc',
'models/button_menu_item_model.cc',
'models/dialog_model.cc',
@@ -606,7 +605,10 @@
}],
['OS=="android" and use_aura==0', {
'sources!': [
- 'cursor/cursor_android.cc'
+ 'cursor/cursor_android.cc',
+ 'idle/idle.cc',
+ 'idle/idle.h',
+ 'idle/idle_android.cc',
],
}],
['OS=="android" and use_aura==1', {
« no previous file with comments | « ui/base/idle/idle_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698