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

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

Issue 1612663002: Use a valid /prefetch argument when launching a process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bit
Patch Set: address comments from gab #13 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 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 "+components/metrics", 6 "+components/metrics",
7
8 # TODO(fdoray): Remove this once the PreRead field trial has expired.
9 # crbug.com/577698
10 "+components/startup_metric_utils/common",
11
7 "+third_party/crashpad", 12 "+third_party/crashpad",
8 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698