| 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/URLConversion.h", | 9 "platform/URLConversion.h", |
| 10 "platform/WebApiKeyValidator.h", | 10 "platform/WebApiKeyValidator.h", |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 "web/WebExternalPopupMenuClient.h", | 392 "web/WebExternalPopupMenuClient.h", |
| 393 "web/WebFileChooserCompletion.h", | 393 "web/WebFileChooserCompletion.h", |
| 394 "web/WebFileChooserParams.h", | 394 "web/WebFileChooserParams.h", |
| 395 "web/WebFindOptions.h", | 395 "web/WebFindOptions.h", |
| 396 "web/WebFont.h", | 396 "web/WebFont.h", |
| 397 "web/WebFontDescription.h", | 397 "web/WebFontDescription.h", |
| 398 "web/WebFormControlElement.h", | 398 "web/WebFormControlElement.h", |
| 399 "web/WebFormElement.h", | 399 "web/WebFormElement.h", |
| 400 "web/WebFrame.h", | 400 "web/WebFrame.h", |
| 401 "web/WebFrameClient.h", | 401 "web/WebFrameClient.h", |
| 402 "web/WebFrameContentDumper.h", |
| 402 "web/WebFrameLoadType.h", | 403 "web/WebFrameLoadType.h", |
| 403 "web/WebFrameOwnerProperties.h", | 404 "web/WebFrameOwnerProperties.h", |
| 404 "web/WebFrameSerializer.h", | 405 "web/WebFrameSerializer.h", |
| 405 "web/WebFrameSerializerClient.h", | 406 "web/WebFrameSerializerClient.h", |
| 406 "web/WebFrameWidget.h", | 407 "web/WebFrameWidget.h", |
| 407 "web/WebGeolocationClient.h", | 408 "web/WebGeolocationClient.h", |
| 408 "web/WebGeolocationController.h", | 409 "web/WebGeolocationController.h", |
| 409 "web/WebGeolocationError.h", | 410 "web/WebGeolocationError.h", |
| 410 "web/WebGeolocationPermissionRequest.h", | 411 "web/WebGeolocationPermissionRequest.h", |
| 411 "web/WebGeolocationPermissionRequestManager.h", | 412 "web/WebGeolocationPermissionRequestManager.h", |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 519 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 520 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 520 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 521 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 521 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 522 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 522 "web/modules/webmidi/WebMIDIClient.h", | 523 "web/modules/webmidi/WebMIDIClient.h", |
| 523 "web/modules/webmidi/WebMIDIOptions.h", | 524 "web/modules/webmidi/WebMIDIOptions.h", |
| 524 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 525 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 525 "web/win/WebFontRendering.h", | 526 "web/win/WebFontRendering.h", |
| 526 ], | 527 ], |
| 527 }, | 528 }, |
| 528 } | 529 } |
| OLD | NEW |