Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(800)

Unified Diff: components/variations/DEPS

Issue 668863002: [Clean up] Move VariationsHttpHeaderProvider into a subdirectory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN variations:unit_tests build Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/variations/DEPS
diff --git a/components/variations/DEPS b/components/variations/DEPS
index 1a790cd8c2a1ef6f090e39c6e124a704e59d6125..3d6cf278468c1ef7d5bbe04556d892e31029c1b7 100644
--- a/components/variations/DEPS
+++ b/components/variations/DEPS
@@ -1,5 +1,8 @@
+# This component is shared with the Chrome OS build, so it's important to limit
+# dependencies to a minimal set.
include_rules = [
- "+components/google",
- "+net",
+ "-components",
+ "+components/variations",
+ "-net",
"+third_party/mt19937ar",
]

Powered by Google App Engine
This is Rietveld 408576698