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

Unified Diff: src/platform/update_engine/SConstruct

Issue 855002: AU: Bzip2 utility functions that mirror Gzip utility functions. (Closed)
Patch Set: revert utils.* Created 10 years, 9 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/bzip.h » ('j') | src/platform/update_engine/bzip.h » ('J')
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 e27871a93ca24f682e3e584b992fc3e7c56b73bc..8854abcc7c682db25c2e92543e899a90a22834b7 100644
--- a/src/platform/update_engine/SConstruct
+++ b/src/platform/update_engine/SConstruct
@@ -85,6 +85,7 @@ if ARGUMENTS.get('debug', 0):
sources = Split("""action_processor.cc
+ bzip.cc
bzip_extent_writer.cc
cycle_breaker.cc
decompressing_file_writer.cc
@@ -125,7 +126,6 @@ unittest_sources = Split("""action_unittest.cc
filesystem_copier_action_unittest.cc
filesystem_iterator_unittest.cc
graph_utils_unittest.cc
- gzip_unittest.cc
http_fetcher_unittest.cc
mock_http_fetcher.cc
omaha_hash_calculator_unittest.cc
@@ -138,7 +138,8 @@ unittest_sources = Split("""action_unittest.cc
test_utils.cc
topological_sort_unittest.cc
update_check_action_unittest.cc
- utils_unittest.cc""")
+ utils_unittest.cc
+ zip_unittest.cc""")
unittest_main = ['testrunner.cc']
delta_generator_sources = Split("""delta_diff_generator.cc""")
« no previous file with comments | « no previous file | src/platform/update_engine/bzip.h » ('j') | src/platform/update_engine/bzip.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698