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

Side by Side Diff: third_party/WebKit/public/blink_headers.gypi

Issue 2125213002: [IndexedDB] Propogating changes to observers : Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lifetime
Patch Set: Minor typecasting Created 4 years, 5 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 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'blink_public_sources': [ 7 'blink_public_sources': [
8 "platform/callback/WebClosure.h", 8 "platform/callback/WebClosure.h",
9 "platform/Platform.h", 9 "platform/Platform.h",
10 "platform/FilePathConversion.h", 10 "platform/FilePathConversion.h",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "platform/WebOriginTrialTokenStatus.h", 145 "platform/WebOriginTrialTokenStatus.h",
146 "platform/WebPageVisibilityState.h", 146 "platform/WebPageVisibilityState.h",
147 "platform/WebPasswordCredential.h", 147 "platform/WebPasswordCredential.h",
148 "platform/WebPlatformEventListener.h", 148 "platform/WebPlatformEventListener.h",
149 "platform/WebPlatformEventType.h", 149 "platform/WebPlatformEventType.h",
150 "platform/WebPluginListBuilder.h", 150 "platform/WebPluginListBuilder.h",
151 "platform/WebPoint.h", 151 "platform/WebPoint.h",
152 "platform/WebPrerender.h", 152 "platform/WebPrerender.h",
153 "platform/WebPrerenderingSupport.h", 153 "platform/WebPrerenderingSupport.h",
154 "platform/WebPrescientNetworking.h", 154 "platform/WebPrescientNetworking.h",
155 "platform/WebPrivateOwnPtr.h",
155 "platform/WebPrivatePtr.h", 156 "platform/WebPrivatePtr.h",
156 "platform/WebPublicSuffixList.h", 157 "platform/WebPublicSuffixList.h",
157 "platform/WebRTCCertificate.h", 158 "platform/WebRTCCertificate.h",
158 "platform/WebRTCCertificateGenerator.h", 159 "platform/WebRTCCertificateGenerator.h",
159 "platform/WebRTCConfiguration.h", 160 "platform/WebRTCConfiguration.h",
160 "platform/WebRTCDTMFSenderHandler.h", 161 "platform/WebRTCDTMFSenderHandler.h",
161 "platform/WebRTCDTMFSenderHandlerClient.h", 162 "platform/WebRTCDTMFSenderHandlerClient.h",
162 "platform/WebRTCDataChannelHandler.h", 163 "platform/WebRTCDataChannelHandler.h",
163 "platform/WebRTCDataChannelHandlerClient.h", 164 "platform/WebRTCDataChannelHandlerClient.h",
164 "platform/WebRTCDataChannelInit.h", 165 "platform/WebRTCDataChannelInit.h",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "platform/mac/WebSandboxSupport.h", 225 "platform/mac/WebSandboxSupport.h",
225 "platform/modules/app_banner/WebAppBannerClient.h", 226 "platform/modules/app_banner/WebAppBannerClient.h",
226 "platform/modules/app_banner/WebAppBannerPromptReply.h", 227 "platform/modules/app_banner/WebAppBannerPromptReply.h",
227 "platform/modules/app_banner/WebAppBannerPromptResult.h", 228 "platform/modules/app_banner/WebAppBannerPromptResult.h",
228 "platform/modules/background_sync/WebSyncClient.h", 229 "platform/modules/background_sync/WebSyncClient.h",
229 "platform/modules/background_sync/WebSyncError.h", 230 "platform/modules/background_sync/WebSyncError.h",
230 "platform/modules/background_sync/WebSyncProvider.h", 231 "platform/modules/background_sync/WebSyncProvider.h",
231 "platform/modules/background_sync/WebSyncRegistration.h", 232 "platform/modules/background_sync/WebSyncRegistration.h",
232 "platform/modules/bluetooth/WebBluetooth.h", 233 "platform/modules/bluetooth/WebBluetooth.h",
233 "platform/modules/bluetooth/WebBluetoothDevice.h", 234 "platform/modules/bluetooth/WebBluetoothDevice.h",
235 "platform/modules/bluetooth/WebBluetoothError.h",
234 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h", 236 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h",
235 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h", 237 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h",
236 "platform/modules/bluetooth/WebBluetoothRemoteGATTService.h", 238 "platform/modules/bluetooth/WebBluetoothRemoteGATTService.h",
237 "platform/modules/bluetooth/WebRequestDeviceOptions.h", 239 "platform/modules/bluetooth/WebRequestDeviceOptions.h",
238 "platform/modules/device_orientation/WebDeviceMotionData.h", 240 "platform/modules/device_orientation/WebDeviceMotionData.h",
239 "platform/modules/device_orientation/WebDeviceMotionListener.h", 241 "platform/modules/device_orientation/WebDeviceMotionListener.h",
240 "platform/modules/device_orientation/WebDeviceOrientationData.h", 242 "platform/modules/device_orientation/WebDeviceOrientationData.h",
241 "platform/modules/device_orientation/WebDeviceOrientationListener.h", 243 "platform/modules/device_orientation/WebDeviceOrientationListener.h",
242 "platform/modules/indexeddb/WebIDBCallbacks.h", 244 "platform/modules/indexeddb/WebIDBCallbacks.h",
243 "platform/modules/indexeddb/WebIDBCursor.h", 245 "platform/modules/indexeddb/WebIDBCursor.h",
244 "platform/modules/indexeddb/WebIDBDatabase.h", 246 "platform/modules/indexeddb/WebIDBDatabase.h",
245 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h", 247 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h",
246 "platform/modules/indexeddb/WebIDBDatabaseError.h", 248 "platform/modules/indexeddb/WebIDBDatabaseError.h",
247 "platform/modules/indexeddb/WebIDBDatabaseException.h", 249 "platform/modules/indexeddb/WebIDBDatabaseException.h",
248 "platform/modules/indexeddb/WebIDBFactory.h", 250 "platform/modules/indexeddb/WebIDBFactory.h",
249 "platform/modules/indexeddb/WebIDBKey.h", 251 "platform/modules/indexeddb/WebIDBKey.h",
250 "platform/modules/indexeddb/WebIDBKeyPath.h", 252 "platform/modules/indexeddb/WebIDBKeyPath.h",
251 "platform/modules/indexeddb/WebIDBKeyRange.h", 253 "platform/modules/indexeddb/WebIDBKeyRange.h",
252 "platform/modules/indexeddb/WebIDBMetadata.h", 254 "platform/modules/indexeddb/WebIDBMetadata.h",
255 "platform/modules/indexeddb/WebIDBObservation.h",
253 "platform/modules/indexeddb/WebIDBObserver.h", 256 "platform/modules/indexeddb/WebIDBObserver.h",
254 "platform/modules/indexeddb/WebIDBTypes.h", 257 "platform/modules/indexeddb/WebIDBTypes.h",
255 "platform/modules/indexeddb/WebIDBValue.h", 258 "platform/modules/indexeddb/WebIDBValue.h",
256 "platform/modules/installedapp/WebInstalledAppClient.h", 259 "platform/modules/installedapp/WebInstalledAppClient.h",
257 "platform/modules/mediasession/WebMediaSession.h", 260 "platform/modules/mediasession/WebMediaSession.h",
258 "platform/modules/mediasession/WebMediaSessionError.h", 261 "platform/modules/mediasession/WebMediaSessionError.h",
259 "platform/modules/notifications/WebNotificationAction.h", 262 "platform/modules/notifications/WebNotificationAction.h",
260 "platform/modules/notifications/WebNotificationData.h", 263 "platform/modules/notifications/WebNotificationData.h",
261 "platform/modules/notifications/WebNotificationDelegate.h", 264 "platform/modules/notifications/WebNotificationDelegate.h",
262 "platform/modules/notifications/WebNotificationManager.h", 265 "platform/modules/notifications/WebNotificationManager.h",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 477 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
475 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 478 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
476 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 479 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
477 "web/modules/webmidi/WebMIDIClient.h", 480 "web/modules/webmidi/WebMIDIClient.h",
478 "web/modules/webmidi/WebMIDIOptions.h", 481 "web/modules/webmidi/WebMIDIOptions.h",
479 "web/modules/webmidi/WebMIDIPermissionRequest.h", 482 "web/modules/webmidi/WebMIDIPermissionRequest.h",
480 "web/win/WebFontRendering.h", 483 "web/win/WebFontRendering.h",
481 ], 484 ],
482 }, 485 },
483 } 486 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698