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

Side by Side Diff: public/blink_headers.gypi

Issue 1335673002: [KeyEvent Mac] Remove the WebInputEventFactory from blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 3 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
« no previous file with comments | « Source/web/web.gypi ('k') | public/web/mac/WebInputEventFactory.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 "web/WebUserMediaClient.h", 502 "web/WebUserMediaClient.h",
503 "web/WebUserMediaRequest.h", 503 "web/WebUserMediaRequest.h",
504 "web/WebView.h", 504 "web/WebView.h",
505 "web/WebViewClient.h", 505 "web/WebViewClient.h",
506 "web/WebWidget.h", 506 "web/WebWidget.h",
507 "web/WebWidgetClient.h", 507 "web/WebWidgetClient.h",
508 "web/WebWindowFeatures.h", 508 "web/WebWindowFeatures.h",
509 "web/WebWorkerContentSettingsClientProxy.h", 509 "web/WebWorkerContentSettingsClientProxy.h",
510 "web/default/WebRenderTheme.h", 510 "web/default/WebRenderTheme.h",
511 "web/linux/WebFontRendering.h", 511 "web/linux/WebFontRendering.h",
512 "web/mac/WebInputEventFactory.h",
513 "web/mac/WebScrollbarTheme.h", 512 "web/mac/WebScrollbarTheme.h",
514 "web/mac/WebSubstringUtil.h", 513 "web/mac/WebSubstringUtil.h",
515 "web/modules/notifications/WebNotificationPermissionCallback.h", 514 "web/modules/notifications/WebNotificationPermissionCallback.h",
516 "web/win/WebFontRendering.h", 515 "web/win/WebFontRendering.h",
517 ], 516 ],
518 }, 517 },
519 } 518 }
OLDNEW
« no previous file with comments | « Source/web/web.gypi ('k') | public/web/mac/WebInputEventFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698