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

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

Issue 1468753002: Reland of Remove blink::WebLayerClient and WebGraphicsLayerDebugInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do not access members of m_contentsLayer Created 5 years, 1 month 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/WebApplicationCacheHost.h", 9 "platform/WebApplicationCacheHost.h",
10 "platform/WebApplicationCacheHostClient.h", 10 "platform/WebApplicationCacheHostClient.h",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "platform/WebGamepads.h", 103 "platform/WebGamepads.h",
104 "platform/WebGeofencingError.h", 104 "platform/WebGeofencingError.h",
105 "platform/WebGeofencingEventType.h", 105 "platform/WebGeofencingEventType.h",
106 "platform/WebGeofencingProvider.h", 106 "platform/WebGeofencingProvider.h",
107 "platform/WebGeofencingRegistration.h", 107 "platform/WebGeofencingRegistration.h",
108 "platform/WebGestureCurve.h", 108 "platform/WebGestureCurve.h",
109 "platform/WebGestureCurveTarget.h", 109 "platform/WebGestureCurveTarget.h",
110 "platform/WebGestureDevice.h", 110 "platform/WebGestureDevice.h",
111 "platform/WebGraphicsContext3D.h", 111 "platform/WebGraphicsContext3D.h",
112 "platform/WebGraphicsContext3DProvider.h", 112 "platform/WebGraphicsContext3DProvider.h",
113 "platform/WebGraphicsLayerDebugInfo.h",
114 "platform/WebHTTPBody.h", 113 "platform/WebHTTPBody.h",
115 "platform/WebHTTPHeaderVisitor.h", 114 "platform/WebHTTPHeaderVisitor.h",
116 "platform/WebHTTPLoadInfo.h", 115 "platform/WebHTTPLoadInfo.h",
117 "platform/WebHistoryScrollRestorationType.h", 116 "platform/WebHistoryScrollRestorationType.h",
118 "platform/WebImage.h", 117 "platform/WebImage.h",
119 "platform/WebImageGenerator.h", 118 "platform/WebImageGenerator.h",
120 "platform/WebImageLayer.h", 119 "platform/WebImageLayer.h",
121 "platform/WebInbandTextTrack.h", 120 "platform/WebInbandTextTrack.h",
122 "platform/WebInbandTextTrackClient.h", 121 "platform/WebInbandTextTrackClient.h",
123 "platform/WebLayer.h", 122 "platform/WebLayer.h",
124 "platform/WebLayerClient.h",
125 "platform/WebLayerPositionConstraint.h", 123 "platform/WebLayerPositionConstraint.h",
126 "platform/WebLayerScrollClient.h", 124 "platform/WebLayerScrollClient.h",
127 "platform/WebLayerTreeView.h", 125 "platform/WebLayerTreeView.h",
128 "platform/WebLayoutAndPaintAsyncCallback.h", 126 "platform/WebLayoutAndPaintAsyncCallback.h",
129 "platform/WebLocalizedString.h", 127 "platform/WebLocalizedString.h",
130 "platform/WebMIDIAccessor.h", 128 "platform/WebMIDIAccessor.h",
131 "platform/WebMIDIAccessorClient.h", 129 "platform/WebMIDIAccessorClient.h",
132 "platform/WebMediaConstraints.h", 130 "platform/WebMediaConstraints.h",
133 "platform/WebMediaDeviceInfo.h", 131 "platform/WebMediaDeviceInfo.h",
134 "platform/WebMediaKeySystemConfiguration.h", 132 "platform/WebMediaKeySystemConfiguration.h",
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 "web/mac/WebScrollbarTheme.h", 506 "web/mac/WebScrollbarTheme.h",
509 "web/mac/WebSubstringUtil.h", 507 "web/mac/WebSubstringUtil.h",
510 "web/modules/notifications/WebNotificationPermissionCallback.h", 508 "web/modules/notifications/WebNotificationPermissionCallback.h",
511 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 509 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
512 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 510 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
513 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 511 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
514 "web/win/WebFontRendering.h", 512 "web/win/WebFontRendering.h",
515 ], 513 ],
516 }, 514 },
517 } 515 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698