| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 7c8439b53474e49c54ed531dfc17095d0a2c9de0..8a72712ebe74793599f6ddb29a0e68a64d9f214c 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -207,6 +207,8 @@
|
| 'chrome_common_extensions_chromeos_sources': [
|
| 'common/extensions/api/file_browser_handlers/file_browser_handler.cc',
|
| 'common/extensions/api/file_browser_handlers/file_browser_handler.h',
|
| + 'common/extensions/api/file_system_provider/file_system_provider_handler.cc',
|
| + 'common/extensions/api/file_system_provider/file_system_provider_handler.h',
|
| 'common/extensions/api/input_ime/input_components_handler.cc',
|
| 'common/extensions/api/input_ime/input_components_handler.h',
|
| ],
|
| @@ -375,6 +377,9 @@
|
| }],
|
| ],
|
| }],
|
| + ['enable_extensions==1 and chromeos==1', {
|
| + 'sources': [ '<@(chrome_common_extensions_chromeos_sources)' ],
|
| + }],
|
| ['OS=="win" or OS=="mac"', {
|
| 'sources': [ '<@(chrome_common_win_mac_sources)' ],
|
| }],
|
|
|