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

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

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 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
« no previous file with comments | « third_party/WebKit/public/blink.gyp ('k') | third_party/WebKit/public/platform/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h", 240 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h",
241 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h", 241 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h",
242 "platform/modules/bluetooth/WebBluetoothRemoteGATTService.h", 242 "platform/modules/bluetooth/WebBluetoothRemoteGATTService.h",
243 "platform/modules/bluetooth/WebRequestDeviceOptions.h", 243 "platform/modules/bluetooth/WebRequestDeviceOptions.h",
244 "platform/modules/device_orientation/WebDeviceMotionData.h", 244 "platform/modules/device_orientation/WebDeviceMotionData.h",
245 "platform/modules/device_orientation/WebDeviceMotionListener.h", 245 "platform/modules/device_orientation/WebDeviceMotionListener.h",
246 "platform/modules/device_orientation/WebDeviceOrientationData.h", 246 "platform/modules/device_orientation/WebDeviceOrientationData.h",
247 "platform/modules/device_orientation/WebDeviceOrientationListener.h", 247 "platform/modules/device_orientation/WebDeviceOrientationListener.h",
248 "platform/modules/indexeddb/WebIDBCallbacks.h", 248 "platform/modules/indexeddb/WebIDBCallbacks.h",
249 "platform/modules/indexeddb/WebIDBCursor.h", 249 "platform/modules/indexeddb/WebIDBCursor.h",
250 "platform/modules/indexeddb/WebIDBDatabase.h",
251 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h",
252 "platform/modules/indexeddb/WebIDBDatabaseError.h", 250 "platform/modules/indexeddb/WebIDBDatabaseError.h",
253 "platform/modules/indexeddb/WebIDBDatabaseException.h", 251 "platform/modules/indexeddb/WebIDBDatabaseException.h",
254 "platform/modules/indexeddb/WebIDBFactory.h",
255 "platform/modules/indexeddb/WebIDBKey.h", 252 "platform/modules/indexeddb/WebIDBKey.h",
256 "platform/modules/indexeddb/WebIDBKeyPath.h", 253 "platform/modules/indexeddb/WebIDBKeyPath.h",
257 "platform/modules/indexeddb/WebIDBKeyRange.h", 254 "platform/modules/indexeddb/WebIDBKeyRange.h",
258 "platform/modules/indexeddb/WebIDBMetadata.h",
259 "platform/modules/indexeddb/WebIDBObservation.h", 255 "platform/modules/indexeddb/WebIDBObservation.h",
260 "platform/modules/indexeddb/WebIDBObserver.h", 256 "platform/modules/indexeddb/WebIDBObserver.h",
261 "platform/modules/indexeddb/WebIDBTypes.h", 257 "platform/modules/indexeddb/WebIDBTypes.h",
262 "platform/modules/indexeddb/WebIDBValue.h", 258 "platform/modules/indexeddb/WebIDBValue.h",
263 "platform/modules/installedapp/WebInstalledAppClient.h", 259 "platform/modules/installedapp/WebInstalledAppClient.h",
264 "platform/modules/mediasession/WebMediaSession.h", 260 "platform/modules/mediasession/WebMediaSession.h",
265 "platform/modules/mediasession/WebMediaSessionError.h", 261 "platform/modules/mediasession/WebMediaSessionError.h",
266 "platform/modules/notifications/WebNotificationAction.h", 262 "platform/modules/notifications/WebNotificationAction.h",
267 "platform/modules/notifications/WebNotificationData.h", 263 "platform/modules/notifications/WebNotificationData.h",
268 "platform/modules/notifications/WebNotificationDelegate.h", 264 "platform/modules/notifications/WebNotificationDelegate.h",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 "web/linux/WebFontRendering.h", 479 "web/linux/WebFontRendering.h",
484 "web/mac/WebScrollbarTheme.h", 480 "web/mac/WebScrollbarTheme.h",
485 "web/mac/WebSubstringUtil.h", 481 "web/mac/WebSubstringUtil.h",
486 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 482 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
487 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 483 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
488 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 484 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
489 "web/win/WebFontRendering.h", 485 "web/win/WebFontRendering.h",
490 ], 486 ],
491 }, 487 },
492 } 488 }
OLDNEW
« no previous file with comments | « third_party/WebKit/public/blink.gyp ('k') | third_party/WebKit/public/platform/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698