Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(872)

Side by Side Diff: gpu/blink/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # GYP version: gpu/blink/gpu_blink.gyp:gpu_blink 5 # GYP version: gpu/blink/gpu_blink.gyp:gpu_blink
6 component("blink") { 6 component("blink") {
7 output_name = "gpu_blink" 7 output_name = "gpu_blink"
8 8
9 sources = [ 9 sources = [
10 "gpu_blink_export.h", 10 "gpu_blink_export.h",
11 "webgraphicscontext3d_impl.cc", 11 "webgraphicscontext3d_impl.cc",
12 "webgraphicscontext3d_impl.h", 12 "webgraphicscontext3d_impl.h",
13 "webgraphicscontext3d_in_process_command_buffer_impl.cc", 13 "webgraphicscontext3d_in_process_command_buffer_impl.cc",
14 "webgraphicscontext3d_in_process_command_buffer_impl.h", 14 "webgraphicscontext3d_in_process_command_buffer_impl.h",
15 ] 15 ]
16 16
17 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 17 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
18 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 18 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
19 19
20 defines = [ "GPU_BLINK_IMPLEMENTATION" ] 20 defines = [ "GPU_BLINK_IMPLEMENTATION" ]
21 21
22 deps = [ 22 deps = [
23 "//base", 23 "//base",
24 "//base/third_party/dynamic_annotations", 24 "//base/third_party/dynamic_annotations",
25 "//cc", 25 "//cc",
26 "//gpu/command_buffer/client:gl_in_process_context",
27 "//gpu/command_buffer/client:gles2_c_lib",
28 "//gpu/command_buffer/client:gles2_implementation",
26 "//gpu/command_buffer/common", 29 "//gpu/command_buffer/common",
27 "//gpu/command_buffer/common:gles2_utils", 30 "//gpu/command_buffer/common:gles2_utils",
28 "//gpu/command_buffer/service", 31 "//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", 32 "//gpu/skia_bindings",
33 "//skia", 33 "//skia",
34 "//third_party/WebKit/public:blink_minimal", 34 "//third_party/WebKit/public:blink_minimal",
35 "//third_party/angle:translator", 35 "//third_party/angle:translator",
36 "//ui/gl",
37 "//ui/gfx", 36 "//ui/gfx",
38 "//ui/gfx/geometry", 37 "//ui/gfx/geometry",
38 "//ui/gl",
39 ] 39 ]
40 } 40 }
OLDNEW
« components/BUILD.gn ('K') | « gpu/BUILD.gn ('k') | gpu/command_buffer/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698