Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Side by Side Diff: third_party/WebKit/public/blink_headers.gypi

Issue 1686263008: Add utility method for WebString to base::FilePath conversion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/URLConversion.h", 10 "platform/URLConversion.h",
10 "platform/WebApiKeyValidator.h", 11 "platform/WebApiKeyValidator.h",
11 "platform/WebApplicationCacheHost.h", 12 "platform/WebApplicationCacheHost.h",
12 "platform/WebApplicationCacheHostClient.h", 13 "platform/WebApplicationCacheHostClient.h",
13 "platform/WebAudioBus.h", 14 "platform/WebAudioBus.h",
14 "platform/WebAudioDestinationConsumer.h", 15 "platform/WebAudioDestinationConsumer.h",
15 "platform/WebAudioDevice.h", 16 "platform/WebAudioDevice.h",
16 "platform/WebAudioSourceProvider.h", 17 "platform/WebAudioSourceProvider.h",
17 "platform/WebAudioSourceProviderClient.h", 18 "platform/WebAudioSourceProviderClient.h",
18 "platform/WebBatteryStatus.h", 19 "platform/WebBatteryStatus.h",
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 505 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
505 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 506 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
506 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 507 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
507 "web/modules/webmidi/WebMIDIClient.h", 508 "web/modules/webmidi/WebMIDIClient.h",
508 "web/modules/webmidi/WebMIDIOptions.h", 509 "web/modules/webmidi/WebMIDIOptions.h",
509 "web/modules/webmidi/WebMIDIPermissionRequest.h", 510 "web/modules/webmidi/WebMIDIPermissionRequest.h",
510 "web/win/WebFontRendering.h", 511 "web/win/WebFontRendering.h",
511 ], 512 ],
512 }, 513 },
513 } 514 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698