OLD | NEW |
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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 }, | 144 }, |
145 { | 145 { |
146 # GN version: //gpu:angle_unittests | 146 # GN version: //gpu:angle_unittests |
147 'target_name': 'angle_unittests', | 147 'target_name': 'angle_unittests', |
148 'type': '<(gtest_target_type)', | 148 'type': '<(gtest_target_type)', |
149 'dependencies': [ | 149 'dependencies': [ |
150 '../base/base.gyp:base', | 150 '../base/base.gyp:base', |
151 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 151 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
152 '../testing/gmock.gyp:gmock', | 152 '../testing/gmock.gyp:gmock', |
153 '../testing/gtest.gyp:gtest', | 153 '../testing/gtest.gyp:gtest', |
154 '<(angle_path)/src/build_angle.gyp:translator_static', | 154 '<(angle_path)/src/angle.gyp:translator_static', |
155 ], | 155 ], |
156 'variables': { | 156 'variables': { |
157 'ANGLE_DIR': '<(angle_path)', | 157 'ANGLE_DIR': '<(angle_path)', |
158 }, | 158 }, |
159 'includes': [ | 159 'includes': [ |
160 '../third_party/angle/tests/preprocessor_tests/preprocessor_tests.gypi', | 160 '../third_party/angle/tests/preprocessor_tests/preprocessor_tests.gypi', |
161 '../third_party/angle/tests/compiler_tests/compiler_tests.gypi', | 161 '../third_party/angle/tests/compiler_tests/compiler_tests.gypi', |
162 ], | 162 ], |
163 'include_dirs': [ | 163 'include_dirs': [ |
164 '..', | 164 '..', |
165 '<(angle_path)/include', | 165 '<(angle_path)/include', |
166 '<(angle_path)/src', | 166 '<(angle_path)/src', |
167 '<(angle_path)/src/compiler/preprocessor', | 167 '<(angle_path)/src/compiler/preprocessor', |
168 '<(angle_path)/tests', | 168 '<(angle_path)/tests', |
169 ], | 169 ], |
170 'sources': [ | 170 'sources': [ |
171 'angle_unittest_main.cc', | 171 'angle_unittest_main.cc', |
172 ], | 172 ], |
173 }, | 173 }, |
174 { | 174 { |
175 # GN version: //gpu:gpu_unittests | 175 # GN version: //gpu:gpu_unittests |
176 'target_name': 'gpu_unittests', | 176 'target_name': 'gpu_unittests', |
177 'type': '<(gtest_target_type)', | 177 'type': '<(gtest_target_type)', |
178 'dependencies': [ | 178 'dependencies': [ |
179 '../base/base.gyp:base', | 179 '../base/base.gyp:base', |
180 '../base/base.gyp:test_support_base', | 180 '../base/base.gyp:test_support_base', |
181 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 181 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
182 '../testing/gmock.gyp:gmock', | 182 '../testing/gmock.gyp:gmock', |
183 '../testing/gtest.gyp:gtest', | 183 '../testing/gtest.gyp:gtest', |
184 '<(angle_path)/src/build_angle.gyp:translator', | 184 '<(angle_path)/src/angle.gyp:translator', |
185 '../ui/gl/gl.gyp:gl', | 185 '../ui/gl/gl.gyp:gl', |
186 '../ui/gfx/gfx.gyp:gfx', | 186 '../ui/gfx/gfx.gyp:gfx', |
187 '../ui/gfx/gfx.gyp:gfx_geometry', | 187 '../ui/gfx/gfx.gyp:gfx_geometry', |
188 '../ui/gfx/gfx.gyp:gfx_test_support', | 188 '../ui/gfx/gfx.gyp:gfx_test_support', |
189 'command_buffer/command_buffer.gyp:gles2_utils', | 189 'command_buffer/command_buffer.gyp:gles2_utils', |
190 'command_buffer_client', | 190 'command_buffer_client', |
191 'command_buffer_common', | 191 'command_buffer_common', |
192 'command_buffer_service', | 192 'command_buffer_service', |
193 'gpu', | 193 'gpu', |
194 'gpu_unittest_utils', | 194 'gpu_unittest_utils', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 }, | 306 }, |
307 { | 307 { |
308 # GN version: //gpu:gl_tests | 308 # GN version: //gpu:gl_tests |
309 'target_name': 'gl_tests', | 309 'target_name': 'gl_tests', |
310 'type': '<(gtest_target_type)', | 310 'type': '<(gtest_target_type)', |
311 'dependencies': [ | 311 'dependencies': [ |
312 '../base/base.gyp:base', | 312 '../base/base.gyp:base', |
313 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 313 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
314 '../testing/gmock.gyp:gmock', | 314 '../testing/gmock.gyp:gmock', |
315 '../testing/gtest.gyp:gtest', | 315 '../testing/gtest.gyp:gtest', |
316 '<(angle_path)/src/build_angle.gyp:translator', | 316 '<(angle_path)/src/angle.gyp:translator', |
317 '../ui/gfx/gfx.gyp:gfx', | 317 '../ui/gfx/gfx.gyp:gfx', |
318 '../ui/gfx/gfx.gyp:gfx_test_support', | 318 '../ui/gfx/gfx.gyp:gfx_test_support', |
319 '../ui/gfx/gfx.gyp:gfx_geometry', | 319 '../ui/gfx/gfx.gyp:gfx_geometry', |
320 '../ui/gl/gl.gyp:gl', | 320 '../ui/gl/gl.gyp:gl', |
321 'command_buffer/command_buffer.gyp:gles2_utils', | 321 'command_buffer/command_buffer.gyp:gles2_utils', |
322 'command_buffer_client', | 322 'command_buffer_client', |
323 'command_buffer_common', | 323 'command_buffer_common', |
324 'command_buffer_service', | 324 'command_buffer_service', |
325 'gpu', | 325 'gpu', |
326 'gpu_unittest_utils', | 326 'gpu_unittest_utils', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 'command_buffer/tests/occlusion_query_unittest.cc', | 361 'command_buffer/tests/occlusion_query_unittest.cc', |
362 ], | 362 ], |
363 'conditions': [ | 363 'conditions': [ |
364 ['OS == "android"', { | 364 ['OS == "android"', { |
365 'dependencies': [ | 365 'dependencies': [ |
366 '../testing/android/native_test.gyp:native_test_native_code', | 366 '../testing/android/native_test.gyp:native_test_native_code', |
367 ], | 367 ], |
368 }], | 368 }], |
369 ['OS == "win"', { | 369 ['OS == "win"', { |
370 'dependencies': [ | 370 'dependencies': [ |
371 '../third_party/angle/src/build_angle.gyp:libEGL', | 371 '../third_party/angle/src/angle.gyp:libEGL', |
372 '../third_party/angle/src/build_angle.gyp:libGLESv2', | 372 '../third_party/angle/src/angle.gyp:libGLESv2', |
373 ], | 373 ], |
374 }], | 374 }], |
375 ], | 375 ], |
376 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 376 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
377 'msvs_disabled_warnings': [ 4267, ], | 377 'msvs_disabled_warnings': [ 4267, ], |
378 }, | 378 }, |
379 { | 379 { |
380 # GN version: //gpu:test_support | 380 # GN version: //gpu:test_support |
381 'target_name': 'gpu_unittest_utils', | 381 'target_name': 'gpu_unittest_utils', |
382 'type': 'static_library', | 382 'type': 'static_library', |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 ], | 665 ], |
666 'variables': { | 666 'variables': { |
667 'test_suite_name': 'gpu_unittests', | 667 'test_suite_name': 'gpu_unittests', |
668 }, | 668 }, |
669 'includes': [ '../build/apk_test.gypi' ], | 669 'includes': [ '../build/apk_test.gypi' ], |
670 }, | 670 }, |
671 ], | 671 ], |
672 }], | 672 }], |
673 ], | 673 ], |
674 } | 674 } |
OLD | NEW |