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

Unified Diff: content/content_common.gypi

Issue 20707002: Implement Device Orientation using shared memory in content/renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed owners Created 7 years, 5 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_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index b9eb787b8b22c72dca25815f58c8c642ce45465e..2efd26359e35063ed44cb54edba4af2b3952347c 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -152,8 +152,10 @@
'common/cookie_data.h',
'common/database_messages.h',
'common/desktop_notification_messages.h',
- 'common/device_motion_messages.h',
- 'common/device_orientation_messages.h',
+ 'common/device_motion_hardware_buffer.h',
+ 'common/device_orientation/device_motion_messages.h',
+ 'common/device_orientation/device_orientation_hardware_buffer.h',
+ 'common/device_orientation/device_orientation_messages.h',
'common/devtools_messages.h',
'common/dom_storage_messages.h',
'common/drag_event_source_info.h',

Powered by Google App Engine
This is Rietveld 408576698