1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16

content / test / gpu / gpu_project_config.py [blame]

# Copyright 2015 The Chromium Authors
# 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')])