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

Unified Diff: content/content_common.gypi

Issue 14678012: Implement the content/renderer and content/browser part of the Device Motion API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: similarity=70 Created 7 years, 6 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 7db8edac74dcbc530a8336ecceb100b346ddfbaf..663b1ae1e76c17cd0290ea9366ee4a1870907009 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -180,8 +180,6 @@
'common/font_list_win.cc',
'common/gamepad_hardware_buffer.h',
'common/gamepad_messages.h',
- 'common/gamepad_seqlock.cc',
- 'common/gamepad_seqlock.h',
'common/gamepad_user_gesture.cc',
'common/gamepad_user_gesture.h',
'common/geolocation_messages.h',
@@ -278,6 +276,8 @@
'common/net/url_fetcher.cc',
'common/net/url_request_user_data.cc',
'common/net/url_request_user_data.h',
+ 'common/one_writer_seqlock.cc',
+ 'common/one_writer_seqlock.h',
'common/p2p_messages.h',
'common/p2p_sockets.h',
'common/page_zoom.cc',

Powered by Google App Engine
This is Rietveld 408576698