| Index: ppapi/ppapi_host.gypi
|
| diff --git a/ppapi/ppapi_host.gypi b/ppapi/ppapi_host.gypi
|
| index 4031c777616e7312d0181d9efbafe8268b7c0c4e..9568d8d3d65606700e0d4bf1093f8c8bd60da3f5 100644
|
| --- a/ppapi/ppapi_host.gypi
|
| +++ b/ppapi/ppapi_host.gypi
|
| @@ -13,6 +13,8 @@
|
| 'ppapi_internal.gyp:ppapi_ipc',
|
| 'ppapi_internal.gyp:ppapi_shared',
|
| '../base/base.gyp:base',
|
| + '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| + '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../ipc/ipc.gyp:ipc',
|
| '../media/media.gyp:shared_memory_support',
|
| '../ui/surface/surface.gyp:surface',
|
| @@ -22,6 +24,8 @@
|
| ],
|
| 'sources': [
|
| 'host/dispatch_host_message.h',
|
| + 'host/file_system_registry.cc',
|
| + 'host/file_system_registry.h',
|
| 'host/host_factory.h',
|
| 'host/host_message_context.cc',
|
| 'host/host_message_context.h',
|
|
|