| 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "web/WebFileChooserParams.h", | 396 "web/WebFileChooserParams.h", |
| 397 "web/WebFindOptions.h", | 397 "web/WebFindOptions.h", |
| 398 "web/WebFont.h", | 398 "web/WebFont.h", |
| 399 "web/WebFontDescription.h", | 399 "web/WebFontDescription.h", |
| 400 "web/WebFormControlElement.h", | 400 "web/WebFormControlElement.h", |
| 401 "web/WebFormElement.h", | 401 "web/WebFormElement.h", |
| 402 "web/WebFrame.h", | 402 "web/WebFrame.h", |
| 403 "web/WebFrameClient.h", | 403 "web/WebFrameClient.h", |
| 404 "web/WebFrameLoadType.h", | 404 "web/WebFrameLoadType.h", |
| 405 "web/WebFrameOwnerProperties.h", | 405 "web/WebFrameOwnerProperties.h", |
| 406 "web/WebFrameSerializer.h", |
| 407 "web/WebFrameSerializerClient.h", |
| 406 "web/WebFrameWidget.h", | 408 "web/WebFrameWidget.h", |
| 407 "web/WebGeolocationClient.h", | 409 "web/WebGeolocationClient.h", |
| 408 "web/WebGeolocationController.h", | 410 "web/WebGeolocationController.h", |
| 409 "web/WebGeolocationError.h", | 411 "web/WebGeolocationError.h", |
| 410 "web/WebGeolocationPermissionRequest.h", | 412 "web/WebGeolocationPermissionRequest.h", |
| 411 "web/WebGeolocationPermissionRequestManager.h", | 413 "web/WebGeolocationPermissionRequestManager.h", |
| 412 "web/WebGeolocationPosition.h", | 414 "web/WebGeolocationPosition.h", |
| 413 "web/WebHeap.h", | 415 "web/WebHeap.h", |
| 414 "web/WebHelperPlugin.h", | 416 "web/WebHelperPlugin.h", |
| 415 "web/WebHistoryCommitType.h", | 417 "web/WebHistoryCommitType.h", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 433 "web/WebMemoryPressureListener.h", | 435 "web/WebMemoryPressureListener.h", |
| 434 "web/WebMenuItemInfo.h", | 436 "web/WebMenuItemInfo.h", |
| 435 "web/WebMetaElement.h", | 437 "web/WebMetaElement.h", |
| 436 "web/WebNavigationPolicy.h", | 438 "web/WebNavigationPolicy.h", |
| 437 "web/WebNavigationType.h", | 439 "web/WebNavigationType.h", |
| 438 "web/WebNavigatorContentUtilsClient.h", | 440 "web/WebNavigatorContentUtilsClient.h", |
| 439 "web/WebNetworkStateNotifier.h", | 441 "web/WebNetworkStateNotifier.h", |
| 440 "web/WebNode.h", | 442 "web/WebNode.h", |
| 441 "web/WebOptionElement.h", | 443 "web/WebOptionElement.h", |
| 442 "web/WebPagePopup.h", | 444 "web/WebPagePopup.h", |
| 443 "web/WebPageSerializer.h", | |
| 444 "web/WebPageSerializerClient.h", | |
| 445 "web/WebPerformance.h", | 445 "web/WebPerformance.h", |
| 446 "web/WebPlugin.h", | 446 "web/WebPlugin.h", |
| 447 "web/WebPluginAction.h", | 447 "web/WebPluginAction.h", |
| 448 "web/WebPluginContainer.h", | 448 "web/WebPluginContainer.h", |
| 449 "web/WebPluginDocument.h", | 449 "web/WebPluginDocument.h", |
| 450 "web/WebPluginParams.h", | 450 "web/WebPluginParams.h", |
| 451 "web/WebPluginScriptForbiddenScope.h", | 451 "web/WebPluginScriptForbiddenScope.h", |
| 452 "web/WebPopupMenuInfo.h", | 452 "web/WebPopupMenuInfo.h", |
| 453 "web/WebPopupType.h", | 453 "web/WebPopupType.h", |
| 454 "web/WebPrerendererClient.h", | 454 "web/WebPrerendererClient.h", |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 "web/mac/WebScrollbarTheme.h", | 521 "web/mac/WebScrollbarTheme.h", |
| 522 "web/mac/WebSubstringUtil.h", | 522 "web/mac/WebSubstringUtil.h", |
| 523 "web/modules/notifications/WebNotificationPermissionCallback.h", | 523 "web/modules/notifications/WebNotificationPermissionCallback.h", |
| 524 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 524 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 525 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 525 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 526 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 526 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 527 "web/win/WebFontRendering.h", | 527 "web/win/WebFontRendering.h", |
| 528 ], | 528 ], |
| 529 }, | 529 }, |
| 530 } | 530 } |
| OLD | NEW |