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

Unified Diff: src/platform/update_engine/SConstruct

Issue 657055: AU: Tarjan's algorithm. (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
« no previous file with comments | « no previous file | src/platform/update_engine/tarjan.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 e92a895530d4592c2ad69d7e1da4f1e04ad0f4fe..5bfbec77f5bc12d75ae24f578f82bfbfcb160a14 100644
--- a/src/platform/update_engine/SConstruct
+++ b/src/platform/update_engine/SConstruct
@@ -103,6 +103,7 @@ sources = Split("""action_processor.cc
postinstall_runner_action.cc
set_bootable_flag_action.cc
subprocess.cc
+ tarjan.cc
update_check_action.cc
update_metadata.pb.cc
utils.cc""")
@@ -130,6 +131,7 @@ unittest_sources = Split("""action_unittest.cc
postinstall_runner_action_unittest.cc
set_bootable_flag_action_unittest.cc
subprocess_unittest.cc
+ tarjan_unittest.cc
test_utils.cc
update_check_action_unittest.cc
utils_unittest.cc""")
« no previous file with comments | « no previous file | src/platform/update_engine/tarjan.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698