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

Unified Diff: content/content_renderer.gypi

Issue 994833003: Prevent multiple pending UpdatePolicy tasks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot to change the friend declaration Created 5 years, 9 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 | content/content_tests.gypi » ('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 29a7b2b547f9de94b3201e14cfc9e157a68910c5..e13759ca2c6579d6ca3f56a113e67b2a817b2742 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -364,6 +364,8 @@
'renderer/savable_resources.h',
'renderer/scheduler/cancelable_closure_holder.cc',
'renderer/scheduler/cancelable_closure_holder.h',
+ 'renderer/scheduler/deadline_task_runner.cc',
+ 'renderer/scheduler/deadline_task_runner.h',
'renderer/scheduler/null_renderer_scheduler.cc',
'renderer/scheduler/null_renderer_scheduler.h',
'renderer/scheduler/renderer_scheduler.cc',
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698