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

Unified Diff: components/crash/content/app/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 #10 Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: components/crash/content/app/DEPS
diff --git a/components/crash/content/app/DEPS b/components/crash/content/app/DEPS
index 80bc21a397cf7e9f0f5d4b374ebd84bf1ee6a882..989e13cd531927c00773a64f9619fc89bb060e7e 100644
--- a/components/crash/content/app/DEPS
+++ b/components/crash/content/app/DEPS
@@ -2,7 +2,13 @@ include_rules = [
"+sandbox",
"+content/public/common/content_descriptors.h",
+ "+content/public/common/content_switches.h",
"+content/public/common/result_codes.h",
+
+ # TODO(fdoray): Remove this once the PreRead field trial has expired.
+ # crbug.com/577698
+ "+components/startup_metric_utils/common/pre_read_field_trial_utils_win.h",
+
"+third_party/crashpad",
"+third_party/kasko",
"+third_party/lss/linux_syscall_support.h",

Powered by Google App Engine
This is Rietveld 408576698