OLD | NEW |
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 Loading... |
240 "platform/modules/device_orientation/WebDeviceMotionData.h", | 240 "platform/modules/device_orientation/WebDeviceMotionData.h", |
241 "platform/modules/device_orientation/WebDeviceMotionListener.h", | 241 "platform/modules/device_orientation/WebDeviceMotionListener.h", |
242 "platform/modules/device_orientation/WebDeviceOrientationData.h", | 242 "platform/modules/device_orientation/WebDeviceOrientationData.h", |
243 "platform/modules/device_orientation/WebDeviceOrientationListener.h", | 243 "platform/modules/device_orientation/WebDeviceOrientationListener.h", |
244 "platform/modules/indexeddb/WebIDBCallbacks.h", | 244 "platform/modules/indexeddb/WebIDBCallbacks.h", |
245 "platform/modules/indexeddb/WebIDBCursor.h", | 245 "platform/modules/indexeddb/WebIDBCursor.h", |
246 "platform/modules/indexeddb/WebIDBDatabase.h", | 246 "platform/modules/indexeddb/WebIDBDatabase.h", |
247 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h", | 247 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h", |
248 "platform/modules/indexeddb/WebIDBDatabaseError.h", | 248 "platform/modules/indexeddb/WebIDBDatabaseError.h", |
249 "platform/modules/indexeddb/WebIDBDatabaseException.h", | 249 "platform/modules/indexeddb/WebIDBDatabaseException.h", |
250 "platform/modules/indexeddb/WebIDBFactory.h", | |
251 "platform/modules/indexeddb/WebIDBKey.h", | 250 "platform/modules/indexeddb/WebIDBKey.h", |
252 "platform/modules/indexeddb/WebIDBKeyPath.h", | 251 "platform/modules/indexeddb/WebIDBKeyPath.h", |
253 "platform/modules/indexeddb/WebIDBKeyRange.h", | 252 "platform/modules/indexeddb/WebIDBKeyRange.h", |
254 "platform/modules/indexeddb/WebIDBMetadata.h", | 253 "platform/modules/indexeddb/WebIDBMetadata.h", |
255 "platform/modules/indexeddb/WebIDBObserver.h", | 254 "platform/modules/indexeddb/WebIDBObserver.h", |
256 "platform/modules/indexeddb/WebIDBTypes.h", | 255 "platform/modules/indexeddb/WebIDBTypes.h", |
257 "platform/modules/indexeddb/WebIDBValue.h", | 256 "platform/modules/indexeddb/WebIDBValue.h", |
258 "platform/modules/installedapp/WebInstalledAppClient.h", | 257 "platform/modules/installedapp/WebInstalledAppClient.h", |
259 "platform/modules/mediasession/WebMediaSession.h", | 258 "platform/modules/mediasession/WebMediaSession.h", |
260 "platform/modules/mediasession/WebMediaSessionError.h", | 259 "platform/modules/mediasession/WebMediaSessionError.h", |
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 475 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
477 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 476 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
478 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 477 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
479 "web/modules/webmidi/WebMIDIClient.h", | 478 "web/modules/webmidi/WebMIDIClient.h", |
480 "web/modules/webmidi/WebMIDIOptions.h", | 479 "web/modules/webmidi/WebMIDIOptions.h", |
481 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 480 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
482 "web/win/WebFontRendering.h", | 481 "web/win/WebFontRendering.h", |
483 ], | 482 ], |
484 }, | 483 }, |
485 } | 484 } |
OLD | NEW |