From 98bddf930e4a8767bca60d84d585c386fabfc6b7 Mon Sep 17 00:00:00 2001 From: Greg Daniel Date: Fri, 25 May 2018 17:25:17 +0000 Subject: Revert "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." This reverts commit 26c0e4c1f54759249c2d61b50fb5430bd73793f2. Reason for revert: breaks roll into fuchsia Original change's description: > Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API. > > Bug: skia: > Change-Id: I1e122e1b11ab308c2f83cb98c36c81511f4507d0 > Reviewed-on: https://skia-review.googlesource.com/129980 > Commit-Queue: Greg Daniel > Reviewed-by: Brian Salomon > Reviewed-by: Jim Van Verth TBR=egdaniel@google.com,jvanverth@google.com,bsalomon@google.com,bungeman@google.com Change-Id: I6c74978f778987c422e6162e7dd85ea9c6baa0e4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: skia: Reviewed-on: https://skia-review.googlesource.com/130182 Reviewed-by: Greg Daniel Commit-Queue: Greg Daniel --- gn/gn_to_bp.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gn/gn_to_bp.py') diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py index b274c446cb..8ad221c93a 100644 --- a/gn/gn_to_bp.py +++ b/gn/gn_to_bp.py @@ -251,10 +251,6 @@ srcs .add("third_party/skcms/skcms.c") local_includes.add("third_party/skcms") dm_includes .add("third_party/skcms") -# need to manually include the vulkanmemoryallocator headers. If HWUI ever needs -# direct access to the allocator we need to add it to export_includes as well. -local_includes.add("third_party/vulkanmemoryallocator/") - # No need to list headers. srcs = {s for s in srcs if not s.endswith('.h')} dm_srcs = {s for s in dm_srcs if not s.endswith('.h')} -- cgit v1.2.3