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

Unified Diff: content/content_child.gypi

Issue 476293002: Pass through geofencing API calls to the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address more comments Created 6 years, 3 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_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 9a4b4114b5f9130b494c8e94e109847c7d115af0..32adae66d9326f8aa87a79fdffe6a1d214f5bf3e 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -74,6 +74,12 @@
'child/fling_curve_configuration.h',
'child/ftp_directory_listing_response_delegate.cc',
'child/ftp_directory_listing_response_delegate.h',
+ 'child/geofencing/geofencing_dispatcher.cc',
+ 'child/geofencing/geofencing_dispatcher.h',
+ 'child/geofencing/geofencing_message_filter.cc',
+ 'child/geofencing/geofencing_message_filter.h',
+ 'child/geofencing/web_geofencing_provider_impl.cc',
+ 'child/geofencing/web_geofencing_provider_impl.h',
'child/image_decoder.cc',
'child/image_decoder.h',
'child/indexed_db/indexed_db_dispatcher.cc',

Powered by Google App Engine
This is Rietveld 408576698