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

Unified Diff: SConstruct

Issue 3215006: AU: Implement exponential back off for 500 and 503 HTTP response codes. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: elaborate on the CHECK Created 10 years, 4 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 | download_action.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index 4df1395803039681112b4f820ccaec645802f654..abf5253c2c872b314e8b93eede339b7aaa0124f8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -223,6 +223,7 @@ sources = Split("""action_processor.cc
tarjan.cc
topological_sort.cc
update_attempter.cc
+ update_check_scheduler.cc
update_metadata.pb.cc
utils.cc""")
main = ['main.cc']
@@ -258,6 +259,7 @@ unittest_sources = Split("""action_unittest.cc
tarjan_unittest.cc
test_utils.cc
topological_sort_unittest.cc
+ update_check_scheduler_unittest.cc
utils_unittest.cc
zip_unittest.cc""")
unittest_main = ['testrunner.cc']
« no previous file with comments | « no previous file | download_action.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698