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

Unified Diff: components/crash.gypi

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.gypi
diff --git a/components/crash.gypi b/components/crash.gypi
index 00ee69ca88d89eb5f9156683a42df849301b4021..59486f6fa190571e2887fbd5974666b534fd3cac 100644
--- a/components/crash.gypi
+++ b/components/crash.gypi
@@ -217,6 +217,14 @@
],
'defines': ['CRASH_IMPLEMENTATION'],
'conditions': [
+ ['OS=="win"', {
+ 'dependencies': [
+ # TODO(fdoray): Remove this once the PreRead field trial has
+ # expired. crbug.com/577698
+ '<(DEPTH)/components/components.gyp:startup_metric_utils_common',
+ '<(DEPTH)/content/content.gyp:content_common',
+ ],
+ }],
['OS=="mac" or OS=="win"', {
'dependencies': [
'../third_party/crashpad/crashpad/client/client.gyp:crashpad_client',

Powered by Google App Engine
This is Rietveld 408576698