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

Unified Diff: components/metrics/DEPS

Issue 1271123003: Componentize VariationsSeedStore and its unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@componentize_variations_prefs
Patch Set: Created 5 years, 4 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/metrics/DEPS
diff --git a/components/metrics/DEPS b/components/metrics/DEPS
index aa5bdc7f92bb6145c7bac27e61b2290a5d17beda..6b53e94cbdc8addfcca54d011cad1c3599473990 100644
--- a/components/metrics/DEPS
+++ b/components/metrics/DEPS
@@ -4,6 +4,7 @@ include_rules = [
"-components",
"+components/metrics",
"+components/variations",
+ "+crypto",
blundell 2015/08/05 12:33:57 Do you know if this dependency is problematic from
"-net",
"+third_party/zlib",
]

Powered by Google App Engine
This is Rietveld 408576698