| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index dff8369ab87955d2698acf988463fc032f1f5745..fc418659aa13709cff9bc01c41e5b7544ac43c50 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -30,6 +30,7 @@
|
| 'content.gyp:content_renderer',
|
| 'content.gyp:content_resources',
|
| 'content.gyp:content_utility',
|
| + 'content_common_mojo_bindings.gyp:content_common_mojo_bindings_mojom',
|
| 'content_shell_resources',
|
| 'content_test_mojo_bindings',
|
| 'copy_test_netscape_plugin',
|
| @@ -230,6 +231,8 @@
|
| 'shell/renderer/shell_content_renderer_client.h',
|
| 'shell/renderer/shell_render_view_observer.cc',
|
| 'shell/renderer/shell_render_view_observer.h',
|
| + 'shell/utility/mojo_test_impl.cc',
|
| + 'shell/utility/mojo_test_impl.h',
|
| 'shell/utility/shell_content_utility_client.cc',
|
| 'shell/utility/shell_content_utility_client.h',
|
| ],
|
|
|