| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 840e8308e143663c9248cbb1f92177caaab212bc..8e46bb5b3c4be2c59489cf8bb1f8fe723eb2c2df 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -324,9 +324,6 @@
|
| 'common/message_router.cc',
|
| 'common/message_router.h',
|
| 'common/mime_registry_messages.h',
|
| - 'common/mojo/mojo_channel_init.cc',
|
| - 'common/mojo/mojo_channel_init.h',
|
| - 'common/mojo/mojo_messages.h',
|
| 'common/navigation_gesture.h',
|
| 'common/net/url_fetcher.cc',
|
| 'common/net/url_request_user_data.cc',
|
| @@ -482,19 +479,6 @@
|
| 'content.gyp:webkit_version',
|
| ],
|
| }],
|
| - # TODO(sky): conditional temporary until mojo is sorted out on mac.
|
| - ['OS=="mac" or OS=="ios"', {
|
| - 'sources!': [
|
| - 'common/mojo/mojo_channel_init.cc',
|
| - 'common/mojo/mojo_channel_init.h',
|
| - ],
|
| - }, {
|
| - 'dependencies': [
|
| - '../mojo/mojo.gyp:mojo_environment_chromium',
|
| - '../mojo/mojo.gyp:mojo_system',
|
| - '../mojo/mojo.gyp:mojo_system_impl',
|
| - ],
|
| - }],
|
| ['OS=="mac"', {
|
| 'sources': [
|
| 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
|
|
|