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

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: excluded orientation pump tests on win bots Created 7 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index cf12fda999ddf205a7a0a210deb100027c5d5d9f..f75f1abb3fefb6bbfa6a1d9dc2e06bc4d60086db 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',
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698