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

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

Issue 2043863003: Speculatively launch Service Workers on mouse/touch events. [1/5] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove DECLARE_VIRTUAL_TRACE_WRAPPERS Created 4 years, 6 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",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "platform/WebMediaStreamCenterClient.h", 132 "platform/WebMediaStreamCenterClient.h",
133 "platform/WebMediaStreamSource.h", 133 "platform/WebMediaStreamSource.h",
134 "platform/WebMediaStreamTrack.h", 134 "platform/WebMediaStreamTrack.h",
135 "platform/WebMediaStreamTrackSourcesRequest.h", 135 "platform/WebMediaStreamTrackSourcesRequest.h",
136 "platform/WebMemoryPressureLevel.h", 136 "platform/WebMemoryPressureLevel.h",
137 "platform/WebMessagePortChannel.h", 137 "platform/WebMessagePortChannel.h",
138 "platform/WebMessagePortChannelClient.h", 138 "platform/WebMessagePortChannelClient.h",
139 "platform/WebMimeRegistry.h", 139 "platform/WebMimeRegistry.h",
140 "platform/WebMockClipboard.h", 140 "platform/WebMockClipboard.h",
141 "platform/WebNativeScrollBehavior.h", 141 "platform/WebNativeScrollBehavior.h",
142 "platform/WebNavigationHintType.h",
142 "platform/WebNonCopyable.h", 143 "platform/WebNonCopyable.h",
143 "platform/WebOriginTrialTokenStatus.h", 144 "platform/WebOriginTrialTokenStatus.h",
144 "platform/WebPageVisibilityState.h", 145 "platform/WebPageVisibilityState.h",
145 "platform/WebPasswordCredential.h", 146 "platform/WebPasswordCredential.h",
146 "platform/WebPlatformEventListener.h", 147 "platform/WebPlatformEventListener.h",
147 "platform/WebPlatformEventType.h", 148 "platform/WebPlatformEventType.h",
148 "platform/WebPluginListBuilder.h", 149 "platform/WebPluginListBuilder.h",
149 "platform/WebPoint.h", 150 "platform/WebPoint.h",
150 "platform/WebPrerender.h", 151 "platform/WebPrerender.h",
151 "platform/WebPrerenderingSupport.h", 152 "platform/WebPrerenderingSupport.h",
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 481 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
481 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 482 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
482 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 483 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
483 "web/modules/webmidi/WebMIDIClient.h", 484 "web/modules/webmidi/WebMIDIClient.h",
484 "web/modules/webmidi/WebMIDIOptions.h", 485 "web/modules/webmidi/WebMIDIOptions.h",
485 "web/modules/webmidi/WebMIDIPermissionRequest.h", 486 "web/modules/webmidi/WebMIDIPermissionRequest.h",
486 "web/win/WebFontRendering.h", 487 "web/win/WebFontRendering.h",
487 ], 488 ],
488 }, 489 },
489 } 490 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698