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

Side by Side Diff: gpu/gpu.gyp

Issue 2019833002: Implement StructTraits for various cc and gpu types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mailbox_name by ref to make windows happy Created 4 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
« no previous file with comments | « gpu/command_buffer/common/unittest_main.cc ('k') | gpu/ipc/common/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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 'build_angle_deqp_tests%': 0, 8 'build_angle_deqp_tests%': 0,
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 ], 154 ],
155 }, 155 },
156 { 156 {
157 # GN version: //gpu:gpu_unittests 157 # GN version: //gpu:gpu_unittests
158 'target_name': 'gpu_unittests', 158 'target_name': 'gpu_unittests',
159 'type': '<(gtest_target_type)', 159 'type': '<(gtest_target_type)',
160 'dependencies': [ 160 'dependencies': [
161 '../base/base.gyp:base', 161 '../base/base.gyp:base',
162 '../base/base.gyp:test_support_base', 162 '../base/base.gyp:test_support_base',
163 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 163 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
164 '../mojo/mojo_edk.gyp:mojo_common_test_support',
165 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
164 '../testing/gmock.gyp:gmock', 166 '../testing/gmock.gyp:gmock',
165 '../testing/gtest.gyp:gtest', 167 '../testing/gtest.gyp:gtest',
166 '<(angle_path)/src/angle.gyp:translator', 168 '<(angle_path)/src/angle.gyp:translator',
167 '../ui/gfx/gfx.gyp:gfx', 169 '../ui/gfx/gfx.gyp:gfx',
168 '../ui/gfx/gfx.gyp:gfx_geometry', 170 '../ui/gfx/gfx.gyp:gfx_geometry',
169 '../ui/gfx/gfx.gyp:gfx_test_support', 171 '../ui/gfx/gfx.gyp:gfx_test_support',
170 '../ui/gl/gl.gyp:gl', 172 '../ui/gl/gl.gyp:gl',
171 '../ui/gl/init/gl_init.gyp:gl_init', 173 '../ui/gl/init/gl_init.gyp:gl_init',
172 '../ui/gl/gl.gyp:gl_test_support', 174 '../ui/gl/gl.gyp:gl_test_support',
173 'command_buffer/command_buffer.gyp:gles2_utils', 175 'command_buffer/command_buffer.gyp:gles2_utils',
(...skipping 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 ], 1209 ],
1208 'sources': [ 1210 'sources': [
1209 'gpu_unittests_apk.isolate', 1211 'gpu_unittests_apk.isolate',
1210 ], 1212 ],
1211 }, 1213 },
1212 ], 1214 ],
1213 }, 1215 },
1214 ], 1216 ],
1215 ], 1217 ],
1216 } 1218 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/unittest_main.cc ('k') | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698