 Chromium Code Reviews
 Chromium Code Reviews Issue 549603003:
  Create Mojo service for locking/unlocking screen orientation.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 549603003:
  Create Mojo service for locking/unlocking screen orientation.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| 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 = [ |