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

Unified Diff: content/common/BUILD.gn

Issue 2391883006: Mojo-ify implementation of screen orientation locking/unlocking. (Closed)
Patch Set: Moved enum mojo definition to content/common due to dependency issue 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
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",

Powered by Google App Engine
This is Rietveld 408576698