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

Unified Diff: src/platform/update_engine/SConstruct

Issue 784001: AU: Cycle Breaker for directed graphs. (Closed)
Patch Set: fixes for review 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
Index: src/platform/update_engine/SConstruct
diff --git a/src/platform/update_engine/SConstruct b/src/platform/update_engine/SConstruct
index 5bfbec77f5bc12d75ae24f578f82bfbfcb160a14..f43c68f75c7445f280f43db7937d23cabf00864d 100644
--- a/src/platform/update_engine/SConstruct
+++ b/src/platform/update_engine/SConstruct
@@ -86,6 +86,7 @@ if ARGUMENTS.get('debug', 0):
sources = Split("""action_processor.cc
bzip_extent_writer.cc
+ cycle_breaker.cc
decompressing_file_writer.cc
delta_diff_parser.cc
download_action.cc
@@ -113,6 +114,7 @@ unittest_sources = Split("""action_unittest.cc
action_pipe_unittest.cc
action_processor_unittest.cc
bzip_extent_writer_unittest.cc
+ cycle_breaker_unittest.cc
decompressing_file_writer_unittest.cc
delta_diff_generator_unittest.cc
download_action_unittest.cc
« no previous file with comments | « no previous file | src/platform/update_engine/cycle_breaker.h » ('j') | src/platform/update_engine/cycle_breaker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698