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

Unified Diff: SConstruct

Issue 4610001: AU: Speed up full update payload generation by running multiple threads. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git@master
Patch Set: doc strings Created 10 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 | delta_diff_generator.h » ('j') | full_update_generator.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index bd2a5d8d45f3a3466973eed6ff2abda2dad9350a..fd98b2007d9a1ef04cb8918dd36b54e212172893 100644
--- a/SConstruct
+++ b/SConstruct
@@ -249,6 +249,7 @@ sources = Split("""action_processor.cc
filesystem_iterator.cc
file_writer.cc
flimflam_proxy.cc
+ full_update_generator.cc
graph_utils.cc
gzip.cc
libcurl_http_fetcher.cc
@@ -290,6 +291,7 @@ unittest_sources = Split("""action_unittest.cc
filesystem_copier_action_unittest.cc
filesystem_iterator_unittest.cc
flimflam_proxy_unittest.cc
+ full_update_generator_unittest.cc
graph_utils_unittest.cc
http_fetcher_unittest.cc
mock_http_fetcher.cc
« no previous file with comments | « no previous file | delta_diff_generator.h » ('j') | full_update_generator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698