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

Unified Diff: content/browser/BUILD.gn

Issue 2391883006: Mojo-ify implementation of screen orientation locking/unlocking. (Closed)
Patch Set: Removing verification of lock success callback cause it was a bud 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/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 4309f29745eb1dbcfc8b656ebc48fd0f99635163..99092322d42dee275554808c092d85896c178fa4 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1147,8 +1147,8 @@ source_set("browser") {
"resource_context_impl.h",
"screen_orientation/screen_orientation_delegate_win.cc",
"screen_orientation/screen_orientation_delegate_win.h",
- "screen_orientation/screen_orientation_dispatcher_host_impl.cc",
- "screen_orientation/screen_orientation_dispatcher_host_impl.h",
+ "screen_orientation/screen_orientation_impl.cc",
+ "screen_orientation/screen_orientation_impl.h",
"service_manager/merge_dictionary.cc",
"service_manager/merge_dictionary.h",
"service_manager/service_manager_context.cc",

Powered by Google App Engine
This is Rietveld 408576698