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

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 missing gfx_test_support deps 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
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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 ], 635 ],
635 'variables': { 636 'variables': {
636 'test_suite_name': 'gpu_unittests', 637 'test_suite_name': 'gpu_unittests',
637 }, 638 },
638 'includes': [ '../build/apk_test.gypi' ], 639 'includes': [ '../build/apk_test.gypi' ],
639 }, 640 },
640 ], 641 ],
641 }], 642 }],
642 ], 643 ],
643 } 644 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | media/media.gyp » ('j') | ui/events/events.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698