| 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/callback/WebClosure.h", | 8 "platform/callback/WebClosure.h", |
| 9 "platform/Platform.h", | 9 "platform/Platform.h", |
| 10 "platform/FilePathConversion.h", | 10 "platform/FilePathConversion.h", |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 "platform/WebThread.h", | 208 "platform/WebThread.h", |
| 209 "platform/WebThreadSafeData.h", | 209 "platform/WebThreadSafeData.h", |
| 210 "platform/WebTimeRange.h", | 210 "platform/WebTimeRange.h", |
| 211 "platform/WebTopControlsState.h", | 211 "platform/WebTopControlsState.h", |
| 212 "platform/WebTraceLocation.h", | 212 "platform/WebTraceLocation.h", |
| 213 "platform/WebURL.h", | 213 "platform/WebURL.h", |
| 214 "platform/WebURLError.h", | 214 "platform/WebURLError.h", |
| 215 "platform/WebURLLoadTiming.h", | 215 "platform/WebURLLoadTiming.h", |
| 216 "platform/WebURLLoader.h", | 216 "platform/WebURLLoader.h", |
| 217 "platform/WebURLLoaderClient.h", | 217 "platform/WebURLLoaderClient.h", |
| 218 "platform/WebURLLoaderMockFactory.h", |
| 218 "platform/WebURLRequest.h", | 219 "platform/WebURLRequest.h", |
| 219 "platform/WebURLResponse.h", | 220 "platform/WebURLResponse.h", |
| 220 "platform/WebUnitTestSupport.h", | |
| 221 "platform/WebVector.h", | 221 "platform/WebVector.h", |
| 222 "platform/linux/WebFallbackFont.h", | 222 "platform/linux/WebFallbackFont.h", |
| 223 "platform/linux/WebFontInfo.h", | 223 "platform/linux/WebFontInfo.h", |
| 224 "platform/linux/WebFontRenderStyle.h", | 224 "platform/linux/WebFontRenderStyle.h", |
| 225 "platform/linux/WebSandboxSupport.h", | 225 "platform/linux/WebSandboxSupport.h", |
| 226 "platform/mac/WebSandboxSupport.h", | 226 "platform/mac/WebSandboxSupport.h", |
| 227 "platform/modules/app_banner/WebAppBannerClient.h", | 227 "platform/modules/app_banner/WebAppBannerClient.h", |
| 228 "platform/modules/app_banner/WebAppBannerPromptReply.h", | 228 "platform/modules/app_banner/WebAppBannerPromptReply.h", |
| 229 "platform/modules/app_banner/WebAppBannerPromptResult.h", | 229 "platform/modules/app_banner/WebAppBannerPromptResult.h", |
| 230 "platform/modules/background_sync/WebSyncClient.h", | 230 "platform/modules/background_sync/WebSyncClient.h", |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 498 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 499 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 499 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 500 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 500 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 501 "web/modules/webmidi/WebMIDIClient.h", | 501 "web/modules/webmidi/WebMIDIClient.h", |
| 502 "web/modules/webmidi/WebMIDIOptions.h", | 502 "web/modules/webmidi/WebMIDIOptions.h", |
| 503 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 503 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 504 "web/win/WebFontRendering.h", | 504 "web/win/WebFontRendering.h", |
| 505 ], | 505 ], |
| 506 }, | 506 }, |
| 507 } | 507 } |
| OLD | NEW |