// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/test_fonts/fontconfig/fontconfig_util_linux.h" #include <fontconfig/fontconfig.h> #include <libgen.h> #include <unistd.h> #include <cassert> #include <climits> #include <cstdlib> #include <string> namespace test_fonts { std::string GetSysrootDir() { … } void SetUpFontconfig() { … } } // namespace test_fonts