summaryrefslogtreecommitdiffstats
path: root/components/update_client
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-08-25 17:26:03 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-26 00:26:55 +0000
commit29444ff4560dfb889c3e158a3908536bad1372eb (patch)
tree4faea3d8b1308f61e01752594d41f64ef93909dd /components/update_client
parent96f02c29f3838ffccd42962c46e8144597f28774 (diff)
downloadchromium_src-29444ff4560dfb889c3e158a3908536bad1372eb.zip
chromium_src-29444ff4560dfb889c3e158a3908536bad1372eb.tar.gz
chromium_src-29444ff4560dfb889c3e158a3908536bad1372eb.tar.bz2
Sync remaining components_unittests with GN
This syncs all remaining non-blocked tests from GYP to GN. This does not include NaCl related ones (nacl isn't completely hooked up) nor web_modal (blocked on bug 522654) nor constrained_window (blocked 0on web_modal). CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/1307763004 Cr-Commit-Position: refs/heads/master@{#345500}
Diffstat (limited to 'components/update_client')
-rw-r--r--components/update_client/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/update_client/BUILD.gn b/components/update_client/BUILD.gn
index d4e6125..31e636b 100644
--- a/components/update_client/BUILD.gn
+++ b/components/update_client/BUILD.gn
@@ -92,6 +92,7 @@ source_set("unit_tests") {
"request_sender_unittest.cc",
"update_checker_unittest.cc",
"update_client_unittest.cc",
+ "update_query_params_unittest.cc",
"update_response_unittest.cc",
]