# Copyright 2015 Google Inc. # # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # GYP file to build visual bench tool { 'includes': [ 'apptype_console.gypi', ], 'targets': [ { 'target_name': 'visualbench', 'type': 'executable', 'includes' : [ 'gmslides.gypi', ], 'include_dirs' : [ '../bench', '../include/gpu', '../src/core', '../src/effects', '../src/images', ], 'sources': [ '../gm/gm.cpp', '../tools/VisualBench/VisualBench.h', '../tools/VisualBench/VisualBench.cpp', '../tools/VisualBench/VisualBenchmarkStream.h', '../tools/VisualBench/VisualBenchmarkStream.cpp', '../tools/VisualBench/VisualSKPBench.h', '../tools/VisualBench/VisualSKPBench.cpp', '