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

Unified Diff: SConstruct

Issue 5151005: AU: Proxy Resolver classes (Closed) Base URL: http://git.chromium.org/git/update_engine.git@master
Patch Set: merge master Created 10 years, 1 month 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 | chrome_proxy_resolver.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 f772882c1b8b9a20fda33b0cfd2ece15ad47436d..97cc6e3d5efd8fd8ded08d00a3aa56c146eb7ce1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -236,6 +236,7 @@ sources = Split("""action_processor.cc
buffered_file_writer.cc
bzip.cc
bzip_extent_writer.cc
+ chrome_proxy_resolver.cc
cycle_breaker.cc
dbus_service.cc
decompressing_file_writer.cc
@@ -261,6 +262,7 @@ sources = Split("""action_processor.cc
payload_signer.cc
postinstall_runner_action.cc
prefs.cc
+ proxy_resolver.cc
simple_key_value_store.cc
split_file_writer.cc
subprocess.cc
@@ -278,6 +280,7 @@ unittest_sources = Split("""action_unittest.cc
action_processor_unittest.cc
buffered_file_writer_unittest.cc
bzip_extent_writer_unittest.cc
+ chrome_proxy_resolver_unittest.cc
cycle_breaker_unittest.cc
decompressing_file_writer_unittest.cc
delta_diff_generator_unittest.cc
« no previous file with comments | « no previous file | chrome_proxy_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698