diff options
Diffstat (limited to 'chromium/components/variations/BUILD.gn')
-rw-r--r-- | chromium/components/variations/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/components/variations/BUILD.gn b/chromium/components/variations/BUILD.gn index fc9e3be7f76..00b73491cda 100644 --- a/chromium/components/variations/BUILD.gn +++ b/chromium/components/variations/BUILD.gn @@ -156,10 +156,12 @@ source_set("unit_tests") { "//components/crash/core/common:crash_key", "//components/prefs:test_support", "//components/variations/field_trial_config:field_trial_config", + "//services/network/public/cpp:cpp_base", "//testing/gmock", "//testing/gtest", "//third_party/smhasher:murmurhash3", "//third_party/zlib/google:compression_utils", + "//url", ] } |