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

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

Issue 2173073003: Move WebInputEvent into public/platform from public/web (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn build failure with android Created 4 years, 4 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "platform/WebHTTPBody.h", 103 "platform/WebHTTPBody.h",
104 "platform/WebHTTPHeaderVisitor.h", 104 "platform/WebHTTPHeaderVisitor.h",
105 "platform/WebHTTPLoadInfo.h", 105 "platform/WebHTTPLoadInfo.h",
106 "platform/WebHistoryScrollRestorationType.h", 106 "platform/WebHistoryScrollRestorationType.h",
107 "platform/WebIconSizesParser.h", 107 "platform/WebIconSizesParser.h",
108 "platform/WebImage.h", 108 "platform/WebImage.h",
109 "platform/WebImageGenerator.h", 109 "platform/WebImageGenerator.h",
110 "platform/WebImageLayer.h", 110 "platform/WebImageLayer.h",
111 "platform/WebInbandTextTrack.h", 111 "platform/WebInbandTextTrack.h",
112 "platform/WebInbandTextTrackClient.h", 112 "platform/WebInbandTextTrackClient.h",
113 "platform/WebInputEvent.h",
113 "platform/WebInputEventResult.h", 114 "platform/WebInputEventResult.h",
114 "platform/WebInsecureRequestPolicy.h", 115 "platform/WebInsecureRequestPolicy.h",
115 "platform/WebLayer.h", 116 "platform/WebLayer.h",
116 "platform/WebLayerPositionConstraint.h", 117 "platform/WebLayerPositionConstraint.h",
117 "platform/WebLayerScrollClient.h", 118 "platform/WebLayerScrollClient.h",
118 "platform/WebLayerTreeView.h", 119 "platform/WebLayerTreeView.h",
119 "platform/WebLayoutAndPaintAsyncCallback.h", 120 "platform/WebLayoutAndPaintAsyncCallback.h",
120 "platform/WebLocalizedString.h", 121 "platform/WebLocalizedString.h",
121 "platform/WebMediaConstraints.h", 122 "platform/WebMediaConstraints.h",
122 "platform/WebMediaDeviceInfo.h", 123 "platform/WebMediaDeviceInfo.h",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 "platform/WebStorageQuotaType.h", 203 "platform/WebStorageQuotaType.h",
203 "platform/WebString.h", 204 "platform/WebString.h",
204 "platform/WebSuspendableTask.h", 205 "platform/WebSuspendableTask.h",
205 "platform/WebTaskRunner.h", 206 "platform/WebTaskRunner.h",
206 "platform/WebTextRun.h", 207 "platform/WebTextRun.h",
207 "platform/WebThemeEngine.h", 208 "platform/WebThemeEngine.h",
208 "platform/WebThread.h", 209 "platform/WebThread.h",
209 "platform/WebThreadSafeData.h", 210 "platform/WebThreadSafeData.h",
210 "platform/WebTimeRange.h", 211 "platform/WebTimeRange.h",
211 "platform/WebTopControlsState.h", 212 "platform/WebTopControlsState.h",
213 "platform/WebTouchPoint.h",
212 "platform/WebTraceLocation.h", 214 "platform/WebTraceLocation.h",
213 "platform/WebURL.h", 215 "platform/WebURL.h",
214 "platform/WebURLError.h", 216 "platform/WebURLError.h",
215 "platform/WebURLLoadTiming.h", 217 "platform/WebURLLoadTiming.h",
216 "platform/WebURLLoader.h", 218 "platform/WebURLLoader.h",
217 "platform/WebURLLoaderClient.h", 219 "platform/WebURLLoaderClient.h",
218 "platform/WebURLLoaderMockFactory.h", 220 "platform/WebURLLoaderMockFactory.h",
219 "platform/WebURLRequest.h", 221 "platform/WebURLRequest.h",
220 "platform/WebURLResponse.h", 222 "platform/WebURLResponse.h",
221 "platform/WebVector.h", 223 "platform/WebVector.h",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "web/WebSurroundingText.h", 451 "web/WebSurroundingText.h",
450 "web/WebTestingSupport.h", 452 "web/WebTestingSupport.h",
451 "web/WebTextCheckingCompletion.h", 453 "web/WebTextCheckingCompletion.h",
452 "web/WebTextCheckingResult.h", 454 "web/WebTextCheckingResult.h",
453 "web/WebTextCheckingType.h", 455 "web/WebTextCheckingType.h",
454 "web/WebTextDecorationType.h", 456 "web/WebTextDecorationType.h",
455 "web/WebTextDirection.h", 457 "web/WebTextDirection.h",
456 "web/WebTextInputInfo.h", 458 "web/WebTextInputInfo.h",
457 "web/WebTextInputType.h", 459 "web/WebTextInputType.h",
458 "web/WebTouchAction.h", 460 "web/WebTouchAction.h",
459 "web/WebTouchPoint.h",
460 "web/WebTreeScopeType.h", 461 "web/WebTreeScopeType.h",
461 "web/WebURLLoaderOptions.h", 462 "web/WebURLLoaderOptions.h",
462 "web/WebUserGestureIndicator.h", 463 "web/WebUserGestureIndicator.h",
463 "web/WebUserGestureToken.h", 464 "web/WebUserGestureToken.h",
464 "web/WebUserMediaClient.h", 465 "web/WebUserMediaClient.h",
465 "web/WebUserMediaRequest.h", 466 "web/WebUserMediaRequest.h",
466 "web/WebView.h", 467 "web/WebView.h",
467 "web/WebViewClient.h", 468 "web/WebViewClient.h",
468 "web/WebWidget.h", 469 "web/WebWidget.h",
469 "web/WebWidgetClient.h", 470 "web/WebWidgetClient.h",
470 "web/WebWindowFeatures.h", 471 "web/WebWindowFeatures.h",
471 "web/WebWorkerContentSettingsClientProxy.h", 472 "web/WebWorkerContentSettingsClientProxy.h",
472 "web/default/WebRenderTheme.h", 473 "web/default/WebRenderTheme.h",
473 "web/linux/WebFontRendering.h", 474 "web/linux/WebFontRendering.h",
474 "web/mac/WebScrollbarTheme.h", 475 "web/mac/WebScrollbarTheme.h",
475 "web/mac/WebSubstringUtil.h", 476 "web/mac/WebSubstringUtil.h",
476 "web/modules/notifications/WebNotificationPermissionCallback.h", 477 "web/modules/notifications/WebNotificationPermissionCallback.h",
477 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 478 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
478 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 479 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
479 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 480 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
480 "web/modules/webmidi/WebMIDIClient.h", 481 "web/modules/webmidi/WebMIDIClient.h",
481 "web/modules/webmidi/WebMIDIOptions.h", 482 "web/modules/webmidi/WebMIDIOptions.h",
482 "web/modules/webmidi/WebMIDIPermissionRequest.h", 483 "web/modules/webmidi/WebMIDIPermissionRequest.h",
483 "web/win/WebFontRendering.h", 484 "web/win/WebFontRendering.h",
484 ], 485 ],
485 }, 486 },
486 } 487 }
OLDNEW
« no previous file with comments | « third_party/WebKit/public/blink_headers.gyp ('k') | third_party/WebKit/public/platform/WebInputEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698