/* * Copyright 2023 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "tools/testrunners/common/compilation_mode_keys/CompilationModeKeys.h" std::map GetCompilationModeGoldAndPerfKeyValuePairs() { return std::map{ {"compilation_mode", SKIA_COMPILATION_MODE_KEY}, // Defined in BUILD.bazel. }; }