| Index: trunk/src/content/content_common.gypi
|
| ===================================================================
|
| --- trunk/src/content/content_common.gypi (revision 279559)
|
| +++ trunk/src/content/content_common.gypi (working copy)
|
| @@ -101,7 +101,6 @@
|
| 'public/common/sandboxed_process_launcher_delegate.cc',
|
| 'public/common/sandboxed_process_launcher_delegate.h',
|
| 'public/common/security_style.h',
|
| - 'public/common/service_registry.h',
|
| 'public/common/show_desktop_notification_params.cc',
|
| 'public/common/show_desktop_notification_params.h',
|
| 'public/common/signed_certificate_timestamp_id_and_status.cc',
|
| @@ -375,8 +374,8 @@
|
| 'common/message_router.h',
|
| 'common/mime_registry_messages.h',
|
| 'common/mojo/mojo_messages.h',
|
| - 'common/mojo/service_registry_impl.cc',
|
| - 'common/mojo/service_registry_impl.h',
|
| + 'common/mojo/mojo_service_names.cc',
|
| + 'common/mojo/mojo_service_names.h',
|
| 'common/navigation_gesture.h',
|
| 'common/net/url_fetcher.cc',
|
| 'common/net/url_request_user_data.cc',
|
| @@ -533,10 +532,8 @@
|
| '../ipc/ipc.gyp:ipc',
|
| '../media/media.gyp:media',
|
| '../media/media.gyp:shared_memory_support',
|
| - '../mojo/mojo.gyp:mojo_cpp_bindings',
|
| '../mojo/mojo.gyp:mojo_environment_chromium',
|
| '../mojo/mojo.gyp:mojo_system_impl',
|
| - '../mojo/mojo.gyp:mojo_interface_provider_bindings',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| '../ui/gl/gl.gyp:gl',
|
| '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
|
|
|