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

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

Issue 1935783002: Delete blink::WebGraphicsContext3D and cc_blink::ContextProviderWebContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sharegroup
Patch Set: rmwgc3d: export Created 4 years, 7 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "platform/WebGamepad.h", 95 "platform/WebGamepad.h",
96 "platform/WebGamepadListener.h", 96 "platform/WebGamepadListener.h",
97 "platform/WebGamepads.h", 97 "platform/WebGamepads.h",
98 "platform/WebGeofencingError.h", 98 "platform/WebGeofencingError.h",
99 "platform/WebGeofencingEventType.h", 99 "platform/WebGeofencingEventType.h",
100 "platform/WebGeofencingProvider.h", 100 "platform/WebGeofencingProvider.h",
101 "platform/WebGeofencingRegistration.h", 101 "platform/WebGeofencingRegistration.h",
102 "platform/WebGestureCurve.h", 102 "platform/WebGestureCurve.h",
103 "platform/WebGestureCurveTarget.h", 103 "platform/WebGestureCurveTarget.h",
104 "platform/WebGestureDevice.h", 104 "platform/WebGestureDevice.h",
105 "platform/WebGraphicsContext3D.h",
106 "platform/WebGraphicsContext3DProvider.h", 105 "platform/WebGraphicsContext3DProvider.h",
107 "platform/WebHTTPBody.h", 106 "platform/WebHTTPBody.h",
108 "platform/WebHTTPHeaderVisitor.h", 107 "platform/WebHTTPHeaderVisitor.h",
109 "platform/WebHTTPLoadInfo.h", 108 "platform/WebHTTPLoadInfo.h",
110 "platform/WebHistoryScrollRestorationType.h", 109 "platform/WebHistoryScrollRestorationType.h",
111 "platform/WebImage.h", 110 "platform/WebImage.h",
112 "platform/WebImageGenerator.h", 111 "platform/WebImageGenerator.h",
113 "platform/WebImageLayer.h", 112 "platform/WebImageLayer.h",
114 "platform/WebInbandTextTrack.h", 113 "platform/WebInbandTextTrack.h",
115 "platform/WebInbandTextTrackClient.h", 114 "platform/WebInbandTextTrackClient.h",
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 490 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
492 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 491 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
493 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 492 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
494 "web/modules/webmidi/WebMIDIClient.h", 493 "web/modules/webmidi/WebMIDIClient.h",
495 "web/modules/webmidi/WebMIDIOptions.h", 494 "web/modules/webmidi/WebMIDIOptions.h",
496 "web/modules/webmidi/WebMIDIPermissionRequest.h", 495 "web/modules/webmidi/WebMIDIPermissionRequest.h",
497 "web/win/WebFontRendering.h", 496 "web/win/WebFontRendering.h",
498 ], 497 ],
499 }, 498 },
500 } 499 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698