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

Unified Diff: SConstruct

Issue 2981007: Rename UpdateCheckAction|Params to OmahaRequestAction|Params. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: fix the comment Created 10 years, 5 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 | integration_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index 196df2ada692a9fb8a29ee179c1cb89401661af7..df29f868731e452bef2308ec9ea0256d2079850d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -209,6 +209,7 @@ sources = Split("""action_processor.cc
libcurl_http_fetcher.cc
marshal.glibmarshal.c
omaha_hash_calculator.cc
+ omaha_request_action.cc
omaha_request_prep_action.cc
omaha_response_handler_action.cc
postinstall_runner_action.cc
@@ -219,7 +220,6 @@ sources = Split("""action_processor.cc
tarjan.cc
topological_sort.cc
update_attempter.cc
- update_check_action.cc
update_metadata.pb.cc
utils.cc""")
main = ['main.cc']
@@ -242,6 +242,7 @@ unittest_sources = Split("""action_unittest.cc
http_fetcher_unittest.cc
mock_http_fetcher.cc
omaha_hash_calculator_unittest.cc
+ omaha_request_action_unittest.cc
omaha_request_prep_action_unittest.cc
omaha_response_handler_action_unittest.cc
postinstall_runner_action_unittest.cc
@@ -252,7 +253,6 @@ unittest_sources = Split("""action_unittest.cc
tarjan_unittest.cc
test_utils.cc
topological_sort_unittest.cc
- update_check_action_unittest.cc
utils_unittest.cc
zip_unittest.cc""")
unittest_main = ['testrunner.cc']
« no previous file with comments | « no previous file | integration_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698