Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: content/content_tests.gypi

Issue 1149833007: Embed a mojo ApplicationManager in content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added some missing docs and removed some cruft Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698