| 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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/WebMeaningfulLayout.h", |
| 425 "web/WebMediaDevicesRequest.h", | 425 "web/WebMediaDevicesRequest.h", |
| 426 "web/WebMediaPlayerAction.h", | 426 "web/WebMediaPlayerAction.h", |
| 427 "web/WebMediaStreamRegistry.h", | 427 "web/WebMediaStreamRegistry.h", |
| 428 "web/WebMemoryUsageInfo.h", | |
| 429 "web/WebMenuItemInfo.h", | 428 "web/WebMenuItemInfo.h", |
| 430 "web/WebNavigationPolicy.h", | 429 "web/WebNavigationPolicy.h", |
| 431 "web/WebNavigationType.h", | 430 "web/WebNavigationType.h", |
| 432 "web/WebNavigatorContentUtilsClient.h", | 431 "web/WebNavigatorContentUtilsClient.h", |
| 433 "web/WebNetworkStateNotifier.h", | 432 "web/WebNetworkStateNotifier.h", |
| 434 "web/WebNode.h", | 433 "web/WebNode.h", |
| 435 "web/WebNodeList.h", | 434 "web/WebNodeList.h", |
| 436 "web/WebOptionElement.h", | 435 "web/WebOptionElement.h", |
| 437 "web/WebPagePopup.h", | 436 "web/WebPagePopup.h", |
| 438 "web/WebPageSerializer.h", | 437 "web/WebPageSerializer.h", |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 "web/WebWorkerContentSettingsClientProxy.h", | 516 "web/WebWorkerContentSettingsClientProxy.h", |
| 518 "web/default/WebRenderTheme.h", | 517 "web/default/WebRenderTheme.h", |
| 519 "web/linux/WebFontRendering.h", | 518 "web/linux/WebFontRendering.h", |
| 520 "web/mac/WebScrollbarTheme.h", | 519 "web/mac/WebScrollbarTheme.h", |
| 521 "web/mac/WebSubstringUtil.h", | 520 "web/mac/WebSubstringUtil.h", |
| 522 "web/modules/notifications/WebNotificationPermissionCallback.h", | 521 "web/modules/notifications/WebNotificationPermissionCallback.h", |
| 523 "web/win/WebFontRendering.h", | 522 "web/win/WebFontRendering.h", |
| 524 ], | 523 ], |
| 525 }, | 524 }, |
| 526 } | 525 } |
| OLD | NEW |