| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 "platform/WebTransformOperations.h", | 226 "platform/WebTransformOperations.h", |
| 227 "platform/WebURL.h", | 227 "platform/WebURL.h", |
| 228 "platform/WebURLError.h", | 228 "platform/WebURLError.h", |
| 229 "platform/WebURLLoadTiming.h", | 229 "platform/WebURLLoadTiming.h", |
| 230 "platform/WebURLLoader.h", | 230 "platform/WebURLLoader.h", |
| 231 "platform/WebURLLoaderClient.h", | 231 "platform/WebURLLoaderClient.h", |
| 232 "platform/WebURLRequest.h", | 232 "platform/WebURLRequest.h", |
| 233 "platform/WebURLResponse.h", | 233 "platform/WebURLResponse.h", |
| 234 "platform/WebUnitTestSupport.h", | 234 "platform/WebUnitTestSupport.h", |
| 235 "platform/WebVector.h", | 235 "platform/WebVector.h", |
| 236 "platform/WebWaitableEvent.h", | |
| 237 "platform/linux/WebFallbackFont.h", | 236 "platform/linux/WebFallbackFont.h", |
| 238 "platform/linux/WebFontInfo.h", | 237 "platform/linux/WebFontInfo.h", |
| 239 "platform/linux/WebFontRenderStyle.h", | 238 "platform/linux/WebFontRenderStyle.h", |
| 240 "platform/linux/WebSandboxSupport.h", | 239 "platform/linux/WebSandboxSupport.h", |
| 241 "platform/mac/WebSandboxSupport.h", | 240 "platform/mac/WebSandboxSupport.h", |
| 242 "platform/modules/app_banner/WebAppBannerClient.h", | 241 "platform/modules/app_banner/WebAppBannerClient.h", |
| 243 "platform/modules/app_banner/WebAppBannerPromptReply.h", | 242 "platform/modules/app_banner/WebAppBannerPromptReply.h", |
| 244 "platform/modules/app_banner/WebAppBannerPromptResult.h", | 243 "platform/modules/app_banner/WebAppBannerPromptResult.h", |
| 245 "platform/modules/background_sync/WebSyncClient.h", | 244 "platform/modules/background_sync/WebSyncClient.h", |
| 246 "platform/modules/background_sync/WebSyncError.h", | 245 "platform/modules/background_sync/WebSyncError.h", |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 519 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 521 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 520 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 522 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 521 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 523 "web/modules/webmidi/WebMIDIClient.h", | 522 "web/modules/webmidi/WebMIDIClient.h", |
| 524 "web/modules/webmidi/WebMIDIOptions.h", | 523 "web/modules/webmidi/WebMIDIOptions.h", |
| 525 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 524 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 526 "web/win/WebFontRendering.h", | 525 "web/win/WebFontRendering.h", |
| 527 ], | 526 ], |
| 528 }, | 527 }, |
| 529 } | 528 } |
| OLD | NEW |