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

Unified Diff: src/platform/update_engine/SConstruct

Issue 794003: AU: Topological Sort. (Closed)
Patch Set: 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 f43c68f75c7445f280f43db7937d23cabf00864d..e27871a93ca24f682e3e584b992fc3e7c56b73bc 100644
--- a/src/platform/update_engine/SConstruct
+++ b/src/platform/update_engine/SConstruct
@@ -105,6 +105,7 @@ sources = Split("""action_processor.cc
set_bootable_flag_action.cc
subprocess.cc
tarjan.cc
+ topological_sort.cc
update_check_action.cc
update_metadata.pb.cc
utils.cc""")
@@ -135,6 +136,7 @@ unittest_sources = Split("""action_unittest.cc
subprocess_unittest.cc
tarjan_unittest.cc
test_utils.cc
+ topological_sort_unittest.cc
update_check_action_unittest.cc
utils_unittest.cc""")
unittest_main = ['testrunner.cc']
« no previous file with comments | « no previous file | src/platform/update_engine/topological_sort.h » ('j') | src/platform/update_engine/topological_sort.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698