Update Flash minimum secure versions.
[chromium-blink-merge.git] / gpu / blink / BUILD.gn
blobd034c4769b6acc8cbd1d3dd1ca512c2f9ed3db08
1 # Copyright 2014 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 # GYP version: gpu/blink/gpu_blink.gyp:gpu_blink
6 component("blink") {
7   output_name = "gpu_blink"
9   sources = [
10     "gpu_blink_export.h",
11     "webgraphicscontext3d_impl.cc",
12     "webgraphicscontext3d_impl.h",
13     "webgraphicscontext3d_in_process_command_buffer_impl.cc",
14     "webgraphicscontext3d_in_process_command_buffer_impl.h",
15   ]
17   # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
18   configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
20   defines = [ "GPU_BLINK_IMPLEMENTATION" ]
22   deps = [
23     "//base",
24     "//base/third_party/dynamic_annotations",
25     "//cc",
26     "//gpu/command_buffer/common",
27     "//gpu/command_buffer/common:gles2_utils",
28     "//gpu/command_buffer/service",
29     "//gpu/command_buffer/client:gles2_c_lib",
30     "//gpu/command_buffer/client:gles2_implementation",
31     "//gpu/command_buffer/client:gl_in_process_context",
32     "//gpu/skia_bindings",
33     "//skia",
34     "//third_party/WebKit/public:blink_minimal",
35     "//third_party/angle:translator",
36     "//ui/gl",
37     "//ui/gfx",
38     "//ui/gfx/geometry",
39   ]