| 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 "web/WebFileChooserCompletion.h", | 388 "web/WebFileChooserCompletion.h", |
| 389 "web/WebFileChooserParams.h", | 389 "web/WebFileChooserParams.h", |
| 390 "web/WebFindOptions.h", | 390 "web/WebFindOptions.h", |
| 391 "web/WebFont.h", | 391 "web/WebFont.h", |
| 392 "web/WebFontDescription.h", | 392 "web/WebFontDescription.h", |
| 393 "web/WebFormControlElement.h", | 393 "web/WebFormControlElement.h", |
| 394 "web/WebFormElement.h", | 394 "web/WebFormElement.h", |
| 395 "web/WebFrame.h", | 395 "web/WebFrame.h", |
| 396 "web/WebFrameClient.h", | 396 "web/WebFrameClient.h", |
| 397 "web/WebFrameLoadType.h", | 397 "web/WebFrameLoadType.h", |
| 398 "web/WebFrameOwnerProperties.h", |
| 398 "web/WebFrameWidget.h", | 399 "web/WebFrameWidget.h", |
| 399 "web/WebGeolocationClient.h", | 400 "web/WebGeolocationClient.h", |
| 400 "web/WebGeolocationController.h", | 401 "web/WebGeolocationController.h", |
| 401 "web/WebGeolocationError.h", | 402 "web/WebGeolocationError.h", |
| 402 "web/WebGeolocationPermissionRequest.h", | 403 "web/WebGeolocationPermissionRequest.h", |
| 403 "web/WebGeolocationPermissionRequestManager.h", | 404 "web/WebGeolocationPermissionRequestManager.h", |
| 404 "web/WebGeolocationPosition.h", | 405 "web/WebGeolocationPosition.h", |
| 405 "web/WebGlyphCache.h", | 406 "web/WebGlyphCache.h", |
| 406 "web/WebGraphicsContext.h", | 407 "web/WebGraphicsContext.h", |
| 407 "web/WebHeap.h", | 408 "web/WebHeap.h", |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 "web/WebWorkerContentSettingsClientProxy.h", | 516 "web/WebWorkerContentSettingsClientProxy.h", |
| 516 "web/default/WebRenderTheme.h", | 517 "web/default/WebRenderTheme.h", |
| 517 "web/linux/WebFontRendering.h", | 518 "web/linux/WebFontRendering.h", |
| 518 "web/mac/WebScrollbarTheme.h", | 519 "web/mac/WebScrollbarTheme.h", |
| 519 "web/mac/WebSubstringUtil.h", | 520 "web/mac/WebSubstringUtil.h", |
| 520 "web/modules/notifications/WebNotificationPermissionCallback.h", | 521 "web/modules/notifications/WebNotificationPermissionCallback.h", |
| 521 "web/win/WebFontRendering.h", | 522 "web/win/WebFontRendering.h", |
| 522 ], | 523 ], |
| 523 }, | 524 }, |
| 524 } | 525 } |
| OLD | NEW |