Chromium Code Reviews| Index: content/common/BUILD.gn |
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
| index 7e0dfad2c3a116a6b80bfda38924c2a1bee69a87..666da59b8202112a530511553855e9a82aa6eae1 100644 |
| --- a/content/common/BUILD.gn |
| +++ b/content/common/BUILD.gn |
| @@ -557,6 +557,7 @@ mojom("mojo_bindings") { |
| cpp_only = true |
| sources = [ |
| + "//third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation.mojom", |
|
blundell
2016/10/21 18:16:31
Why is this built in //content/common and not in /
lunalu1
2016/10/24 16:57:36
Done.
|
| "associated_interfaces.mojom", |
| "child_memory_coordinator.mojom", |
| "frame.mojom", |
| @@ -570,6 +571,7 @@ mojom("mojo_bindings") { |
| "render_message_filter.mojom", |
| "render_widget_window_tree_client_factory.mojom", |
| "renderer.mojom", |
| + "screen_orientation_interface.mojom", |
| "service_worker/embedded_worker.mojom", |
| "service_worker/embedded_worker_setup.mojom", |
| "service_worker/fetch_event_dispatcher.mojom", |