| Index: apps/apps.gypi
|
| diff --git a/apps/apps.gypi b/apps/apps.gypi
|
| index 76bca7eef411313ddcadd48f8aa5e2551d908b56..0266039918ca69a606495a6d1f086c89925217dd 100644
|
| --- a/apps/apps.gypi
|
| +++ b/apps/apps.gypi
|
| @@ -32,6 +32,13 @@
|
| 'pref_names.h',
|
| 'prefs.cc',
|
| 'prefs.h',
|
| + 'shell_integration.cc',
|
| + 'shell_integration.h',
|
| + 'shell_integration_android.cc',
|
| + 'shell_integration_linux.cc',
|
| + 'shell_integration_linux.h',
|
| + 'shell_integration_mac.mm',
|
| + 'shell_integration_win.cc',
|
| ],
|
| 'conditions': [
|
| ['enable_extensions==0', {
|
|
|