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/URLConversion.h", | 9 "platform/URLConversion.h", |
10 "platform/WebApiKeyValidator.h", | 10 "platform/WebApiKeyValidator.h", |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 "web/WebHeap.h", | 416 "web/WebHeap.h", |
417 "web/WebHelperPlugin.h", | 417 "web/WebHelperPlugin.h", |
418 "web/WebHistoryCommitType.h", | 418 "web/WebHistoryCommitType.h", |
419 "web/WebHistoryItem.h", | 419 "web/WebHistoryItem.h", |
420 "web/WebHitTestResult.h", | 420 "web/WebHitTestResult.h", |
421 "web/WebIconURL.h", | 421 "web/WebIconURL.h", |
422 "web/WebImageCache.h", | 422 "web/WebImageCache.h", |
423 "web/WebImageDecoder.h", | 423 "web/WebImageDecoder.h", |
424 "web/WebInputElement.h", | 424 "web/WebInputElement.h", |
425 "web/WebInputEvent.h", | 425 "web/WebInputEvent.h", |
| 426 "web/WebInstalledAppVerificationManager.h", |
426 "web/WebKit.h", | 427 "web/WebKit.h", |
427 "web/WebLabelElement.h", | 428 "web/WebLabelElement.h", |
428 "web/WebLeakDetector.h", | 429 "web/WebLeakDetector.h", |
429 "web/WebLocalFrame.h", | 430 "web/WebLocalFrame.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", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/modules/webmidi/WebMIDIClient.h", | 527 "web/modules/webmidi/WebMIDIClient.h", |
527 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 528 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
528 "web/win/WebFontRendering.h", | 529 "web/win/WebFontRendering.h", |
529 ], | 530 ], |
530 }, | 531 }, |
531 } | 532 } |
OLD | NEW |