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

Unified Diff: content/common/BUILD.gn

Issue 549603003: Create Mojo service for locking/unlocking screen orientation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to review, port unittest Created 6 years, 3 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 b302866db084aa19e232563ad8c7188edd5be8fc..cbf9d0323aff765d5dd2ec53019e96154d279eed 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -283,6 +283,8 @@ source_set("common") {
mojom("mojo_bindings") {
sources = [
"render_frame_setup.mojom",
+ "screen_orientation_service.mojom",
+ "//content/public/common/screen_orientation.mojom",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698