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

Unified Diff: src/platform/update_engine/SConstruct

Issue 650199: AU: Extent Mapper class (Closed)
Patch Set: fixes for review Created 10 years, 10 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/extent_mapper.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 0f600a2a27103c64a62e812f0051abc456752b54..e92a895530d4592c2ad69d7e1da4f1e04ad0f4fe 100644
--- a/src/platform/update_engine/SConstruct
+++ b/src/platform/update_engine/SConstruct
@@ -89,6 +89,7 @@ sources = Split("""action_processor.cc
decompressing_file_writer.cc
delta_diff_parser.cc
download_action.cc
+ extent_mapper.cc
extent_writer.cc
filesystem_copier_action.cc
filesystem_iterator.cc
@@ -114,6 +115,7 @@ unittest_sources = Split("""action_unittest.cc
decompressing_file_writer_unittest.cc
delta_diff_generator_unittest.cc
download_action_unittest.cc
+ extent_mapper_unittest.cc
extent_writer_unittest.cc
file_writer_unittest.cc
filesystem_copier_action_unittest.cc
« no previous file with comments | « no previous file | src/platform/update_engine/extent_mapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698