| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index f8844ee28cea4ad72df7caa5d026c1a321b8d9d7..cd403989e2e0215fddb3f6480c491ac4153fd9c0 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -32,6 +32,7 @@
|
| ],
|
| 'variables': {
|
| 'public_common_sources': [
|
| + 'public/common/appcache_info.h',
|
| 'public/common/bindings_policy.h',
|
| 'public/common/child_process_host.h',
|
| 'public/common/child_process_host_delegate.cc',
|
| @@ -145,6 +146,8 @@
|
| 'common/android/surface_texture_lookup.h',
|
| 'common/android/surface_texture_peer.cc',
|
| 'common/android/surface_texture_peer.h',
|
| + 'common/appcache_interfaces.cc',
|
| + 'common/appcache_interfaces.h',
|
| 'common/appcache_messages.h',
|
| 'common/battery_status_messages.h',
|
| 'common/browser_plugin/browser_plugin_constants.cc',
|
|
|