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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
414 "web/WebImageCache.h", | 414 "web/WebImageCache.h", |
415 "web/WebImageDecoder.h", | 415 "web/WebImageDecoder.h", |
416 "web/WebInputElement.h", | 416 "web/WebInputElement.h", |
417 "web/WebInputEvent.h", | 417 "web/WebInputEvent.h", |
418 "web/WebKit.h", | 418 "web/WebKit.h", |
419 "web/WebLabelElement.h", | 419 "web/WebLabelElement.h", |
420 "web/WebLeakDetector.h", | 420 "web/WebLeakDetector.h", |
421 "web/WebLocalFrame.h", | 421 "web/WebLocalFrame.h", |
422 "web/WebMIDIClient.h", | 422 "web/WebMIDIClient.h", |
423 "web/WebMIDIPermissionRequest.h", | 423 "web/WebMIDIPermissionRequest.h", |
| 424 "web/WebMeaningfulLayout.h", |
424 "web/WebMediaDevicesRequest.h", | 425 "web/WebMediaDevicesRequest.h", |
425 "web/WebMediaPlayerAction.h", | 426 "web/WebMediaPlayerAction.h", |
426 "web/WebMediaStreamRegistry.h", | 427 "web/WebMediaStreamRegistry.h", |
427 "web/WebMemoryUsageInfo.h", | 428 "web/WebMemoryUsageInfo.h", |
428 "web/WebMenuItemInfo.h", | 429 "web/WebMenuItemInfo.h", |
429 "web/WebNavigationPolicy.h", | 430 "web/WebNavigationPolicy.h", |
430 "web/WebNavigationType.h", | 431 "web/WebNavigationType.h", |
431 "web/WebNavigatorContentUtilsClient.h", | 432 "web/WebNavigatorContentUtilsClient.h", |
432 "web/WebNetworkStateNotifier.h", | 433 "web/WebNetworkStateNotifier.h", |
433 "web/WebNode.h", | 434 "web/WebNode.h", |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
516 "web/WebWorkerContentSettingsClientProxy.h", | 517 "web/WebWorkerContentSettingsClientProxy.h", |
517 "web/default/WebRenderTheme.h", | 518 "web/default/WebRenderTheme.h", |
518 "web/linux/WebFontRendering.h", | 519 "web/linux/WebFontRendering.h", |
519 "web/mac/WebScrollbarTheme.h", | 520 "web/mac/WebScrollbarTheme.h", |
520 "web/mac/WebSubstringUtil.h", | 521 "web/mac/WebSubstringUtil.h", |
521 "web/modules/notifications/WebNotificationPermissionCallback.h", | 522 "web/modules/notifications/WebNotificationPermissionCallback.h", |
522 "web/win/WebFontRendering.h", | 523 "web/win/WebFontRendering.h", |
523 ], | 524 ], |
524 }, | 525 }, |
525 } | 526 } |
OLD | NEW |