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

Unified Diff: content/common/BUILD.gn

Issue 2391883006: Mojo-ify implementation of screen orientation locking/unlocking. (Closed)
Patch Set: Ensure correct ordering between ViewMsg_Resize and screen orientation messages 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 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",

Powered by Google App Engine
This is Rietveld 408576698