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

Unified Diff: Source/platform/blink_platform.gypi

Issue 464073002: Pass through geofencing API calls to the content layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 923a5581ae501a970037d769daeab5141b94adec..532b9a7a7d244aaccfddaaa7604c8551080871ae 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -271,6 +271,8 @@
'exported/WebAudioBus.cpp',
'exported/WebAudioDevice.cpp',
'exported/WebBlobData.cpp',
+ 'exported/WebCircularRegion.cpp',
+ 'exported/WebCircularRegionPrivate.h',
'exported/WebContentDecryptionModule.cpp',
'exported/WebContentDecryptionModuleResult.cpp',
'exported/WebContentDecryptionModuleSession.cpp',
@@ -287,6 +289,8 @@
'exported/WebFederatedCredential.cpp',
'exported/WebFileSystemCallbacks.cpp',
'exported/WebFilterKeyframe.cpp',
+ 'exported/WebGeofencingRegion.cpp',
+ 'exported/WebGeofencingRegionPrivate.h',
'exported/WebHTTPBody.cpp',
'exported/WebHTTPLoadInfo.cpp',
'exported/WebImageSkia.cpp',

Powered by Google App Engine
This is Rietveld 408576698