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

Unified Diff: SConstruct

Issue 5835004: AU: MultiHttpFetcher cleanup/rewrite (Closed) Base URL: http://git.chromium.org/git/update_engine.git@master
Patch Set: Created 10 years 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 | http_fetcher.h » ('j') | http_fetcher.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index c9d506828667f604f7fa2c25034460a7d99b3642..80dd803bf5f26b683fb1847913e2f15cb60ed99c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -229,7 +229,7 @@ env.DbusBindings('update_engine.dbusclient.h', 'update_engine.xml')
env.GlibMarshal('marshal.glibmarshal.c', 'marshal.list')
if ARGUMENTS.get('debug', 0):
- env['CCFLAGS'] += ' -fprofile-arcs -ftest-coverage'
+ env['CCFLAGS'] += ['-fprofile-arcs', '-ftest-coverage']
env['LIBS'] += ['bz2', 'gcov']
sources = Split("""action_processor.cc
@@ -256,6 +256,7 @@ sources = Split("""action_processor.cc
http_fetcher.cc
libcurl_http_fetcher.cc
marshal.glibmarshal.c
+ multi_range_http_fetcher.cc
omaha_hash_calculator.cc
omaha_request_action.cc
omaha_request_params.cc
« no previous file with comments | « no previous file | http_fetcher.h » ('j') | http_fetcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698