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

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: rebase and add region_id sanity check Created 6 years, 2 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 e4f7b580933658605edb10f1d01aa0c95ba90f33..19691bd23e78baee62642482c63229b1e79cfdec 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -72,6 +72,12 @@
'child/fling_animator_impl_android.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