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

Side by Side Diff: gpu/gpu.gyp

Issue 23509013: Include angle tests in gpu_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 2 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
« gpu/angle_unittest_main.cc ('K') | « gpu/command_buffer_service.gypi ('k') | no next file » | 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 111 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
112 'command_buffer/command_buffer.gyp:gles2_utils', 112 'command_buffer/command_buffer.gyp:gles2_utils',
113 'command_buffer_client', 113 'command_buffer_client',
114 'gles2_implementation_client_side_arrays_no_check', 114 'gles2_implementation_client_side_arrays_no_check',
115 ], 115 ],
116 'sources': [ 116 'sources': [
117 '<@(gles2_c_lib_source_files)', 117 '<@(gles2_c_lib_source_files)',
118 ], 118 ],
119 }, 119 },
120 { 120 {
121 'target_name': 'angle_unittests',
122 'type': '<(gtest_target_type)',
123 'dependencies': [
124 '../base/base.gyp:base',
125 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
126 '../testing/gmock.gyp:gmock',
127 '../testing/gtest.gyp:gtest',
128 '../third_party/angle_dx11/src/build_angle.gyp:translator_static',
129 ],
130 'variables': {
131 'ANGLE_DIR': '../third_party/angle_dx11',
132 },
133 'includes': [
134 '../third_party/angle_dx11/tests/preprocessor_tests/preprocessor_tests.g ypi',
135 '../third_party/angle_dx11/tests/compiler_tests/compiler_tests.gypi',
136 ],
137 'include_dirs': [
138 '..',
139 '../third_party/angle_dx11/include',
140 '../third_party/angle_dx11/src',
141 '../third_party/angle_dx11/src/compiler/preprocessor',
142 '../third_party/angle_dx11/tests',
143 ],
144 'sources': [
145 'angle_unittest_main.cc',
146 ],
147 },
148 {
121 'target_name': 'gpu_unittests', 149 'target_name': 'gpu_unittests',
122 'type': '<(gtest_target_type)', 150 'type': '<(gtest_target_type)',
123 'dependencies': [ 151 'dependencies': [
124 '../base/base.gyp:base', 152 '../base/base.gyp:base',
125 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 153 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
126 '../testing/gmock.gyp:gmock', 154 '../testing/gmock.gyp:gmock',
127 '../testing/gtest.gyp:gtest', 155 '../testing/gtest.gyp:gtest',
128 '../third_party/angle_dx11/src/build_angle.gyp:translator_glsl', 156 '../third_party/angle_dx11/src/build_angle.gyp:translator_static',
129 '../ui/gl/gl.gyp:gl', 157 '../ui/gl/gl.gyp:gl',
130 '../ui/ui.gyp:ui', 158 '../ui/ui.gyp:ui',
131 'command_buffer/command_buffer.gyp:gles2_utils', 159 'command_buffer/command_buffer.gyp:gles2_utils',
132 'command_buffer_client', 160 'command_buffer_client',
133 'command_buffer_common', 161 'command_buffer_common',
134 'command_buffer_service', 162 'command_buffer_service',
135 'gpu', 163 'gpu',
136 'gpu_unittest_utils', 164 'gpu_unittest_utils',
137 'gles2_implementation_client_side_arrays', 165 'gles2_implementation_client_side_arrays',
138 'gles2_cmd_helper', 166 'gles2_cmd_helper',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'msvs_disabled_warnings': [ 4267, ], 273 'msvs_disabled_warnings': [ 4267, ],
246 }, 274 },
247 { 275 {
248 'target_name': 'gl_tests', 276 'target_name': 'gl_tests',
249 'type': '<(gtest_target_type)', 277 'type': '<(gtest_target_type)',
250 'dependencies': [ 278 'dependencies': [
251 '../base/base.gyp:base', 279 '../base/base.gyp:base',
252 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 280 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
253 '../testing/gmock.gyp:gmock', 281 '../testing/gmock.gyp:gmock',
254 '../testing/gtest.gyp:gtest', 282 '../testing/gtest.gyp:gtest',
255 '../third_party/angle_dx11/src/build_angle.gyp:translator_glsl', 283 '../third_party/angle_dx11/src/build_angle.gyp:translator_static',
256 '../ui/ui.gyp:ui', 284 '../ui/ui.gyp:ui',
257 'command_buffer/command_buffer.gyp:gles2_utils', 285 'command_buffer/command_buffer.gyp:gles2_utils',
258 'command_buffer_client', 286 'command_buffer_client',
259 'command_buffer_common', 287 'command_buffer_common',
260 'command_buffer_service', 288 'command_buffer_service',
261 'gpu', 289 'gpu',
262 'gpu_unittest_utils', 290 'gpu_unittest_utils',
263 'gles2_implementation_client_side_arrays', 291 'gles2_implementation_client_side_arrays',
264 'gles2_cmd_helper', 292 'gles2_cmd_helper',
265 #'gl_unittests', 293 #'gl_unittests',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests< (SHARED_LIB_SUFFIX)', 570 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests< (SHARED_LIB_SUFFIX)',
543 }, 571 },
544 'includes': [ 572 'includes': [
545 '../build/apk_test.gypi', 573 '../build/apk_test.gypi',
546 ], 574 ],
547 }, 575 },
548 ], 576 ],
549 }], 577 }],
550 ], 578 ],
551 } 579 }
OLDNEW
« gpu/angle_unittest_main.cc ('K') | « gpu/command_buffer_service.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698