| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 7bc6b8cee6702098f7847fa086d76745df69b58f..a67b53a8d553fbf2ac4db59ff5c2974ca2470e4a 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',
|
| @@ -146,6 +147,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',
|
|
|