| Index: services/shell/shell.gyp
|
| diff --git a/services/shell/shell.gyp b/services/shell/shell.gyp
|
| index 1eacf723b2eb5b9e58d5c3f45965928ec1c0e170..e360fef82c2c11d56105adf1cd68dbf6dcebc3a2 100644
|
| --- a/services/shell/shell.gyp
|
| +++ b/services/shell/shell.gyp
|
| @@ -102,10 +102,13 @@
|
| 'shell_public',
|
| '<(DEPTH)/base/base.gyp:base',
|
| '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| + '<(DEPTH)/components/filesystem/filesystem.gyp:filesystem_bindings',
|
| + '<(DEPTH)/components/filesystem/filesystem.gyp:filesystem_lib',
|
| '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib',
|
| ],
|
| 'export_dependent_settings': [
|
| 'shell_public',
|
| + '<(DEPTH)/components/filesystem/filesystem.gyp:filesystem_bindings',
|
| ],
|
| 'variables': {
|
| 'mojom_typemaps': [
|
|
|