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

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

Issue 802113002: Revert "Revert of Extract WebGraphicsContext3DImpl from webkit/common/gpu. (patchset #12 id:220001 … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 6 years 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 | « content/content_tests.gypi ('k') | gpu/blink/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
4
5 # GYP version: //gpu/blink/gpu_blink.gyp:gpu_blink
6 component("blink") {
7 output_name = "gpu_blink"
8
9 sources = [
10 "gpu_blink_export.h",
11 "webgraphicscontext3d_impl.cc",
12 "webgraphicscontext3d_impl.h",
13 ]
14
15 defines = [ "GPU_BLINK_IMPLEMENTATION" ]
16
17 deps = [
18 "//base",
19 "//gpu",
20 "//gpu/command_buffer/client:gles2_c_lib",
21 "//gpu/command_buffer/client:gles2_implementation",
22 "//gpu/skia_bindings",
23 "//skia",
24 "//third_party/WebKit/public:blink_minimal",
25 ]
26
27 if (is_win) {
28 cflags = [ "/wd4267" ] # TODO(jschuh): crbug.com/167187 fix size_t to int t runcations.
29 }
30 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | gpu/blink/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698