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

Side by Side Diff: gpu/gpu.gyp

Issue 368903003: Provide gtest printers for ui/gfx geometry types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add gfx_test_support dep to video_encode_accelerator_unittest Created 6 years, 5 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') | media/media.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 (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 }, 8 },
9 'includes': [ 9 'includes': [
10 'gpu_common.gypi', 10 'gpu_common.gypi',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'dependencies': [ 171 'dependencies': [
172 '../base/base.gyp:base', 172 '../base/base.gyp:base',
173 '../base/base.gyp:test_support_base', 173 '../base/base.gyp:test_support_base',
174 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 174 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
175 '../testing/gmock.gyp:gmock', 175 '../testing/gmock.gyp:gmock',
176 '../testing/gtest.gyp:gtest', 176 '../testing/gtest.gyp:gtest',
177 '<(angle_path)/src/build_angle.gyp:translator', 177 '<(angle_path)/src/build_angle.gyp:translator',
178 '../ui/gl/gl.gyp:gl', 178 '../ui/gl/gl.gyp:gl',
179 '../ui/gfx/gfx.gyp:gfx', 179 '../ui/gfx/gfx.gyp:gfx',
180 '../ui/gfx/gfx.gyp:gfx_geometry', 180 '../ui/gfx/gfx.gyp:gfx_geometry',
181 '../ui/gfx/gfx.gyp:gfx_test_support',
181 'command_buffer/command_buffer.gyp:gles2_utils', 182 'command_buffer/command_buffer.gyp:gles2_utils',
182 'command_buffer_client', 183 'command_buffer_client',
183 'command_buffer_common', 184 'command_buffer_common',
184 'command_buffer_service', 185 'command_buffer_service',
185 'gpu', 186 'gpu',
186 'gpu_unittest_utils', 187 'gpu_unittest_utils',
187 'gles2_implementation_client_side_arrays', 188 'gles2_implementation_client_side_arrays',
188 'gles2_cmd_helper', 189 'gles2_cmd_helper',
189 'gles2_c_lib', 190 'gles2_c_lib',
190 ], 191 ],
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 { 298 {
298 'target_name': 'gl_tests', 299 'target_name': 'gl_tests',
299 'type': '<(gtest_target_type)', 300 'type': '<(gtest_target_type)',
300 'dependencies': [ 301 'dependencies': [
301 '../base/base.gyp:base', 302 '../base/base.gyp:base',
302 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 303 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
303 '../testing/gmock.gyp:gmock', 304 '../testing/gmock.gyp:gmock',
304 '../testing/gtest.gyp:gtest', 305 '../testing/gtest.gyp:gtest',
305 '<(angle_path)/src/build_angle.gyp:translator', 306 '<(angle_path)/src/build_angle.gyp:translator',
306 '../ui/gfx/gfx.gyp:gfx', 307 '../ui/gfx/gfx.gyp:gfx',
308 '../ui/gfx/gfx.gyp:gfx_test_support',
307 '../ui/gfx/gfx.gyp:gfx_geometry', 309 '../ui/gfx/gfx.gyp:gfx_geometry',
308 '../ui/gl/gl.gyp:gl', 310 '../ui/gl/gl.gyp:gl',
309 'command_buffer/command_buffer.gyp:gles2_utils', 311 'command_buffer/command_buffer.gyp:gles2_utils',
310 'command_buffer_client', 312 'command_buffer_client',
311 'command_buffer_common', 313 'command_buffer_common',
312 'command_buffer_service', 314 'command_buffer_service',
313 'gpu', 315 'gpu',
314 'gpu_unittest_utils', 316 'gpu_unittest_utils',
315 'gles2_implementation_client_side_arrays', 317 'gles2_implementation_client_side_arrays',
316 'gles2_cmd_helper', 318 'gles2_cmd_helper',
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 ], 636 ],
635 'variables': { 637 'variables': {
636 'test_suite_name': 'gpu_unittests', 638 'test_suite_name': 'gpu_unittests',
637 }, 639 },
638 'includes': [ '../build/apk_test.gypi' ], 640 'includes': [ '../build/apk_test.gypi' ],
639 }, 641 },
640 ], 642 ],
641 }], 643 }],
642 ], 644 ],
643 } 645 }
OLDNEW
« no previous file with comments | « gpu/BUILD.gn ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698