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") {
"//components/sync",
"//components/sync_preferences",
"//components/url_formatter",
"//components/variations",
"//components/webdata/common",
"//google_apis",
"//net",
......@@ -613,7 +612,6 @@ source_set("unit_tests") {
"//components/sync_preferences:test_support",
"//components/ukm:test_support",
"//components/url_formatter",
"//components/variations",
"//google_apis:google_apis",
"//net:test_support",
"//services/metrics/public/cpp:ukm_builders",
......@@ -690,7 +688,6 @@ static_library("affiliation") {
deps = [
"//base",
"//components/url_formatter",
"//components/variations",
"//net",
"//url",
]
......@@ -705,7 +702,6 @@ source_set("affiliation_unittests") {
":affiliation",
"//base",
"//components/autofill/core/common",
"//components/variations",
"//testing/gmock",
"//testing/gtest",
"//url",
......
......@@ -14,7 +14,6 @@ include_rules = [
"+components/sync/test",
"+components/sync_preferences",
"+components/url_formatter",
"+components/variations",
"+components/webdata/common",
"+crypto",
"+google_apis",
......
......@@ -11,7 +11,6 @@
#include "base/strings/string_piece.h"
#include "base/strings/string_util.h"
#include "components/url_formatter/elide_url.h"
#include "components/variations/variations_associated_data.h"
#include "net/base/escape.h"
#include "url/third_party/mozilla/url_parse.h"
#include "url/url_canon_stdstring.h"
......
......@@ -8,7 +8,6 @@
#include "base/metrics/field_trial.h"
#include "base/strings/utf_string_conversions.h"
#include "components/autofill/core/common/password_form.h"
#include "components/variations/variations_associated_data.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/url_constants.h"
......
......@@ -15,7 +15,6 @@
#include "components/prefs/pref_service.h"
#include "components/sync/driver/sync_service.h"
#include "components/sync/driver/sync_user_settings.h"
#include "components/variations/variations_associated_data.h"
namespace password_bubble_experiment {
......
......@@ -33,7 +33,6 @@
#include "components/prefs/pref_registry_simple.h"
#include "components/prefs/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/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
......
......@@ -61,7 +61,6 @@ static_library("sync_sessions") {
"//components/keyed_service/core",
"//components/prefs",
"//components/sync_user_events",
"//components/variations",
"//components/version_info",
"//google_apis",
"//ui/base:base",
......
......@@ -9,7 +9,6 @@ include_rules = [
"+components/sync",
"+components/sync_device_info",
"+components/sync_user_events",
"+components/variations",
"+components/version_info",
"+google_apis",
"+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