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

Unified Diff: content/content_renderer.gypi

Issue 8513008: Schedule idle handler in the foreground tab based on CPU usage and user activity. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Remove redundant 'using' and rebase Created 9 years, 1 month 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 | content/renderer/idle_user_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index cf8e457ff0551399765ff38baa12283e9036fa83..36906fbaa045494933bdda1aed901fc908b51521 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -69,6 +69,8 @@
'renderer/gpu/transport_texture_service.h',
'renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc',
'renderer/gpu/webgraphicscontext3d_command_buffer_impl.h',
+ 'renderer/idle_user_detector.cc',
+ 'renderer/idle_user_detector.h',
'renderer/indexed_db_dispatcher.cc',
'renderer/indexed_db_dispatcher.h',
'renderer/intents_dispatcher.cc',
« no previous file with comments | « no previous file | content/renderer/idle_user_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698