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

Side by Side Diff: components/metrics/DEPS

Issue 1651203002: Update components for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 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/metrics", 6 "+components/metrics",
7 "+components/prefs",
7 "+components/variations", 8 "+components/variations",
8 "+components/version_info", 9 "+components/version_info",
9 "+third_party/zlib/google", 10 "+third_party/zlib/google",
10 "-net", 11 "-net",
11 ] 12 ]
OLDNEW
« no previous file with comments | « components/autofill/core/browser/autocomplete_history_manager.cc ('k') | components/metrics/metrics_log_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698