| 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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 "web/WebFileChooserCompletion.h", | 389 "web/WebFileChooserCompletion.h", |
| 390 "web/WebFileChooserParams.h", | 390 "web/WebFileChooserParams.h", |
| 391 "web/WebFindOptions.h", | 391 "web/WebFindOptions.h", |
| 392 "web/WebFont.h", | 392 "web/WebFont.h", |
| 393 "web/WebFontDescription.h", | 393 "web/WebFontDescription.h", |
| 394 "web/WebFormControlElement.h", | 394 "web/WebFormControlElement.h", |
| 395 "web/WebFormElement.h", | 395 "web/WebFormElement.h", |
| 396 "web/WebFrame.h", | 396 "web/WebFrame.h", |
| 397 "web/WebFrameClient.h", | 397 "web/WebFrameClient.h", |
| 398 "web/WebFrameLoadType.h", | 398 "web/WebFrameLoadType.h", |
| 399 "web/WebFrameOwnerProperties.h", |
| 399 "web/WebFrameWidget.h", | 400 "web/WebFrameWidget.h", |
| 400 "web/WebGeolocationClient.h", | 401 "web/WebGeolocationClient.h", |
| 401 "web/WebGeolocationController.h", | 402 "web/WebGeolocationController.h", |
| 402 "web/WebGeolocationError.h", | 403 "web/WebGeolocationError.h", |
| 403 "web/WebGeolocationPermissionRequest.h", | 404 "web/WebGeolocationPermissionRequest.h", |
| 404 "web/WebGeolocationPermissionRequestManager.h", | 405 "web/WebGeolocationPermissionRequestManager.h", |
| 405 "web/WebGeolocationPosition.h", | 406 "web/WebGeolocationPosition.h", |
| 406 "web/WebGlyphCache.h", | 407 "web/WebGlyphCache.h", |
| 407 "web/WebGraphicsContext.h", | 408 "web/WebGraphicsContext.h", |
| 408 "web/WebHeap.h", | 409 "web/WebHeap.h", |
| (...skipping 107 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 |