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

Unified Diff: SConstruct

Issue 2856070: Don't send machine and user ID to Omaha anymore. Send a/r pings instead. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: Address review comments. 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 | main.cc » ('j') | omaha_request_action.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index cf51f47d815024aad6ad972342a21204a6007640..a24586b11a501158d2c91ecde00207301298b571 100644
--- a/SConstruct
+++ b/SConstruct
@@ -294,7 +294,7 @@ delta_generator_cmd = env.Program('delta_generator',
http_server_cmd = env.Program('test_http_server', 'test_http_server.cc')
unittest_env = env.Clone()
-unittest_env.Append(LIBS=['gtest'])
+unittest_env.Append(LIBS=['gmock', 'gtest'])
unittest_cmd = unittest_env.Program('update_engine_unittests',
unittest_sources + unittest_main)
Clean(unittest_cmd, Glob('*.gcda') + Glob('*.gcno') + Glob('*.gcov') +
« no previous file with comments | « no previous file | main.cc » ('j') | omaha_request_action.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698