| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 85f2561cdaee0be2a50eef586ee623a656c82eea..5766b923b30881c90d59a5cea44f3f162c569e61 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -147,6 +147,8 @@
|
| 'test/test_content_browser_client.h',
|
| 'test/test_content_client.cc',
|
| 'test/test_content_client.h',
|
| + 'test/test_content_utility_client.cc',
|
| + 'test/test_content_utility_client.h',
|
| 'test/test_frame_navigation_observer.cc',
|
| 'test/test_frame_navigation_observer.h',
|
| 'test/test_navigation_url_loader.cc',
|
| @@ -225,6 +227,7 @@
|
| 'browser/media/media_canplaytype_browsertest.cc',
|
| 'browser/media/media_source_browsertest.cc',
|
| 'browser/message_port_provider_browsertest.cc',
|
| + 'browser/mojo_shell_browsertest.cc',
|
| 'browser/net_info_browsertest.cc',
|
| 'browser/plugin_browsertest.cc',
|
| 'browser/renderer_host/input/touch_action_browsertest.cc',
|
| @@ -1308,6 +1311,15 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //content/test:test_mojo_bindings
|
| + 'target_name': 'content_test_mojo_bindings',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'test/test_service.mojom',
|
| + ],
|
| + 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
|
| + },
|
| + {
|
| # GN version: //content/test:web_ui_test_mojo_bindings
|
| 'target_name': 'web_ui_test_mojo_bindings',
|
| 'type': 'static_library',
|
| @@ -1336,6 +1348,7 @@
|
| 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
|
| 'content_shell_lib',
|
| 'content_shell_pak',
|
| + 'content_test_mojo_bindings',
|
| 'test_support_content',
|
| 'web_ui_test_mojo_bindings',
|
| '../base/base.gyp:test_support_base',
|
|
|