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

Unified Diff: src/platform/update_engine/SConstruct

Issue 1800009: AU: SplitWriter class for parsing our full update files. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: fixes for review Created 10 years, 8 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 | src/platform/update_engine/decompressing_file_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/update_engine/SConstruct
diff --git a/src/platform/update_engine/SConstruct b/src/platform/update_engine/SConstruct
index 685542576002ad1b0d53017075d24a25d21385d4..dc05e37276af4ba93c4cb7d6678e00b241a079fa 100644
--- a/src/platform/update_engine/SConstruct
+++ b/src/platform/update_engine/SConstruct
@@ -170,6 +170,7 @@ sources = Split("""action_processor.cc
omaha_response_handler_action.cc
postinstall_runner_action.cc
set_bootable_flag_action.cc
+ split_file_writer.cc
subprocess.cc
tarjan.cc
topological_sort.cc
@@ -201,6 +202,7 @@ unittest_sources = Split("""action_unittest.cc
omaha_response_handler_action_unittest.cc
postinstall_runner_action_unittest.cc
set_bootable_flag_action_unittest.cc
+ split_file_writer_unittest.cc
subprocess_unittest.cc
tarjan_unittest.cc
test_utils.cc
« no previous file with comments | « no previous file | src/platform/update_engine/decompressing_file_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698