| Index: components/filesystem/filesystem.gyp
|
| diff --git a/components/filesystem/filesystem.gyp b/components/filesystem/filesystem.gyp
|
| index 718830d02c7246329b82b0ff2d3d847a7c7dd819..fc48a52b287992a4bceb6f0dfaf074c84bb0c31f 100644
|
| --- a/components/filesystem/filesystem.gyp
|
| +++ b/components/filesystem/filesystem.gyp
|
| @@ -22,6 +22,8 @@
|
| 'directory_impl.h',
|
| 'file_impl.cc',
|
| 'file_impl.h',
|
| + 'file_system_app.cc',
|
| + 'file_system_app.h',
|
| 'file_system_impl.cc',
|
| 'file_system_impl.h',
|
| 'lock_table.cc',
|
| @@ -35,6 +37,7 @@
|
| '../../mojo/mojo_edk.gyp:mojo_system_impl',
|
| '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| '../../mojo/mojo_platform_handle.gyp:platform_handle',
|
| + '../../mojo/mojo_services.gyp:tracing_service',
|
| '../../url/url.gyp:url_lib',
|
| ],
|
| 'export_dependent_settings': [
|
|
|