| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index ad695576d5d48df3897a235cbdc30cf32526387b..a6334fc4d75e998451f8593e47881120395d90b5 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',
|
|
|