| 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/FilePathConversion.h", | 9 "platform/FilePathConversion.h", |
| 10 "platform/URLConversion.h", | 10 "platform/URLConversion.h", |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 "web/WebPopupType.h", | 433 "web/WebPopupType.h", |
| 434 "web/WebPrerendererClient.h", | 434 "web/WebPrerendererClient.h", |
| 435 "web/WebPrintParams.h", | 435 "web/WebPrintParams.h", |
| 436 "web/WebPrintPresetOptions.h", | 436 "web/WebPrintPresetOptions.h", |
| 437 "web/WebPrintScalingOption.h", | 437 "web/WebPrintScalingOption.h", |
| 438 "web/WebRange.h", | 438 "web/WebRange.h", |
| 439 "web/WebRemoteFrame.h", | 439 "web/WebRemoteFrame.h", |
| 440 "web/WebRemoteFrameClient.h", | 440 "web/WebRemoteFrameClient.h", |
| 441 "web/WebRuntimeFeatures.h", | 441 "web/WebRuntimeFeatures.h", |
| 442 "web/WebSandboxFlags.h", | 442 "web/WebSandboxFlags.h", |
| 443 "web/WebScopedMicrotaskSuppression.h", | |
| 444 "web/WebScopedUserGesture.h", | 443 "web/WebScopedUserGesture.h", |
| 445 "web/WebScopedWindowFocusAllowedIndicator.h", | 444 "web/WebScopedWindowFocusAllowedIndicator.h", |
| 446 "web/WebScriptController.h", | 445 "web/WebScriptController.h", |
| 447 "web/WebScriptExecutionCallback.h", | 446 "web/WebScriptExecutionCallback.h", |
| 448 "web/WebScriptSource.h", | 447 "web/WebScriptSource.h", |
| 449 "web/WebSearchableFormData.h", | 448 "web/WebSearchableFormData.h", |
| 450 "web/WebSecurityPolicy.h", | 449 "web/WebSecurityPolicy.h", |
| 451 "web/WebSelectElement.h", | 450 "web/WebSelectElement.h", |
| 452 "web/WebSelection.h", | 451 "web/WebSelection.h", |
| 453 "web/WebSelector.h", | 452 "web/WebSelector.h", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 498 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 500 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 499 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 501 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 500 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 502 "web/modules/webmidi/WebMIDIClient.h", | 501 "web/modules/webmidi/WebMIDIClient.h", |
| 503 "web/modules/webmidi/WebMIDIOptions.h", | 502 "web/modules/webmidi/WebMIDIOptions.h", |
| 504 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 503 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 505 "web/win/WebFontRendering.h", | 504 "web/win/WebFontRendering.h", |
| 506 ], | 505 ], |
| 507 }, | 506 }, |
| 508 } | 507 } |
| OLD | NEW |