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/Platform.h", | 8 "platform/Platform.h", |
9 "platform/WebApplicationCacheHost.h", | 9 "platform/WebApplicationCacheHost.h", |
10 "platform/WebApplicationCacheHostClient.h", | 10 "platform/WebApplicationCacheHostClient.h", |
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
419 "web/WebIconURL.h", | 419 "web/WebIconURL.h", |
420 "web/WebImageCache.h", | 420 "web/WebImageCache.h", |
421 "web/WebImageDecoder.h", | 421 "web/WebImageDecoder.h", |
422 "web/WebInputElement.h", | 422 "web/WebInputElement.h", |
423 "web/WebInputEvent.h", | 423 "web/WebInputEvent.h", |
424 "web/WebKit.h", | 424 "web/WebKit.h", |
425 "web/WebLabelElement.h", | 425 "web/WebLabelElement.h", |
426 "web/WebLeakDetector.h", | 426 "web/WebLeakDetector.h", |
427 "web/WebLocalFrame.h", | 427 "web/WebLocalFrame.h", |
428 "web/WebMIDIClient.h", | 428 "web/WebMIDIClient.h", |
| 429 "web/WebMIDIOptions.h", |
429 "web/WebMIDIPermissionRequest.h", | 430 "web/WebMIDIPermissionRequest.h", |
430 "web/WebMeaningfulLayout.h", | 431 "web/WebMeaningfulLayout.h", |
431 "web/WebMediaDevicesRequest.h", | 432 "web/WebMediaDevicesRequest.h", |
432 "web/WebMediaPlayerAction.h", | 433 "web/WebMediaPlayerAction.h", |
433 "web/WebMediaStreamRegistry.h", | 434 "web/WebMediaStreamRegistry.h", |
434 "web/WebMemoryPressureListener.h", | 435 "web/WebMemoryPressureListener.h", |
435 "web/WebMenuItemInfo.h", | 436 "web/WebMenuItemInfo.h", |
436 "web/WebMetaElement.h", | 437 "web/WebMetaElement.h", |
437 "web/WebNavigationPolicy.h", | 438 "web/WebNavigationPolicy.h", |
438 "web/WebNavigationType.h", | 439 "web/WebNavigationType.h", |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 "web/mac/WebScrollbarTheme.h", | 521 "web/mac/WebScrollbarTheme.h", |
521 "web/mac/WebSubstringUtil.h", | 522 "web/mac/WebSubstringUtil.h", |
522 "web/modules/notifications/WebNotificationPermissionCallback.h", | 523 "web/modules/notifications/WebNotificationPermissionCallback.h", |
523 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 524 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
524 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 525 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
525 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 526 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
526 "web/win/WebFontRendering.h", | 527 "web/win/WebFontRendering.h", |
527 ], | 528 ], |
528 }, | 529 }, |
529 } | 530 } |
OLD | NEW |