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

Unified Diff: content/test/BUILD.gn

Issue 2387263002: Rename MojoShellContext -> ServiceManagerContext. (Closed)
Patch Set: . Created 4 years, 2 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
« no previous file with comments | « content/shell/utility/shell_content_utility_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 06a721d0a3e8e67e0f60b38d5864587bbc9e9c32..1baa73dd5c4c7065ede64f8d76a967d460c99d85 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -92,16 +92,16 @@ static_library("test_support") {
"../public/test/test_file_system_options.h",
"../public/test/test_launcher.cc",
"../public/test/test_launcher.h",
- "../public/test/test_mojo_app.cc",
- "../public/test/test_mojo_app.h",
- "../public/test/test_mojo_shell_context.cc",
- "../public/test/test_mojo_shell_context.h",
"../public/test/test_navigation_observer.cc",
"../public/test/test_navigation_observer.h",
"../public/test/test_notification_tracker.cc",
"../public/test/test_notification_tracker.h",
"../public/test/test_renderer_host.cc",
"../public/test/test_renderer_host.h",
+ "../public/test/test_service.cc",
+ "../public/test/test_service.h",
+ "../public/test/test_service_manager_context.cc",
+ "../public/test/test_service_manager_context.h",
"../public/test/test_synchronous_compositor_android.cc",
"../public/test/test_synchronous_compositor_android.h",
"../public/test/test_utils.cc",
@@ -422,7 +422,7 @@ static_library("browsertest_support") {
mojom("content_test_mojo_bindings") {
sources = [
- "../public/test/test_mojo_service.mojom",
+ "../public/test/test_service.mojom",
"test_browser_associated_interfaces.mojom",
]
}
@@ -1121,7 +1121,6 @@ test("content_unittests") {
"../browser/memory/memory_monitor_win_unittest.cc",
"../browser/memory/test_memory_monitor.cc",
"../browser/memory/test_memory_monitor.h",
- "../browser/mojo/merge_dictionary_unittest.cc",
"../browser/net/quota_policy_cookie_store_unittest.cc",
"../browser/notification_service_impl_unittest.cc",
"../browser/notifications/notification_database_data_unittest.cc",
@@ -1189,6 +1188,7 @@ test("content_unittests") {
"../browser/renderer_host/render_widget_host_view_mac_unittest.mm",
"../browser/renderer_host/text_input_client_mac_unittest.mm",
"../browser/resolve_proxy_msg_helper_unittest.cc",
+ "../browser/service_manager/merge_dictionary_unittest.cc",
"../browser/service_worker/embedded_worker_instance_unittest.cc",
"../browser/service_worker/link_header_support_unittest.cc",
"../browser/service_worker/service_worker_cache_writer_unittest.cc",
« no previous file with comments | « content/shell/utility/shell_content_utility_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698