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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # This component is shared with the Chrome OS build, so it's important to limit
2 # dependencies to a minimal set.
1 include_rules = [ 3 include_rules = [
2 "+components/google", 4 "-components",
3 "+net", 5 "+components/variations",
6 "-net",
4 "+third_party/mt19937ar", 7 "+third_party/mt19937ar",
5 ] 8 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698