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

Unified Diff: content/content_browser.gypi

Issue 10755002: Refactors DeviceOrientation to make it more extensible (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adds a unit test, responds to other comments Created 8 years, 4 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 b584c6be8a90f810ed3336ba03ebb43ac56cb56f..4391897f49094ce18bd53bc73a6a6b0b9495b504 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -281,9 +281,15 @@
'browser/device_orientation/data_fetcher.h',
'browser/device_orientation/data_fetcher_impl_android.cc',
'browser/device_orientation/data_fetcher_impl_android.h',
- 'browser/device_orientation/orientation.h',
+ 'browser/device_orientation/device_data.h',
+ 'browser/device_orientation/message_filter.cc',
+ 'browser/device_orientation/message_filter.h',
+ 'browser/device_orientation/observer_delegate.cc',
+ 'browser/device_orientation/observer_delegate.h',
'browser/device_orientation/orientation_message_filter.cc',
'browser/device_orientation/orientation_message_filter.h',
+ 'browser/device_orientation/orientation.cc',
+ 'browser/device_orientation/orientation.h',
'browser/device_orientation/provider.cc',
'browser/device_orientation/provider.h',
'browser/device_orientation/provider_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698