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

Side by Side 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: add regionType 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'credentialmanager/PlatformFederatedCredential.h', 264 'credentialmanager/PlatformFederatedCredential.h',
265 'credentialmanager/PlatformLocalCredential.cpp', 265 'credentialmanager/PlatformLocalCredential.cpp',
266 'credentialmanager/PlatformLocalCredential.h', 266 'credentialmanager/PlatformLocalCredential.h',
267 'exported/Platform.cpp', 267 'exported/Platform.cpp',
268 'exported/WebActiveGestureAnimation.cpp', 268 'exported/WebActiveGestureAnimation.cpp',
269 'exported/WebActiveGestureAnimation.h', 269 'exported/WebActiveGestureAnimation.h',
270 'exported/WebArrayBuffer.cpp', 270 'exported/WebArrayBuffer.cpp',
271 'exported/WebAudioBus.cpp', 271 'exported/WebAudioBus.cpp',
272 'exported/WebAudioDevice.cpp', 272 'exported/WebAudioDevice.cpp',
273 'exported/WebBlobData.cpp', 273 'exported/WebBlobData.cpp',
274 'exported/WebCircularRegion.cpp',
275 'exported/WebCircularRegionPrivate.h',
274 'exported/WebContentDecryptionModule.cpp', 276 'exported/WebContentDecryptionModule.cpp',
275 'exported/WebContentDecryptionModuleResult.cpp', 277 'exported/WebContentDecryptionModuleResult.cpp',
276 'exported/WebContentDecryptionModuleSession.cpp', 278 'exported/WebContentDecryptionModuleSession.cpp',
277 'exported/WebConvertableToTraceFormat.cpp', 279 'exported/WebConvertableToTraceFormat.cpp',
278 'exported/WebCredential.cpp', 280 'exported/WebCredential.cpp',
279 'exported/WebCryptoAlgorithm.cpp', 281 'exported/WebCryptoAlgorithm.cpp',
280 'exported/WebCryptoKeyAlgorithm.cpp', 282 'exported/WebCryptoKeyAlgorithm.cpp',
281 'exported/WebCryptoKey.cpp', 283 'exported/WebCryptoKey.cpp',
282 'exported/WebCryptoResult.cpp', 284 'exported/WebCryptoResult.cpp',
283 'exported/WebCursorInfo.cpp', 285 'exported/WebCursorInfo.cpp',
284 'exported/WebData.cpp', 286 'exported/WebData.cpp',
285 'exported/WebDeviceMotionData.cpp', 287 'exported/WebDeviceMotionData.cpp',
286 'exported/WebDeviceOrientationData.cpp', 288 'exported/WebDeviceOrientationData.cpp',
287 'exported/WebFederatedCredential.cpp', 289 'exported/WebFederatedCredential.cpp',
288 'exported/WebFileSystemCallbacks.cpp', 290 'exported/WebFileSystemCallbacks.cpp',
289 'exported/WebFilterKeyframe.cpp', 291 'exported/WebFilterKeyframe.cpp',
292 'exported/WebGeofencingRegion.cpp',
293 'exported/WebGeofencingRegionPrivate.h',
290 'exported/WebHTTPBody.cpp', 294 'exported/WebHTTPBody.cpp',
291 'exported/WebHTTPLoadInfo.cpp', 295 'exported/WebHTTPLoadInfo.cpp',
292 'exported/WebImageSkia.cpp', 296 'exported/WebImageSkia.cpp',
293 'exported/WebLocalCredential.cpp', 297 'exported/WebLocalCredential.cpp',
294 'exported/WebMediaConstraints.cpp', 298 'exported/WebMediaConstraints.cpp',
295 'exported/WebMediaDeviceInfo.cpp', 299 'exported/WebMediaDeviceInfo.cpp',
296 'exported/WebMediaStream.cpp', 300 'exported/WebMediaStream.cpp',
297 'exported/WebMediaStreamSource.cpp', 301 'exported/WebMediaStreamSource.cpp',
298 'exported/WebMediaStreamTrack.cpp', 302 'exported/WebMediaStreamTrack.cpp',
299 'exported/WebMediaStreamTrackSourcesRequest.cpp', 303 'exported/WebMediaStreamTrackSourcesRequest.cpp',
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 'graphics/ImageLayerChromiumTest.cpp', 972 'graphics/ImageLayerChromiumTest.cpp',
969 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 973 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
970 'graphics/test/MockImageDecoder.h', 974 'graphics/test/MockImageDecoder.h',
971 'graphics/test/MockWebGraphicsContext3D.h', 975 'graphics/test/MockWebGraphicsContext3D.h',
972 'image-decoders/gif/GIFImageDecoderTest.cpp', 976 'image-decoders/gif/GIFImageDecoderTest.cpp',
973 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 977 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
974 'image-decoders/webp/WEBPImageDecoderTest.cpp', 978 'image-decoders/webp/WEBPImageDecoderTest.cpp',
975 ], 979 ],
976 }, 980 },
977 } 981 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698