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

Unified Diff: content/content_browser.gypi

Issue 150153004: [WIP] Add Chromium-side support for the Screen Orientation API (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 10 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 76cc65d8e69ba759460b3459e15c5ce015d2fc26..1f8da711aa947a1fd70293ee232b76b13c650c1c 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -31,6 +31,7 @@
'port/browser/location_provider.h',
'port/browser/render_view_host_delegate_view.h',
'port/browser/render_widget_host_view_port.h',
+ 'port/browser/screen_orientation_provider.h',
'port/browser/vibration_provider.h',
'port/browser/web_contents_view_port.h',
'public/browser/access_token_store.h',
@@ -1100,6 +1101,10 @@
'browser/resource_context_impl.h',
'browser/safe_util_win.cc',
'browser/safe_util_win.h',
+ 'browser/screen_orientation/screen_orientation_dispatcher_host.cc',
+ 'browser/screen_orientation/screen_orientation_dispatcher_host.h',
+ 'browser/screen_orientation/screen_orientation_provider_android.cc',
+ 'browser/screen_orientation/screen_orientation_provider_android.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