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

Unified Diff: content/content_common.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: 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index f7cfbddaeb59ebf4e11cb1fdff40cfd1499adf69..38476d44fa4308ef1b7de587fdd7dca7e0cdc1c9 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -108,6 +108,8 @@
'public/common/persistent_notification_status.h',
'public/common/platform_notification_data.cc',
'public/common/platform_notification_data.h',
+ 'public/common/prefetch_argument_win.cc',
+ 'public/common/prefetch_argument_win.h',
'public/common/presentation_constants.cc',
'public/common/presentation_constants.h',
'public/common/process_type.h',
@@ -1020,6 +1022,7 @@
}],
['OS=="win"', {
'dependencies': [
+ '../components/components.gyp:startup_metric_utils_common',
'../media/media.gyp:media',
'../ui/gl/gl.gyp:gl',
],

Powered by Google App Engine
This is Rietveld 408576698