| Index: content/content_common.gypi
|
| ===================================================================
|
| --- content/content_common.gypi (revision 77976)
|
| +++ content/content_common.gypi (working copy)
|
| @@ -11,12 +11,18 @@
|
| '../ipc/ipc.gyp:ipc',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| + '../webkit/support/webkit_support.gyp:appcache',
|
| '../webkit/support/webkit_support.gyp:fileapi',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| 'sources': [
|
| + 'common/appcache/appcache_backend_proxy.cc',
|
| + 'common/appcache/appcache_backend_proxy.h',
|
| + 'common/appcache/appcache_dispatcher.cc',
|
| + 'common/appcache/appcache_dispatcher.h',
|
| + 'common/appcache_messages.h',
|
| 'common/child_process.cc',
|
| 'common/child_process.h',
|
| 'common/child_process_host.cc',
|
| @@ -102,6 +108,10 @@
|
| 'common/socket_stream_dispatcher.cc',
|
| 'common/socket_stream_dispatcher.h',
|
| 'common/socket_stream_messages.h',
|
| + 'common/webmessageportchannel_impl.cc',
|
| + 'common/webmessageportchannel_impl.h',
|
| + 'common/web_database_observer_impl.cc',
|
| + 'common/web_database_observer_impl.h',
|
| 'common/worker_messages.h',
|
| ],
|
| 'conditions': [
|
|
|