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

Unified Diff: chrome/chrome_common.gypi

Issue 1595633002: Use valid /prefetch arguments for process launches on Windows. - do not submit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move
Patch Set: format 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_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index bb4e2c309d4928447f5e9d5f853d7acb24dde04e..7e75df0ca24360325102b9dfef00e4e4cbce6279 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -68,6 +68,8 @@
'common/partial_circular_buffer.h',
'common/pref_names_util.cc',
'common/pref_names_util.h',
+ 'common/prefetch_argument_win.cc',
+ 'common/prefetch_argument_win.h',
'common/prerender_types.h',
'common/profiling.cc',
'common/profiling.h',
@@ -391,6 +393,11 @@
['enable_extensions==1 and chromeos==1', {
'sources': [ '<@(chrome_common_extensions_chromeos_sources)' ],
}],
+ ['OS=="win"', {
+ 'dependencies': [
+ '<(DEPTH)/components/components.gyp:startup_metric_utils_common',
+ ],
+ }],
['OS=="win" or OS=="mac"', {
'sources': [ '<@(chrome_common_win_mac_sources)' ],
}],

Powered by Google App Engine
This is Rietveld 408576698