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

Unified Diff: content/browser/BUILD.gn

Issue 2391883006: Mojo-ify implementation of screen orientation locking/unlocking. (Closed)
Patch Set: Code review changes (as to PS7) Created 4 years, 1 month 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 a5f3390a17a1714e5a5a615468d6c5b37569cec8..3d939ac458eba70804eb89d6603f1c8e2d6dda06 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1151,10 +1151,10 @@ source_set("browser") {
"resolve_proxy_msg_helper.h",
"resource_context_impl.cc",
"resource_context_impl.h",
+ "screen_orientation/screen_orientation.cc",
+ "screen_orientation/screen_orientation.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",
"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