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

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

Issue 1442343002: Remove the WebGlyphCache API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « third_party/WebKit/Source/web/web.gypi ('k') | third_party/WebKit/public/web/WebGlyphCache.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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "web/WebFrameClient.h", 395 "web/WebFrameClient.h",
396 "web/WebFrameLoadType.h", 396 "web/WebFrameLoadType.h",
397 "web/WebFrameOwnerProperties.h", 397 "web/WebFrameOwnerProperties.h",
398 "web/WebFrameWidget.h", 398 "web/WebFrameWidget.h",
399 "web/WebGeolocationClient.h", 399 "web/WebGeolocationClient.h",
400 "web/WebGeolocationController.h", 400 "web/WebGeolocationController.h",
401 "web/WebGeolocationError.h", 401 "web/WebGeolocationError.h",
402 "web/WebGeolocationPermissionRequest.h", 402 "web/WebGeolocationPermissionRequest.h",
403 "web/WebGeolocationPermissionRequestManager.h", 403 "web/WebGeolocationPermissionRequestManager.h",
404 "web/WebGeolocationPosition.h", 404 "web/WebGeolocationPosition.h",
405 "web/WebGlyphCache.h",
406 "web/WebHeap.h", 405 "web/WebHeap.h",
407 "web/WebHelperPlugin.h", 406 "web/WebHelperPlugin.h",
408 "web/WebHistoryCommitType.h", 407 "web/WebHistoryCommitType.h",
409 "web/WebHistoryItem.h", 408 "web/WebHistoryItem.h",
410 "web/WebHitTestResult.h", 409 "web/WebHitTestResult.h",
411 "web/WebIconURL.h", 410 "web/WebIconURL.h",
412 "web/WebImageCache.h", 411 "web/WebImageCache.h",
413 "web/WebImageDecoder.h", 412 "web/WebImageDecoder.h",
414 "web/WebInputElement.h", 413 "web/WebInputElement.h",
415 "web/WebInputEvent.h", 414 "web/WebInputEvent.h",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/modules/serviceworker/WebServiceWorkerContextClient.h", 515 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
517 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 516 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
518 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 517 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
519 "web/win/WebFontRendering.h", 518 "web/win/WebFontRendering.h",
520 ], 519 ],
521 }, 520 },
522 } 521 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/web.gypi ('k') | third_party/WebKit/public/web/WebGlyphCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698