Chromium Code Reviews| Index: content/content_common.gypi |
| diff --git a/content/content_common.gypi b/content/content_common.gypi |
| index 6c857e1f2f2347dbeb972c5947063e5312255628..57c6a5d22e74ad8b0c231e53d4ad03b3ca19194d 100644 |
| --- a/content/content_common.gypi |
| +++ b/content/content_common.gypi |
| @@ -449,7 +449,6 @@ |
| 'common/navigation_gesture.h', |
| 'common/navigation_params.cc', |
| 'common/navigation_params.h', |
| - 'common/navigator_connect_messages.h', |
|
Tom Sepez
2015/06/29 18:31:19
If we're killing this file, there is an enum const
Marijn Kruisselbrink
2015/06/29 19:33:39
Done
|
| 'common/net/url_fetcher.cc', |
| 'common/net/url_request_user_data.cc', |
| 'common/net/url_request_user_data.h', |
| @@ -518,6 +517,8 @@ |
| 'common/savable_url_schemes.h', |
| 'common/screen_orientation_messages.h', |
| 'common/send_zygote_child_ping_linux.cc', |
| + 'common/service_port_type_converters.cc', |
| + 'common/service_port_type_converters.h', |
| 'common/service_worker/embedded_worker_messages.h', |
| 'common/service_worker/service_worker_client_info.cc', |
| 'common/service_worker/service_worker_client_info.h', |
| @@ -619,6 +620,7 @@ |
| '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
| '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| '../ui/gl/gl.gyp:gl', |
| + 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
| ], |
| 'export_dependent_settings' : [ |
| '../mojo/mojo_base.gyp:mojo_application_bindings', |