| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 0c41c2a2408414ba7bea057dbd40c80b8a6ca544..0b1719d5768c694a8e21e77af22ce509dcb122fb 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -68,8 +68,6 @@
|
| 'common/content_message_generator.cc',
|
| 'common/content_message_generator.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',
|
| @@ -257,6 +255,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"', {
|
|
|