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

Side by Side Diff: gpu/command_buffer/client/BUILD.gn

Issue 338633004: GN: Fix up various gpu targets (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 | « gpu/BUILD.gn ('k') | gpu/command_buffer/service/BUILD.gn » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 source_set("client") { 5 source_set("client") {
6 sources = [ 6 sources = [
7 "cmd_buffer_helper.cc", 7 "cmd_buffer_helper.cc",
8 "cmd_buffer_helper.h", 8 "cmd_buffer_helper.h",
9 "fenced_allocator.cc", 9 "fenced_allocator.cc",
10 "fenced_allocator.h", 10 "fenced_allocator.h",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 sources = gles2_c_lib_source_files 150 sources = gles2_c_lib_source_files
151 defines = [ "GLES2_C_LIB_IMPLEMENTATION" ] 151 defines = [ "GLES2_C_LIB_IMPLEMENTATION" ]
152 152
153 if (is_win) { 153 if (is_win) {
154 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 154 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
155 cflags = [ "/wd4267" ] # size_t to int truncation. 155 cflags = [ "/wd4267" ] # size_t to int truncation.
156 } 156 }
157 157
158 deps = [ 158 deps = [
159 ":client", 159 ":client",
160 ":gles2_implementation",
161 "//base", 160 "//base",
162 "//base/third_party/dynamic_annotations", 161 "//base/third_party/dynamic_annotations",
163 "//gpu/command_buffer/common", 162 "//gpu/command_buffer/common",
164 ] 163 ]
165 } 164 }
166 165
OLDNEW
« no previous file with comments | « gpu/BUILD.gn ('k') | gpu/command_buffer/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698