| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index fe11726e5b8fbf89cfcc5be979696999450f7286..2c55b7e0d5f374b4c996e87f31d621c015fd0a6c 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -6,6 +6,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../cc/cc.gyp:cc',
|
| + '../cc/ipc/cc_ipc.gyp:cc_ipc',
|
| '../components/tracing.gyp:tracing',
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
|
| @@ -257,8 +258,6 @@
|
| 'common/cache_storage/cache_storage_messages.h',
|
| 'common/cache_storage/cache_storage_types.cc',
|
| 'common/cache_storage/cache_storage_types.h',
|
| - 'common/cc_messages.cc',
|
| - 'common/cc_messages.h',
|
| 'common/child_process_host_impl.cc',
|
| 'common/child_process_host_impl.h',
|
| 'common/child_process_messages.h',
|
|
|