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

Unified Diff: components/nacl.gyp

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/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index a9ed69cd269fb349c96367d86c07ded032aae1bc..2fd7aba4613ee3b061aa5d5f482ab9e4ca2a747c 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -139,6 +139,13 @@
'../sandbox/sandbox.gyp:sandbox_services',
]
}],
+ ['OS=="win"', {
+ 'dependencies': [
+ # TODO(fdoray): Remove this once the PreRead field trial has
+ # expired. crbug.com/577698
+ '../components/components.gyp:startup_metric_utils_common',
+ ]
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698