| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 810050dcd650acef602ebc433eabc9b925f99e03..75c6e8fe1645ca79f3b795cac5b1e1dbaa2a35ce 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -879,10 +879,6 @@ source_set("browser") {
|
| "message_port_service.h",
|
| "mime_registry_impl.cc",
|
| "mime_registry_impl.h",
|
| - "mojo/merge_dictionary.cc",
|
| - "mojo/merge_dictionary.h",
|
| - "mojo/mojo_shell_context.cc",
|
| - "mojo/mojo_shell_context.h",
|
| "net/browser_online_state_observer.cc",
|
| "net/browser_online_state_observer.h",
|
| "net/network_errors_listing_ui.cc",
|
| @@ -1146,6 +1142,10 @@ source_set("browser") {
|
| "screen_orientation/screen_orientation_delegate_win.h",
|
| "screen_orientation/screen_orientation_dispatcher_host_impl.cc",
|
| "screen_orientation/screen_orientation_dispatcher_host_impl.h",
|
| + "service_manager/merge_dictionary.cc",
|
| + "service_manager/merge_dictionary.h",
|
| + "service_manager/service_manager_context.cc",
|
| + "service_manager/service_manager_context.h",
|
| "service_worker/embedded_worker_instance.cc",
|
| "service_worker/embedded_worker_instance.h",
|
| "service_worker/embedded_worker_registry.cc",
|
|
|