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

Unified Diff: components/components_tests.gyp

Issue 333353005: Move OmahaQueryParams to a component and add a delegate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 | « components/components.gyp ('k') | components/omaha_query_params.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 2d1685729dc51c084f10497f212e30208c6e70fb..751c83d0df64d7612151d8b4b196ee3d0274c381 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -129,6 +129,7 @@
'metrics/persisted_logs_unittest.cc',
'navigation_interception/intercept_navigation_resource_throttle_unittest.cc',
'network_time/network_time_tracker_unittest.cc',
+ 'omaha_query_params/omaha_query_params_unittest.cc',
'os_crypt/ie7_password_win_unittest.cc',
'os_crypt/keychain_password_mac_unittest.mm',
'os_crypt/os_crypt_unittest.cc',
@@ -302,6 +303,9 @@
# Dependencies of network_time
'components.gyp:network_time',
+ # Dependencies of omaha_query_params
+ 'components.gyp:omaha_query_params',
+
# Dependencies of os_crypt
'components.gyp:os_crypt',
« no previous file with comments | « components/components.gyp ('k') | components/omaha_query_params.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698