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

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

Issue 1972733002: Delete geofencing implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark histogram suffix as obsolete 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 10 matching lines...) Expand all
21 "platform/WebAudioSourceProvider.h", 21 "platform/WebAudioSourceProvider.h",
22 "platform/WebAudioSourceProviderClient.h", 22 "platform/WebAudioSourceProviderClient.h",
23 "platform/WebBlendMode.h", 23 "platform/WebBlendMode.h",
24 "platform/WebBlobData.h", 24 "platform/WebBlobData.h",
25 "platform/WebBlobInfo.h", 25 "platform/WebBlobInfo.h",
26 "platform/WebBlobRegistry.h", 26 "platform/WebBlobRegistry.h",
27 "platform/WebCString.h", 27 "platform/WebCString.h",
28 "platform/WebCallbacks.h", 28 "platform/WebCallbacks.h",
29 "platform/WebCanvas.h", 29 "platform/WebCanvas.h",
30 "platform/WebCanvasCaptureHandler.h", 30 "platform/WebCanvasCaptureHandler.h",
31 "platform/WebCircularGeofencingRegion.h",
32 "platform/WebClipboard.h", 31 "platform/WebClipboard.h",
33 "platform/WebColor.h", 32 "platform/WebColor.h",
34 "platform/WebCommon.h", 33 "platform/WebCommon.h",
35 "platform/WebCompositeAndReadbackAsyncCallback.h", 34 "platform/WebCompositeAndReadbackAsyncCallback.h",
36 "platform/WebCompositorSupport.h", 35 "platform/WebCompositorSupport.h",
37 "platform/WebConnectionType.h", 36 "platform/WebConnectionType.h",
38 "platform/WebContentDecryptionModule.h", 37 "platform/WebContentDecryptionModule.h",
39 "platform/WebContentDecryptionModuleAccess.h", 38 "platform/WebContentDecryptionModuleAccess.h",
40 "platform/WebContentDecryptionModuleException.h", 39 "platform/WebContentDecryptionModuleException.h",
41 "platform/WebContentDecryptionModuleResult.h", 40 "platform/WebContentDecryptionModuleResult.h",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "platform/WebFloatPoint3D.h", 88 "platform/WebFloatPoint3D.h",
90 "platform/WebFloatRect.h", 89 "platform/WebFloatRect.h",
91 "platform/WebFloatSize.h", 90 "platform/WebFloatSize.h",
92 "platform/WebFocusType.h", 91 "platform/WebFocusType.h",
93 "platform/WebFont.h", 92 "platform/WebFont.h",
94 "platform/WebFontDescription.h", 93 "platform/WebFontDescription.h",
95 "platform/WebFrameScheduler.h", 94 "platform/WebFrameScheduler.h",
96 "platform/WebGamepad.h", 95 "platform/WebGamepad.h",
97 "platform/WebGamepadListener.h", 96 "platform/WebGamepadListener.h",
98 "platform/WebGamepads.h", 97 "platform/WebGamepads.h",
99 "platform/WebGeofencingError.h",
100 "platform/WebGeofencingEventType.h",
101 "platform/WebGeofencingProvider.h",
102 "platform/WebGeofencingRegistration.h",
103 "platform/WebGestureCurve.h", 98 "platform/WebGestureCurve.h",
104 "platform/WebGestureCurveTarget.h", 99 "platform/WebGestureCurveTarget.h",
105 "platform/WebGestureDevice.h", 100 "platform/WebGestureDevice.h",
106 "platform/WebGraphicsContext3DProvider.h", 101 "platform/WebGraphicsContext3DProvider.h",
107 "platform/WebHTTPBody.h", 102 "platform/WebHTTPBody.h",
108 "platform/WebHTTPHeaderVisitor.h", 103 "platform/WebHTTPHeaderVisitor.h",
109 "platform/WebHTTPLoadInfo.h", 104 "platform/WebHTTPLoadInfo.h",
110 "platform/WebHistoryScrollRestorationType.h", 105 "platform/WebHistoryScrollRestorationType.h",
111 "platform/WebImage.h", 106 "platform/WebImage.h",
112 "platform/WebImageGenerator.h", 107 "platform/WebImageGenerator.h",
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 487 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
493 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 488 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
494 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 489 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
495 "web/modules/webmidi/WebMIDIClient.h", 490 "web/modules/webmidi/WebMIDIClient.h",
496 "web/modules/webmidi/WebMIDIOptions.h", 491 "web/modules/webmidi/WebMIDIOptions.h",
497 "web/modules/webmidi/WebMIDIPermissionRequest.h", 492 "web/modules/webmidi/WebMIDIPermissionRequest.h",
498 "web/win/WebFontRendering.h", 493 "web/win/WebFontRendering.h",
499 ], 494 ],
500 }, 495 },
501 } 496 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698