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_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: 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 c61d6ff3af2f101cebad3baaea81a77cc4b5e9c3..95838b2e4a692686d3e0e0fac374ba4ab8764b8a 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