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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 "web/WebFrameClient.h", | 395 "web/WebFrameClient.h", |
396 "web/WebFrameLoadType.h", | 396 "web/WebFrameLoadType.h", |
397 "web/WebFrameOwnerProperties.h", | 397 "web/WebFrameOwnerProperties.h", |
398 "web/WebFrameWidget.h", | 398 "web/WebFrameWidget.h", |
399 "web/WebGeolocationClient.h", | 399 "web/WebGeolocationClient.h", |
400 "web/WebGeolocationController.h", | 400 "web/WebGeolocationController.h", |
401 "web/WebGeolocationError.h", | 401 "web/WebGeolocationError.h", |
402 "web/WebGeolocationPermissionRequest.h", | 402 "web/WebGeolocationPermissionRequest.h", |
403 "web/WebGeolocationPermissionRequestManager.h", | 403 "web/WebGeolocationPermissionRequestManager.h", |
404 "web/WebGeolocationPosition.h", | 404 "web/WebGeolocationPosition.h", |
405 "web/WebGlyphCache.h", | |
406 "web/WebHeap.h", | 405 "web/WebHeap.h", |
407 "web/WebHelperPlugin.h", | 406 "web/WebHelperPlugin.h", |
408 "web/WebHistoryCommitType.h", | 407 "web/WebHistoryCommitType.h", |
409 "web/WebHistoryItem.h", | 408 "web/WebHistoryItem.h", |
410 "web/WebHitTestResult.h", | 409 "web/WebHitTestResult.h", |
411 "web/WebIconURL.h", | 410 "web/WebIconURL.h", |
412 "web/WebImageCache.h", | 411 "web/WebImageCache.h", |
413 "web/WebImageDecoder.h", | 412 "web/WebImageDecoder.h", |
414 "web/WebInputElement.h", | 413 "web/WebInputElement.h", |
415 "web/WebInputEvent.h", | 414 "web/WebInputEvent.h", |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
513 "web/mac/WebScrollbarTheme.h", | 512 "web/mac/WebScrollbarTheme.h", |
514 "web/mac/WebSubstringUtil.h", | 513 "web/mac/WebSubstringUtil.h", |
515 "web/modules/notifications/WebNotificationPermissionCallback.h", | 514 "web/modules/notifications/WebNotificationPermissionCallback.h", |
516 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 515 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
517 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 516 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
518 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 517 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
519 "web/win/WebFontRendering.h", | 518 "web/win/WebFontRendering.h", |
520 ], | 519 ], |
521 }, | 520 }, |
522 } | 521 } |
OLD | NEW |