| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 22ad357e7bdf5e1f7d13e44ae4ac392139ab7ebd..3056d38f1ea11eb139f31ac7a3d1ced684f927d3 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -67,8 +67,6 @@
|
| 'common/content_message_generator.h',
|
| 'common/content_notification_types.h',
|
| 'common/content_export.h',
|
| - 'common/content_client.cc',
|
| - 'common/content_client.h',
|
| 'common/content_constants.cc',
|
| 'common/content_constants.h',
|
| 'common/content_counters.cc',
|
| @@ -258,6 +256,8 @@
|
| 'common/window_container_type.cc',
|
| 'common/window_container_type.h',
|
| 'common/worker_messages.h',
|
| + 'public/common/content_client.cc',
|
| + 'public/common/content_client.h',
|
| ],
|
| 'conditions': [
|
| ['OS!="win"', {
|
|
|