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

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

Issue 1764333002: Move WebRuntimeEnabledFeatures to platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing files. Created 4 years, 9 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/FilePathConversion.h",
10 "platform/URLConversion.h", 10 "platform/URLConversion.h",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "platform/WebRTCPeerConnectionHandler.h", 168 "platform/WebRTCPeerConnectionHandler.h",
169 "platform/WebRTCPeerConnectionHandlerClient.h", 169 "platform/WebRTCPeerConnectionHandlerClient.h",
170 "platform/WebRTCSessionDescription.h", 170 "platform/WebRTCSessionDescription.h",
171 "platform/WebRTCSessionDescriptionRequest.h", 171 "platform/WebRTCSessionDescriptionRequest.h",
172 "platform/WebRTCStatsRequest.h", 172 "platform/WebRTCStatsRequest.h",
173 "platform/WebRTCStatsResponse.h", 173 "platform/WebRTCStatsResponse.h",
174 "platform/WebRTCVoidRequest.h", 174 "platform/WebRTCVoidRequest.h",
175 "platform/WebRect.h", 175 "platform/WebRect.h",
176 "platform/WebReferrerPolicy.h", 176 "platform/WebReferrerPolicy.h",
177 "platform/WebRenderingStats.h", 177 "platform/WebRenderingStats.h",
178 "platform/WebRuntimeFeatures.h",
178 "platform/WebScheduler.h", 179 "platform/WebScheduler.h",
179 "platform/WebScreenInfo.h", 180 "platform/WebScreenInfo.h",
180 "platform/WebScrollbar.h", 181 "platform/WebScrollbar.h",
181 "platform/WebScrollbarBehavior.h", 182 "platform/WebScrollbarBehavior.h",
182 "platform/WebScrollbarButtonsPlacement.h", 183 "platform/WebScrollbarButtonsPlacement.h",
183 "platform/WebScrollbarLayer.h", 184 "platform/WebScrollbarLayer.h",
184 "platform/WebScrollbarThemeGeometry.h", 185 "platform/WebScrollbarThemeGeometry.h",
185 "platform/WebScrollbarThemePainter.h", 186 "platform/WebScrollbarThemePainter.h",
186 "platform/WebSecurityOrigin.h", 187 "platform/WebSecurityOrigin.h",
187 "platform/WebSelectionBound.h", 188 "platform/WebSelectionBound.h",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "web/WebPluginScriptForbiddenScope.h", 432 "web/WebPluginScriptForbiddenScope.h",
432 "web/WebPopupMenuInfo.h", 433 "web/WebPopupMenuInfo.h",
433 "web/WebPopupType.h", 434 "web/WebPopupType.h",
434 "web/WebPrerendererClient.h", 435 "web/WebPrerendererClient.h",
435 "web/WebPrintParams.h", 436 "web/WebPrintParams.h",
436 "web/WebPrintPresetOptions.h", 437 "web/WebPrintPresetOptions.h",
437 "web/WebPrintScalingOption.h", 438 "web/WebPrintScalingOption.h",
438 "web/WebRange.h", 439 "web/WebRange.h",
439 "web/WebRemoteFrame.h", 440 "web/WebRemoteFrame.h",
440 "web/WebRemoteFrameClient.h", 441 "web/WebRemoteFrameClient.h",
441 "web/WebRuntimeFeatures.h",
442 "web/WebSandboxFlags.h", 442 "web/WebSandboxFlags.h",
443 "web/WebScopedMicrotaskSuppression.h", 443 "web/WebScopedMicrotaskSuppression.h",
444 "web/WebScopedUserGesture.h", 444 "web/WebScopedUserGesture.h",
445 "web/WebScopedWindowFocusAllowedIndicator.h", 445 "web/WebScopedWindowFocusAllowedIndicator.h",
446 "web/WebScriptController.h", 446 "web/WebScriptController.h",
447 "web/WebScriptExecutionCallback.h", 447 "web/WebScriptExecutionCallback.h",
448 "web/WebScriptSource.h", 448 "web/WebScriptSource.h",
449 "web/WebSearchableFormData.h", 449 "web/WebSearchableFormData.h",
450 "web/WebSecurityPolicy.h", 450 "web/WebSecurityPolicy.h",
451 "web/WebSelectElement.h", 451 "web/WebSelectElement.h",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 499 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
500 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 500 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
501 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 501 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
502 "web/modules/webmidi/WebMIDIClient.h", 502 "web/modules/webmidi/WebMIDIClient.h",
503 "web/modules/webmidi/WebMIDIOptions.h", 503 "web/modules/webmidi/WebMIDIOptions.h",
504 "web/modules/webmidi/WebMIDIPermissionRequest.h", 504 "web/modules/webmidi/WebMIDIPermissionRequest.h",
505 "web/win/WebFontRendering.h", 505 "web/win/WebFontRendering.h",
506 ], 506 ],
507 }, 507 },
508 } 508 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/web.gypi ('k') | third_party/WebKit/public/platform/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698