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

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: incorporated falken's comment 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/WebMixedContent.h", 140 "platform/WebMixedContent.h",
141 "platform/WebMockClipboard.h", 141 "platform/WebMockClipboard.h",
142 "platform/WebNativeScrollBehavior.h", 142 "platform/WebNativeScrollBehavior.h",
143 "platform/WebNavigationHintType.h",
143 "platform/WebNonCopyable.h", 144 "platform/WebNonCopyable.h",
144 "platform/WebOriginTrialTokenStatus.h", 145 "platform/WebOriginTrialTokenStatus.h",
145 "platform/WebPageVisibilityState.h", 146 "platform/WebPageVisibilityState.h",
146 "platform/WebPasswordCredential.h", 147 "platform/WebPasswordCredential.h",
147 "platform/WebPlatformEventListener.h", 148 "platform/WebPlatformEventListener.h",
148 "platform/WebPlatformEventType.h", 149 "platform/WebPlatformEventType.h",
149 "platform/WebPluginListBuilder.h", 150 "platform/WebPluginListBuilder.h",
150 "platform/WebPoint.h", 151 "platform/WebPoint.h",
151 "platform/WebPrerender.h", 152 "platform/WebPrerender.h",
152 "platform/WebPrerenderingSupport.h", 153 "platform/WebPrerenderingSupport.h",
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 475 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
475 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 476 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
476 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 477 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
477 "web/modules/webmidi/WebMIDIClient.h", 478 "web/modules/webmidi/WebMIDIClient.h",
478 "web/modules/webmidi/WebMIDIOptions.h", 479 "web/modules/webmidi/WebMIDIOptions.h",
479 "web/modules/webmidi/WebMIDIPermissionRequest.h", 480 "web/modules/webmidi/WebMIDIPermissionRequest.h",
480 "web/win/WebFontRendering.h", 481 "web/win/WebFontRendering.h",
481 ], 482 ],
482 }, 483 },
483 } 484 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698