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

Side by Side Diff: components/variations/DEPS

Issue 2473023002: Remove self-DEPS from chrome/variations/DEPS. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This component is shared with the Chrome OS build, so it's important to limit 1 # This component is shared with the Chrome OS build, so it's important to limit
2 # dependencies to a minimal set. 2 # dependencies to a minimal set.
3 include_rules = [ 3 include_rules = [
4 "-components", 4 "-components",
5 "+components/compression", 5 "+components/compression",
6 "+components/crash/core/common", 6 "+components/crash/core/common",
7 "+components/prefs", 7 "+components/prefs",
8 "+components/variations",
9 "+crypto", 8 "+crypto",
10 "-net", 9 "-net",
11 "+third_party/mt19937ar", 10 "+third_party/mt19937ar",
12 "+third_party/protobuf", 11 "+third_party/protobuf",
13 "+third_party/zlib/google", 12 "+third_party/zlib/google",
14 ] 13 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698