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

Unified Diff: SConstruct

Issue 3471006: AU: Speed up updates by using buffered writes. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: update comment Created 10 years, 3 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 | buffered_file_writer.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 a9bf9ebc05aa6469ead97ad2819042987bee991b..70803e761f94366ec192effc2cd8d29088fb3865 100644
--- a/SConstruct
+++ b/SConstruct
@@ -193,6 +193,7 @@ if ARGUMENTS.get('debug', 0):
env['LIBS'] += ['bz2', 'gcov']
sources = Split("""action_processor.cc
+ buffered_file_writer.cc
bzip.cc
bzip_extent_writer.cc
cycle_breaker.cc
@@ -232,6 +233,7 @@ main = ['main.cc']
unittest_sources = Split("""action_unittest.cc
action_pipe_unittest.cc
action_processor_unittest.cc
+ buffered_file_writer_unittest.cc
bzip_extent_writer_unittest.cc
cycle_breaker_unittest.cc
decompressing_file_writer_unittest.cc
« no previous file with comments | « no previous file | buffered_file_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698