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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 "platform/WebCryptoKeyAlgorithmParams.h", | 55 "platform/WebCryptoKeyAlgorithmParams.h", |
56 "platform/WebCursorInfo.h", | 56 "platform/WebCursorInfo.h", |
57 "platform/WebData.h", | 57 "platform/WebData.h", |
58 "platform/WebDataConsumerHandle.h", | 58 "platform/WebDataConsumerHandle.h", |
59 "platform/WebDatabaseObserver.h", | 59 "platform/WebDatabaseObserver.h", |
60 "platform/WebDeviceLightListener.h", | 60 "platform/WebDeviceLightListener.h", |
61 "platform/WebDisplayItemList.h", | 61 "platform/WebDisplayItemList.h", |
62 "platform/WebDisplayMode.h", | 62 "platform/WebDisplayMode.h", |
63 "platform/WebDoublePoint.h", | 63 "platform/WebDoublePoint.h", |
64 "platform/WebDragData.h", | 64 "platform/WebDragData.h", |
| 65 "platform/WebDragOperation.h", |
65 'platform/WebEditingCommandType.h', | 66 'platform/WebEditingCommandType.h', |
66 "platform/WebEncryptedMediaClient.h", | 67 "platform/WebEncryptedMediaClient.h", |
67 "platform/WebEncryptedMediaKeyInformation.h", | 68 "platform/WebEncryptedMediaKeyInformation.h", |
68 "platform/WebEncryptedMediaRequest.h", | 69 "platform/WebEncryptedMediaRequest.h", |
69 "platform/WebEncryptedMediaTypes.h", | 70 "platform/WebEncryptedMediaTypes.h", |
70 "platform/WebExternalBitmap.h", | 71 "platform/WebExternalBitmap.h", |
71 "platform/WebExternalTextureLayer.h", | 72 "platform/WebExternalTextureLayer.h", |
72 "platform/WebExternalTextureLayerClient.h", | 73 "platform/WebExternalTextureLayerClient.h", |
73 "platform/WebExternalTextureMailbox.h", | 74 "platform/WebExternalTextureMailbox.h", |
74 "platform/WebFallbackThemeEngine.h", | 75 "platform/WebFallbackThemeEngine.h", |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 "web/WebDateTimeChooserCompletion.h", | 358 "web/WebDateTimeChooserCompletion.h", |
358 "web/WebDateTimeChooserParams.h", | 359 "web/WebDateTimeChooserParams.h", |
359 "web/WebDateTimeInputType.h", | 360 "web/WebDateTimeInputType.h", |
360 "web/WebDateTimeSuggestion.h", | 361 "web/WebDateTimeSuggestion.h", |
361 "web/WebDevToolsAgent.h", | 362 "web/WebDevToolsAgent.h", |
362 "web/WebDevToolsAgentClient.h", | 363 "web/WebDevToolsAgentClient.h", |
363 "web/WebDevToolsFrontend.h", | 364 "web/WebDevToolsFrontend.h", |
364 "web/WebDevToolsFrontendClient.h", | 365 "web/WebDevToolsFrontendClient.h", |
365 "web/WebDeviceEmulationParams.h", | 366 "web/WebDeviceEmulationParams.h", |
366 "web/WebDocument.h", | 367 "web/WebDocument.h", |
367 "web/WebDragOperation.h", | |
368 "web/WebDragStatus.h", | 368 "web/WebDragStatus.h", |
369 "web/WebDraggableRegion.h", | 369 "web/WebDraggableRegion.h", |
370 "web/WebElement.h", | 370 "web/WebElement.h", |
371 "web/WebElementCollection.h", | 371 "web/WebElementCollection.h", |
372 "web/WebEmbeddedWorker.h", | 372 "web/WebEmbeddedWorker.h", |
373 "web/WebEmbeddedWorkerStartData.h", | 373 "web/WebEmbeddedWorkerStartData.h", |
374 "web/WebExceptionCode.h", | 374 "web/WebExceptionCode.h", |
375 "web/WebExternalPopupMenu.h", | 375 "web/WebExternalPopupMenu.h", |
376 "web/WebExternalPopupMenuClient.h", | 376 "web/WebExternalPopupMenuClient.h", |
377 "web/WebFileChooserCompletion.h", | 377 "web/WebFileChooserCompletion.h", |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 498 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
499 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 499 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
500 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 500 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
501 "web/modules/webmidi/WebMIDIClient.h", | 501 "web/modules/webmidi/WebMIDIClient.h", |
502 "web/modules/webmidi/WebMIDIOptions.h", | 502 "web/modules/webmidi/WebMIDIOptions.h", |
503 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 503 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
504 "web/win/WebFontRendering.h", | 504 "web/win/WebFontRendering.h", |
505 ], | 505 ], |
506 }, | 506 }, |
507 } | 507 } |
OLD | NEW |