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

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

Issue 1830883002: Add blink::ServiceRegistry and expose it from LocalFrame and Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/callback/WebClosure.h", 8 "platform/callback/WebClosure.h",
9 "platform/Platform.h", 9 "platform/Platform.h",
10 "platform/FilePathConversion.h", 10 "platform/FilePathConversion.h",
11 "platform/ServiceRegistry.h",
11 "platform/URLConversion.h", 12 "platform/URLConversion.h",
12 "platform/UserMetricsAction.h", 13 "platform/UserMetricsAction.h",
13 "platform/WebAddressSpace.h", 14 "platform/WebAddressSpace.h",
14 "platform/WebApiKeyValidator.h", 15 "platform/WebApiKeyValidator.h",
15 "platform/WebApplicationCacheHost.h", 16 "platform/WebApplicationCacheHost.h",
16 "platform/WebApplicationCacheHostClient.h", 17 "platform/WebApplicationCacheHostClient.h",
17 "platform/WebAudioBus.h", 18 "platform/WebAudioBus.h",
18 "platform/WebAudioDestinationConsumer.h", 19 "platform/WebAudioDestinationConsumer.h",
19 "platform/WebAudioDevice.h", 20 "platform/WebAudioDevice.h",
20 "platform/WebAudioSourceProvider.h", 21 "platform/WebAudioSourceProvider.h",
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 498 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
498 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 499 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
499 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 500 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
500 "web/modules/webmidi/WebMIDIClient.h", 501 "web/modules/webmidi/WebMIDIClient.h",
501 "web/modules/webmidi/WebMIDIOptions.h", 502 "web/modules/webmidi/WebMIDIOptions.h",
502 "web/modules/webmidi/WebMIDIPermissionRequest.h", 503 "web/modules/webmidi/WebMIDIPermissionRequest.h",
503 "web/win/WebFontRendering.h", 504 "web/win/WebFontRendering.h",
504 ], 505 ],
505 }, 506 },
506 } 507 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698