Commit 9db30a01 authored by Sylvain Defresne's avatar Sylvain Defresne Committed by Commit Bot

Remove obsolete dependencies on //components/variations

Those dependencies seem to be obsolete as none of the symbols
defined from the #included headers are used. Remove them as a
cleanup.

Bug: none
Change-Id: I38c0649bf7cd47937b9c64ed690edf79b74dd4c1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906367
Auto-Submit: Sylvain Defresne <sdefresne@chromium.org>
Commit-Queue: Jochen Eisinger <jochen@chromium.org>
Reviewed-by: default avatarJochen Eisinger <jochen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714117}
parent 076dbd64
...@@ -261,7 +261,6 @@ jumbo_static_library("browser") { ...@@ -261,7 +261,6 @@ jumbo_static_library("browser") {
"//components/sync", "//components/sync",
"//components/sync_preferences", "//components/sync_preferences",
"//components/url_formatter", "//components/url_formatter",
"//components/variations",
"//components/webdata/common", "//components/webdata/common",
"//google_apis", "//google_apis",
"//net", "//net",
...@@ -613,7 +612,6 @@ source_set("unit_tests") { ...@@ -613,7 +612,6 @@ source_set("unit_tests") {
"//components/sync_preferences:test_support", "//components/sync_preferences:test_support",
"//components/ukm:test_support", "//components/ukm:test_support",
"//components/url_formatter", "//components/url_formatter",
"//components/variations",
"//google_apis:google_apis", "//google_apis:google_apis",
"//net:test_support", "//net:test_support",
"//services/metrics/public/cpp:ukm_builders", "//services/metrics/public/cpp:ukm_builders",
...@@ -690,7 +688,6 @@ static_library("affiliation") { ...@@ -690,7 +688,6 @@ static_library("affiliation") {
deps = [ deps = [
"//base", "//base",
"//components/url_formatter", "//components/url_formatter",
"//components/variations",
"//net", "//net",
"//url", "//url",
] ]
...@@ -705,7 +702,6 @@ source_set("affiliation_unittests") { ...@@ -705,7 +702,6 @@ source_set("affiliation_unittests") {
":affiliation", ":affiliation",
"//base", "//base",
"//components/autofill/core/common", "//components/autofill/core/common",
"//components/variations",
"//testing/gmock", "//testing/gmock",
"//testing/gtest", "//testing/gtest",
"//url", "//url",
......
...@@ -14,7 +14,6 @@ include_rules = [ ...@@ -14,7 +14,6 @@ include_rules = [
"+components/sync/test", "+components/sync/test",
"+components/sync_preferences", "+components/sync_preferences",
"+components/url_formatter", "+components/url_formatter",
"+components/variations",
"+components/webdata/common", "+components/webdata/common",
"+crypto", "+crypto",
"+google_apis", "+google_apis",
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
#include "base/strings/string_piece.h" #include "base/strings/string_piece.h"
#include "base/strings/string_util.h" #include "base/strings/string_util.h"
#include "components/url_formatter/elide_url.h" #include "components/url_formatter/elide_url.h"
#include "components/variations/variations_associated_data.h"
#include "net/base/escape.h" #include "net/base/escape.h"
#include "url/third_party/mozilla/url_parse.h" #include "url/third_party/mozilla/url_parse.h"
#include "url/url_canon_stdstring.h" #include "url/url_canon_stdstring.h"
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
#include "base/metrics/field_trial.h" #include "base/metrics/field_trial.h"
#include "base/strings/utf_string_conversions.h" #include "base/strings/utf_string_conversions.h"
#include "components/autofill/core/common/password_form.h" #include "components/autofill/core/common/password_form.h"
#include "components/variations/variations_associated_data.h"
#include "testing/gtest/include/gtest/gtest.h" #include "testing/gtest/include/gtest/gtest.h"
#include "url/url_constants.h" #include "url/url_constants.h"
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#include "components/prefs/pref_service.h" #include "components/prefs/pref_service.h"
#include "components/sync/driver/sync_service.h" #include "components/sync/driver/sync_service.h"
#include "components/sync/driver/sync_user_settings.h" #include "components/sync/driver/sync_user_settings.h"
#include "components/variations/variations_associated_data.h"
namespace password_bubble_experiment { namespace password_bubble_experiment {
......
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
#include "components/prefs/pref_registry_simple.h" #include "components/prefs/pref_registry_simple.h"
#include "components/prefs/pref_service.h" #include "components/prefs/pref_service.h"
#include "components/prefs/testing_pref_service.h" #include "components/prefs/testing_pref_service.h"
#include "components/variations/entropy_provider.h"
#include "testing/gmock/include/gmock/gmock.h" #include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h" #include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h" #include "url/gurl.h"
......
...@@ -61,7 +61,6 @@ static_library("sync_sessions") { ...@@ -61,7 +61,6 @@ static_library("sync_sessions") {
"//components/keyed_service/core", "//components/keyed_service/core",
"//components/prefs", "//components/prefs",
"//components/sync_user_events", "//components/sync_user_events",
"//components/variations",
"//components/version_info", "//components/version_info",
"//google_apis", "//google_apis",
"//ui/base:base", "//ui/base:base",
......
...@@ -9,7 +9,6 @@ include_rules = [ ...@@ -9,7 +9,6 @@ include_rules = [
"+components/sync", "+components/sync",
"+components/sync_device_info", "+components/sync_device_info",
"+components/sync_user_events", "+components/sync_user_events",
"+components/variations",
"+components/version_info", "+components/version_info",
"+google_apis", "+google_apis",
"+ui/base/page_transition_types.h", "+ui/base/page_transition_types.h",
......
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