Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / gpu / skia_runner / BUILD.gn
blob9040d5b211952489b4f2fc8ed75e8af11dfbacd9
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//build/config/ui.gni")
7 # GYP version: //gpu/skia_runner/skia_runner.gyp:skia_runner
8 executable("skia_runner") {
9   sources = [
10     "in_process_graphics_system.cc",
11     "sk_picture_rasterizer.cc",
12     "skia_runner.cc",
13   ]
15   deps = [
16     "//base",
17     "//build/config/sanitizers:deps",
18     "//gpu/command_buffer/common:gles2_utils",
19     "//gpu/command_buffer/client:gles2_implementation",
20     "//gpu/command_buffer/client:gl_in_process_context",
21     "//gpu/skia_bindings",
22     "//skia",
23     "//third_party/WebKit/public:blink",
24     "//ui/gfx",
25     "//ui/gl",
26   ]
28   configs -= [ "//build/config/compiler:chromium_code" ]
29   configs += [ "//build/config/compiler:no_chromium_code" ]