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

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: fix compilation: peer_handle -> PeerHandle() 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
« 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 c029c29a6aaedeade62c0258145d1ca1d9b63fee..317626af5135f78f8eb2c1b4f89ba828ab41e760 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -177,8 +177,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_state_serialization.cc',
« 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