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

Unified Diff: content/content_browser.gypi

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/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 048d9fdf2afa1701648443766c15ff6234c8cd83..5b896757eacf1d9438f86ab4b98a789b1882d0af 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -190,7 +190,6 @@
'public/browser/resource_request_info.h',
'public/browser/resource_throttle.h',
'public/browser/save_page_type.h',
- 'public/browser/screen_orientation_dispatcher_host.h',
'public/browser/screen_orientation_provider.h',
'public/browser/service_worker_context.h',
'public/browser/service_worker_usage_info.cc',
@@ -1120,12 +1119,14 @@
'browser/resource_context_impl.h',
'browser/safe_util_win.cc',
'browser/safe_util_win.h',
- 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc',
- 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h',
+ 'browser/screen_orientation/screen_orientation_context.cc',
+ 'browser/screen_orientation/screen_orientation_context.h',
'browser/screen_orientation/screen_orientation_message_filter_android.h',
'browser/screen_orientation/screen_orientation_message_filter_android.cc',
'browser/screen_orientation/screen_orientation_provider_android.h',
'browser/screen_orientation/screen_orientation_provider_android.cc',
+ 'browser/screen_orientation/screen_orientation_service_impl.cc',
+ 'browser/screen_orientation/screen_orientation_service_impl.h',
'browser/service_worker/embedded_worker_instance.cc',
'browser/service_worker/embedded_worker_instance.h',
'browser/service_worker/embedded_worker_registry.cc',

Powered by Google App Engine
This is Rietveld 408576698