Commit 84a1ce2c authored by Gayane Petrosyan's avatar Gayane Petrosyan Committed by Commit Bot

variations:unit_test shouldn't depend on field_trial_config:unit_tests

Bug: None
Change-Id: I47fc0e4a15e178072f65358ad8044def01ba1909
Reviewed-on: https://chromium-review.googlesource.com/889618Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Reviewed-by: default avatarCait Phillips <caitkp@chromium.org>
Commit-Queue: Gayane Petrosyan <gayane@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532955}
parent 9456bea5
......@@ -153,6 +153,7 @@ test("components_unittests") {
"//components/url_matcher:unit_tests",
"//components/url_pattern_index:unit_tests",
"//components/variations:unit_tests",
"//components/variations/field_trial_config:unit_tests",
"//components/variations/service:unit_tests",
"//components/web_resource:unit_tests",
"//components/webdata/common:unit_tests",
......
......@@ -151,7 +151,6 @@ source_set("unit_tests") {
"proto",
"//base/test:test_support",
"//components/prefs:test_support",
"//components/variations/field_trial_config:unit_tests",
"//testing/gtest",
"//third_party/zlib/google:compression_utils",
]
......@@ -165,6 +164,7 @@ test("variations_unittests") {
deps = [
":unit_tests",
"//components/test:test_support",
"//components/variations/field_trial_config:unit_tests",
"//components/variations/service:unit_tests",
]
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment