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

Unified Diff: SConstruct

Issue 5684002: Add support for bsdiff of file system metadata blocks (Closed) Base URL: http://git.chromium.org/git/update_engine.git@master
Patch Set: Addressed code review feedbacks Created 10 years 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') | test_utils.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index c9d506828667f604f7fa2c25034460a7d99b3642..6b0646a36628f6a98c4347ed39587932cd38a858 100644
--- a/SConstruct
+++ b/SConstruct
@@ -197,6 +197,7 @@ env['LIBS'] = Split("""base
bz2
crypto
curl
+ ext2fs
gflags
glib-2.0
gthread-2.0
@@ -256,6 +257,7 @@ sources = Split("""action_processor.cc
http_fetcher.cc
libcurl_http_fetcher.cc
marshal.glibmarshal.c
+ metadata.cc
omaha_hash_calculator.cc
omaha_request_action.cc
omaha_request_params.cc
@@ -297,6 +299,7 @@ unittest_sources = Split("""action_unittest.cc
full_update_generator_unittest.cc
graph_utils_unittest.cc
http_fetcher_unittest.cc
+ metadata_unittest.cc
mock_http_fetcher.cc
omaha_hash_calculator_unittest.cc
omaha_request_action_unittest.cc
@@ -358,4 +361,4 @@ unittest_env.Append(LIBS=['gmock', 'gtest'])
unittest_cmd = unittest_env.Program('update_engine_unittests',
unittest_sources + unittest_main)
Clean(unittest_cmd, Glob('*.gcda') + Glob('*.gcno') + Glob('*.gcov') +
- Split('html app.info'))
+ Split('html app.info'))
« no previous file with comments | « no previous file | delta_diff_generator.h » ('j') | test_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698