| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index d8e7df50442aac362156ba9b5bd8c25347013eed..35bc45f99c384f06a8ab496b36def4b1ee9456b7 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -551,6 +551,7 @@ mojom("mojo_bindings") {
|
| visibility = [ "//content/*" ]
|
|
|
| sources = [
|
| + "//content/public/common/screen_orientation.mojom",
|
| "associated_interfaces.mojom",
|
| "child_memory_coordinator.mojom",
|
| "frame.mojom",
|
| @@ -563,6 +564,7 @@ mojom("mojo_bindings") {
|
| "render_message_filter.mojom",
|
| "render_widget_window_tree_client_factory.mojom",
|
| "renderer.mojom",
|
| + "screen_orientation_service.mojom",
|
| "service_worker/embedded_worker.mojom",
|
| "service_worker/embedded_worker_setup.mojom",
|
| "service_worker/fetch_event_dispatcher.mojom",
|
|
|