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

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: 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 900aa3610da72f1e14ee616fc671fe5413d0d34a..5da7eeca27de30ec2f3cf52de00092f48c450fca 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -153,7 +153,9 @@
'common/database_messages.h',
'common/desktop_notification_messages.h',
'common/device_motion_messages.h',
+ 'common/device_motion_hardware_buffer.h',
'common/device_orientation_messages.h',
+ 'common/device_orientation_hardware_buffer.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