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

Unified Diff: chrome/chrome.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: self-review 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: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index ac5ef2290ff535081f684172183092584f7d6da6..6fe7f4e9a7cd40ecfa462398727d07a8d660f306 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -745,8 +745,6 @@
'service/service_process.h',
'service/service_process_prefs.cc',
'service/service_process_prefs.h',
- 'service/service_utility_process_host.cc',
- 'service/service_utility_process_host.h',
],
'include_dirs': [
'..',
@@ -765,11 +763,16 @@
'service/cloud_print/print_system_dummy.cc',
],
}],
- ['OS!="win"', {
- 'sources!': [
+ ['OS=="win"', {
+ 'sources': [
'service/service_utility_process_host.cc',
'service/service_utility_process_host.h',
],
+ 'deps': [
+ # 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