Index: ppapi/ppapi_host.gypi |
diff --git a/ppapi/ppapi_host.gypi b/ppapi/ppapi_host.gypi |
index 4031c777616e7312d0181d9efbafe8268b7c0c4e..5acbc60e8a88f7ce6a69bedff58fea8df7c24c46 100644 |
--- a/ppapi/ppapi_host.gypi |
+++ b/ppapi/ppapi_host.gypi |
@@ -13,6 +13,7 @@ |
'ppapi_internal.gyp:ppapi_ipc', |
'ppapi_internal.gyp:ppapi_shared', |
'../base/base.gyp:base', |
+ '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
victorhsieh
2013/04/18 19:28:38
This is because base/memory/singleton.h depends on
|
'../ipc/ipc.gyp:ipc', |
'../media/media.gyp:shared_memory_support', |
'../ui/surface/surface.gyp:surface', |
@@ -22,6 +23,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', |