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

Side by Side Diff: webkit/common/gpu/BUILD.gn

Issue 954733002: Update gyp/gn files after header moved from webkit to cc/blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months 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
« no previous file with comments | « cc/blink/cc_blink.gyp ('k') | webkit/common/gpu/webkit_gpu.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: webkit/common/gpu/webkit_gpu.gyp:webkit_gpu 5 # GYP version: webkit/common/gpu/webkit_gpu.gyp:webkit_gpu
6 component("gpu") { 6 component("gpu") {
7 output_name = "webkit_gpu" 7 output_name = "webkit_gpu"
8 8
9 sources = [ 9 sources = [
10 "context_provider_in_process.cc", 10 "context_provider_in_process.cc",
11 "context_provider_in_process.h", 11 "context_provider_in_process.h",
12 "context_provider_web_context.h",
13 "grcontext_for_webgraphicscontext3d.cc", 12 "grcontext_for_webgraphicscontext3d.cc",
14 "grcontext_for_webgraphicscontext3d.h", 13 "grcontext_for_webgraphicscontext3d.h",
15 ] 14 ]
16 15
17 defines = [ "WEBKIT_GPU_IMPLEMENTATION" ] 16 defines = [ "WEBKIT_GPU_IMPLEMENTATION" ]
18 configs += [ "//build/config/compiler:wexit_time_destructors" ] 17 configs += [ "//build/config/compiler:wexit_time_destructors" ]
19 if (is_win) { 18 if (is_win) {
20 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 19 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
21 cflags = [ "/wd4267" ] 20 cflags = [ "/wd4267" ]
22 } 21 }
(...skipping 10 matching lines...) Expand all
33 "//gpu/command_buffer/client:gl_in_process_context", 32 "//gpu/command_buffer/client:gl_in_process_context",
34 "//gpu/skia_bindings", 33 "//gpu/skia_bindings",
35 "//skia", 34 "//skia",
36 "//third_party/WebKit/public:blink_minimal", 35 "//third_party/WebKit/public:blink_minimal",
37 "//third_party/angle:translator", 36 "//third_party/angle:translator",
38 "//ui/gl", 37 "//ui/gl",
39 "//ui/gfx", 38 "//ui/gfx",
40 "//ui/gfx/geometry", 39 "//ui/gfx/geometry",
41 ] 40 ]
42 } 41 }
OLDNEW
« no previous file with comments | « cc/blink/cc_blink.gyp ('k') | webkit/common/gpu/webkit_gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698