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

Unified Diff: SConstruct

Issue 3173032: AU: Payload Signer class (Closed) Base URL: ssh://git@chromiumos-git/update_engine.git
Patch Set: git pull Created 10 years, 4 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 | payload_signer.h » ('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 97444ef549918a268ff4f9c74e2e168e7ce48edc..b5c2c702ba40a868702e4917829e220fda7d8f20 100644
--- a/SConstruct
+++ b/SConstruct
@@ -212,6 +212,7 @@ sources = Split("""action_processor.cc
omaha_request_action.cc
omaha_request_params.cc
omaha_response_handler_action.cc
+ payload_signer.cc
postinstall_runner_action.cc
prefs.cc
set_bootable_flag_action.cc
@@ -246,6 +247,7 @@ unittest_sources = Split("""action_unittest.cc
omaha_request_action_unittest.cc
omaha_request_params_unittest.cc
omaha_response_handler_action_unittest.cc
+ payload_signer_unittest.cc
postinstall_runner_action_unittest.cc
prefs_unittest.cc
set_bootable_flag_action_unittest.cc
« no previous file with comments | « no previous file | payload_signer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698