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

Unified Diff: SConstruct

Issue 3014035: AU: Add support for persistent update engine preferences store. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: test directory creation 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 | prefs.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 216eb1d9b16ce1b5d706993d9cc00f0421fb8e8e..cf51f47d815024aad6ad972342a21204a6007640 100644
--- a/SConstruct
+++ b/SConstruct
@@ -214,6 +214,7 @@ sources = Split("""action_processor.cc
omaha_request_params.cc
omaha_response_handler_action.cc
postinstall_runner_action.cc
+ prefs.cc
set_bootable_flag_action.cc
simple_key_value_store.cc
split_file_writer.cc
@@ -247,6 +248,7 @@ unittest_sources = Split("""action_unittest.cc
omaha_request_params_unittest.cc
omaha_response_handler_action_unittest.cc
postinstall_runner_action_unittest.cc
+ prefs_unittest.cc
set_bootable_flag_action_unittest.cc
simple_key_value_store_unittest.cc
split_file_writer_unittest.cc
« no previous file with comments | « no previous file | prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698