| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 7faa5e66468118749f6ae5a27a51e760611b6785..6d2fd249e19c409432c047b7241f87c1f36f7beb 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -208,6 +208,10 @@
|
| 'common/extensions/sync_helper.cc',
|
| 'common/extensions/sync_helper.h',
|
| ],
|
| + 'chrome_common_extensions_chromeos_sources': [
|
| + 'common/extensions/api/file_system_provider/file_system_provider_handler.cc',
|
| + 'common/extensions/api/file_system_provider/file_system_provider_handler.h',
|
| + ],
|
| 'chrome_common_full_safe_browsing_sources': [
|
| 'common/safe_browsing/binary_feature_extractor.cc',
|
| 'common/safe_browsing/binary_feature_extractor.h',
|
| @@ -368,6 +372,9 @@
|
| '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
|
| ],
|
| }],
|
| + ['enable_extensions==1 and chromeos==1', {
|
| + 'sources': [ '<@(chrome_common_extensions_chromeos_sources)' ],
|
| + }],
|
| ['OS=="win" or OS=="mac"', {
|
| 'sources': [ '<@(chrome_common_win_mac_sources)' ],
|
| }],
|
|
|