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

Unified Diff: components/crash/content/app/BUILD.gn

Issue 2075693002: Always use a /prefetch:# switch when launching a process on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/crash.gypi ('k') | components/crash/content/app/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/content/app/BUILD.gn
diff --git a/components/crash/content/app/BUILD.gn b/components/crash/content/app/BUILD.gn
index 7662d852183b51aa843d3975deefc16cc4bb3bf5..5f1c1be86572903310816abae07af955be5cd797 100644
--- a/components/crash/content/app/BUILD.gn
+++ b/components/crash/content/app/BUILD.gn
@@ -53,13 +53,6 @@ source_set("app") {
"//base",
]
- if (is_win) {
- deps += [
- # TODO(fdoray): Remove this once the PreRead field trial has expired.
- # crbug.com/577698
- "//components/startup_metric_utils/common",
- ]
- }
if (is_mac || is_win) {
deps += [
"//third_party/crashpad/crashpad/client",
« no previous file with comments | « components/crash.gypi ('k') | components/crash/content/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698