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

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

Issue 2228293002: Remove dead code in spell checker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DeprecateTextCheckingType
Patch Set: 201608101257 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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 "web/WebSpeechRecognitionParams.h", 444 "web/WebSpeechRecognitionParams.h",
445 "web/WebSpeechRecognitionResult.h", 445 "web/WebSpeechRecognitionResult.h",
446 "web/WebSpeechRecognizer.h", 446 "web/WebSpeechRecognizer.h",
447 "web/WebSpeechRecognizerClient.h", 447 "web/WebSpeechRecognizerClient.h",
448 "web/WebSpellCheckClient.h", 448 "web/WebSpellCheckClient.h",
449 "web/WebStorageEventDispatcher.h", 449 "web/WebStorageEventDispatcher.h",
450 "web/WebSurroundingText.h", 450 "web/WebSurroundingText.h",
451 "web/WebTestingSupport.h", 451 "web/WebTestingSupport.h",
452 "web/WebTextCheckingCompletion.h", 452 "web/WebTextCheckingCompletion.h",
453 "web/WebTextCheckingResult.h", 453 "web/WebTextCheckingResult.h",
454 "web/WebTextCheckingType.h",
455 "web/WebTextDecorationType.h", 454 "web/WebTextDecorationType.h",
456 "web/WebTextDirection.h", 455 "web/WebTextDirection.h",
457 "web/WebTextInputInfo.h", 456 "web/WebTextInputInfo.h",
458 "web/WebTextInputType.h", 457 "web/WebTextInputType.h",
459 "web/WebTouchAction.h", 458 "web/WebTouchAction.h",
460 "web/WebTreeScopeType.h", 459 "web/WebTreeScopeType.h",
461 "web/WebURLLoaderOptions.h", 460 "web/WebURLLoaderOptions.h",
462 "web/WebUserGestureIndicator.h", 461 "web/WebUserGestureIndicator.h",
463 "web/WebUserGestureToken.h", 462 "web/WebUserGestureToken.h",
464 "web/WebUserMediaClient.h", 463 "web/WebUserMediaClient.h",
465 "web/WebUserMediaRequest.h", 464 "web/WebUserMediaRequest.h",
466 "web/WebView.h", 465 "web/WebView.h",
467 "web/WebViewClient.h", 466 "web/WebViewClient.h",
468 "web/WebWidget.h", 467 "web/WebWidget.h",
469 "web/WebWidgetClient.h", 468 "web/WebWidgetClient.h",
470 "web/WebWindowFeatures.h", 469 "web/WebWindowFeatures.h",
471 "web/WebWorkerContentSettingsClientProxy.h", 470 "web/WebWorkerContentSettingsClientProxy.h",
472 "web/linux/WebFontRendering.h", 471 "web/linux/WebFontRendering.h",
473 "web/mac/WebScrollbarTheme.h", 472 "web/mac/WebScrollbarTheme.h",
474 "web/mac/WebSubstringUtil.h", 473 "web/mac/WebSubstringUtil.h",
475 "web/modules/notifications/WebNotificationPermissionCallback.h", 474 "web/modules/notifications/WebNotificationPermissionCallback.h",
476 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 475 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
477 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 476 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
478 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 477 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
479 "web/win/WebFontRendering.h", 478 "web/win/WebFontRendering.h",
480 ], 479 ],
481 }, 480 },
482 } 481 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698