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

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: rebase 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 31f75177f37117e22cb5f766462340614f67b198..5af847818dccdb4ea3f75b5275ca7f4fd014fb94 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -272,6 +272,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',
@@ -288,6 +290,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