Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2682)

Unified Diff: ppapi/ppapi_host.gypi

Issue 14188019: CRX FileSystem Pepper private API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698