/* * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SKIA_COMPILER_H #define SKIA_COMPILER_H #include SK_API const char* skia_compiler_name(); #endif