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

Unified Diff: src/platform/update_engine/SConstruct

Issue 578009: AU: Some graph types and a couple utility functions (Closed)
Patch Set: Created 10 years, 11 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/graph_types.h » ('j') | src/platform/update_engine/graph_types.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 38ae3f1ccd38c1c4d6f089974990d24543a17064..0f600a2a27103c64a62e812f0051abc456752b54 100644
--- a/src/platform/update_engine/SConstruct
+++ b/src/platform/update_engine/SConstruct
@@ -93,6 +93,7 @@ sources = Split("""action_processor.cc
filesystem_copier_action.cc
filesystem_iterator.cc
file_writer.cc
+ graph_utils.cc
gzip.cc
libcurl_http_fetcher.cc
omaha_hash_calculator.cc
@@ -117,6 +118,7 @@ unittest_sources = Split("""action_unittest.cc
file_writer_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
« no previous file with comments | « no previous file | src/platform/update_engine/graph_types.h » ('j') | src/platform/update_engine/graph_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698