blob: 3a1cffd5e22e7b372c7746e43181d4426c36c657 [file] [log] [blame]
# Copyright 2015 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 os
import gpu_path_util
# pylint: disable=unused-import
from gpu_path_util import setup_tools_perf_paths
# pylint: enable=unused-import
from chrome_telemetry_build import chromium_config
CONFIG = chromium_config.ChromiumConfig(
top_level_dir=gpu_path_util.GPU_DIR,
benchmark_dirs=[os.path.join(gpu_path_util.GPU_DIR, 'gpu_tests')])