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

Unified Diff: content/content_common.gypi

Issue 586163003: Basic implementation of GeofencingManager class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@geofencing5
Patch Set: scope registrations by service worker 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_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 8ce08281460dcf9ec21c96da87ab5c9c9b6878a4..e60f6751cd069d60c78550a235cc1fb3867635d5 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -64,6 +64,7 @@
'public/common/file_chooser_params.h',
'public/common/frame_navigate_params.cc',
'public/common/frame_navigate_params.h',
+ 'public/common/geofencing_region.h',
Michael van Ouwerkerk 2014/10/06 16:43:42 This file does not seem to exist.
Marijn Kruisselbrink 2014/10/06 19:14:11 Oh yes, that's a very old remnant... removed.
'public/common/geoposition.cc',
'public/common/geoposition.h',
'public/common/gpu_memory_stats.cc',

Powered by Google App Engine
This is Rietveld 408576698