| 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)' ],
|
| }],
|
|
|