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

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

Issue 348363002: Add chrome/plugin and chrome/utility to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « webkit/child/BUILD.gn ('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 component("gpu") { 6 component("gpu") {
6 output_name = "webkit_gpu" 7 output_name = "webkit_gpu"
7 8
8 sources = [ 9 sources = [
9 "context_provider_in_process.cc", 10 "context_provider_in_process.cc",
10 "context_provider_in_process.h", 11 "context_provider_in_process.h",
11 "context_provider_web_context.h", 12 "context_provider_web_context.h",
12 "grcontext_for_webgraphicscontext3d.cc", 13 "grcontext_for_webgraphicscontext3d.cc",
13 "grcontext_for_webgraphicscontext3d.h", 14 "grcontext_for_webgraphicscontext3d.h",
14 "webgraphicscontext3d_impl.cc", 15 "webgraphicscontext3d_impl.cc",
(...skipping 13 matching lines...) Expand all
28 "//base", 29 "//base",
29 "//base/third_party/dynamic_annotations", 30 "//base/third_party/dynamic_annotations",
30 "//cc", 31 "//cc",
31 "//gpu/command_buffer/common", 32 "//gpu/command_buffer/common",
32 "//gpu/command_buffer/service", 33 "//gpu/command_buffer/service",
33 "//gpu/command_buffer/client:gles2_c_lib", 34 "//gpu/command_buffer/client:gles2_c_lib",
34 "//gpu/command_buffer/client:gles2_implementation", 35 "//gpu/command_buffer/client:gles2_implementation",
35 "//gpu/command_buffer/client:gl_in_process_context", 36 "//gpu/command_buffer/client:gl_in_process_context",
36 "//gpu/skia_bindings", 37 "//gpu/skia_bindings",
37 "//skia", 38 "//skia",
38 #"//third_party/WebKit/public:blink_minimal", TODO(GYP) 39 "//third_party/WebKit/public:blink_minimal",
39 "//third_party/angle:translator", 40 "//third_party/angle:translator",
40 "//ui/gl", 41 "//ui/gl",
41 "//ui/gfx", 42 "//ui/gfx",
42 "//ui/gfx/geometry", 43 "//ui/gfx/geometry",
43 ] 44 ]
44 } 45 }
OLDNEW
« no previous file with comments | « webkit/child/BUILD.gn ('k') | webkit/common/gpu/webkit_gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698