1# Copyright 2020 The ANGLE Project Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4# 5# This file houses the build configuration for the ANGLE Metal back-end's file hooking library. 6 7import("../../../../../gni/angle.gni") 8 9angle_shared_library("metal_shader_cache_file_hooking") { 10 sources = [ "shader_cache_file_hooking.cpp" ] 11} 12