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

Side by Side Diff: chrome/installer/util/DEPS

Issue 2017123002: Adds a base32 component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Migrates installer/setup/user_hive_visitor.cc to use base32 component Created 4 years, 6 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
« no previous file with comments | « chrome/installer/util/BUILD.gn ('k') | chrome/installer/util/shell_util.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # This file is generated but otherwise would be excluded because of the 2 # This file is generated but otherwise would be excluded because of the
3 # "-chrome" rule in a parent dir. 3 # "-chrome" rule in a parent dir.
4 "+chrome/grit/chromium_strings.h", 4 "+chrome/grit/chromium_strings.h",
5 5
6 "+chrome/install_static/install_util.h", 6 "+chrome/install_static/install_util.h",
7 7
8 "+components/base32",
8 "+components/metrics", 9 "+components/metrics",
9 10
10 # TODO(fdoray): Remove this once the PreRead field trial has expired. 11 # TODO(fdoray): Remove this once the PreRead field trial has expired.
11 # crbug.com/577698 12 # crbug.com/577698
12 "+components/startup_metric_utils/common", 13 "+components/startup_metric_utils/common",
13 14
14 "+third_party/crashpad", 15 "+third_party/crashpad",
15 ] 16 ]
OLDNEW
« no previous file with comments | « chrome/installer/util/BUILD.gn ('k') | chrome/installer/util/shell_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698