Commit ac412c60 authored by Caitlin Fischer's avatar Caitlin Fischer Committed by Commit Bot

Have content/DEPS depend on components/variations.

content/ already depends on components/variations in multiple places;
see the bug for more details.

This will also eliminate the need to add additional variations-related
dependencies in content/renderer/DEPS and content/browser/DEPS, e.g.
https://chromium-review.googlesource.com/c/chromium/src/+/2411489/2.

Bug: 1129078
Change-Id: Id9c8ddef40e70671d4e42ef0b24cdb6239be2f5a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414842
Commit-Queue: Caitlin Fischer <caitlinfischer@google.com>
Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#807885}
parent 5d5c9a50
......@@ -6,7 +6,6 @@ include_rules = [
"+components/prefs",
"+components/optimization_guide",
"+components/previews/core",
"+components/variations",
"+content/public/browser",
"+content/public/common",
"+content/public/test",
......
......@@ -12,7 +12,6 @@ include_rules = [
"+components/security_interstitials/core",
"+components/ssl_errors",
"+components/user_prefs",
"+components/variations",
"+components/version_info",
"+components/wifi",
"+content/public/browser",
......
......@@ -26,6 +26,7 @@ include_rules = [
"+components/services/filesystem",
"+components/services/font/public",
"+components/variations",
"+crypto",
"+grit/blink_resources.h",
......
......@@ -34,9 +34,6 @@ include_rules = [
"+components/tracing",
"+components/ukm",
"+components/url_formatter",
"+components/variations/variations_client.h",
"+components/variations/variations_ids_provider.h",
"+components/variations/net",
"+components/viz",
"+components/web_package",
"+components/cbor",
......
......@@ -2,7 +2,6 @@ include_rules = [
# Allow inclusion of specific components that we depend on.
# See comment in content/DEPS for which components are allowed.
"+components/tracing",
"+components/variations/child_process_field_trial_syncer.h",
"+components/webcrypto",
"+components/services/font/public",
......
......@@ -9,7 +9,6 @@ include_rules = [
"+components/metrics:single_sample_metrics",
"+components/payments",
"+components/url_formatter",
"+components/variations/net",
"+components/viz/client",
"+components/viz/common",
# *********************************** NOTE ***********************************
......
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