| 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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 "web/WebFrameClient.h", | 400 "web/WebFrameClient.h", |
| 401 "web/WebFrameLoadType.h", | 401 "web/WebFrameLoadType.h", |
| 402 "web/WebFrameWidget.h", | 402 "web/WebFrameWidget.h", |
| 403 "web/WebGeolocationClient.h", | 403 "web/WebGeolocationClient.h", |
| 404 "web/WebGeolocationController.h", | 404 "web/WebGeolocationController.h", |
| 405 "web/WebGeolocationError.h", | 405 "web/WebGeolocationError.h", |
| 406 "web/WebGeolocationPermissionRequest.h", | 406 "web/WebGeolocationPermissionRequest.h", |
| 407 "web/WebGeolocationPermissionRequestManager.h", | 407 "web/WebGeolocationPermissionRequestManager.h", |
| 408 "web/WebGeolocationPosition.h", | 408 "web/WebGeolocationPosition.h", |
| 409 "web/WebGlyphCache.h", | 409 "web/WebGlyphCache.h", |
| 410 "web/WebGraphicsContext.h", | |
| 411 "web/WebHeap.h", | 410 "web/WebHeap.h", |
| 412 "web/WebHelperPlugin.h", | 411 "web/WebHelperPlugin.h", |
| 413 "web/WebHistoryCommitType.h", | 412 "web/WebHistoryCommitType.h", |
| 414 "web/WebHistoryItem.h", | 413 "web/WebHistoryItem.h", |
| 415 "web/WebHitTestResult.h", | 414 "web/WebHitTestResult.h", |
| 416 "web/WebIconURL.h", | 415 "web/WebIconURL.h", |
| 417 "web/WebImageCache.h", | 416 "web/WebImageCache.h", |
| 418 "web/WebImageDecoder.h", | 417 "web/WebImageDecoder.h", |
| 419 "web/WebInputElement.h", | 418 "web/WebInputElement.h", |
| 420 "web/WebInputEvent.h", | 419 "web/WebInputEvent.h", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 519 "web/WebWorkerContentSettingsClientProxy.h", | 518 "web/WebWorkerContentSettingsClientProxy.h", |
| 520 "web/default/WebRenderTheme.h", | 519 "web/default/WebRenderTheme.h", |
| 521 "web/linux/WebFontRendering.h", | 520 "web/linux/WebFontRendering.h", |
| 522 "web/mac/WebScrollbarTheme.h", | 521 "web/mac/WebScrollbarTheme.h", |
| 523 "web/mac/WebSubstringUtil.h", | 522 "web/mac/WebSubstringUtil.h", |
| 524 "web/modules/notifications/WebNotificationPermissionCallback.h", | 523 "web/modules/notifications/WebNotificationPermissionCallback.h", |
| 525 "web/win/WebFontRendering.h", | 524 "web/win/WebFontRendering.h", |
| 526 ], | 525 ], |
| 527 }, | 526 }, |
| 528 } | 527 } |
| OLD | NEW |