| # Copyright 2017 The Chromium Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| import("//testing/test.gni") | |
| component("metal_util") { | |
| output_name = "metal" | |
| defines = [ "METAL_UTIL_IMPLEMENTATION" ] | |
| sources = [ | |
| "device.h", | |
| "device.mm", | |
| "metal_util_export.h", | |
| "test_shader.h", | |
| "test_shader.mm", | |
| "types.h", | |
| ] | |
| deps = [ | |
| "//base", | |
| ] | |
| libs = [ | |
| "Cocoa.framework", | |
| "Metal.framework", | |
| ] | |
| } |