| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 'defines': [ | 96 'defines': [ |
| 97 'GLES2_C_LIB_IMPLEMENTATION', | 97 'GLES2_C_LIB_IMPLEMENTATION', |
| 98 ], | 98 ], |
| 99 'sources': [ | 99 'sources': [ |
| 100 '<@(gles2_c_lib_source_files)', | 100 '<@(gles2_c_lib_source_files)', |
| 101 ], | 101 ], |
| 102 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 102 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 103 'msvs_disabled_warnings': [4267, ], | 103 'msvs_disabled_warnings': [4267, ], |
| 104 }, | 104 }, |
| 105 { | 105 { |
| 106 # GN version: //gpu/command_buffer/client:gles2_c_lib_nocheck |
| 106 # Same as gles2_c_lib except with no parameter checking. Required for | 107 # Same as gles2_c_lib except with no parameter checking. Required for |
| 107 # OpenGL ES 2.0 conformance tests. | 108 # OpenGL ES 2.0 conformance tests. |
| 108 'target_name': 'gles2_c_lib_nocheck', | 109 'target_name': 'gles2_c_lib_nocheck', |
| 109 'type': '<(component)', | 110 'type': '<(component)', |
| 110 'defines': [ | 111 'defines': [ |
| 111 'GLES2_C_LIB_IMPLEMENTATION', | 112 'GLES2_C_LIB_IMPLEMENTATION', |
| 112 'GLES2_CONFORMANCE_TESTS=1', | 113 'GLES2_CONFORMANCE_TESTS=1', |
| 113 ], | 114 ], |
| 114 'dependencies': [ | 115 'dependencies': [ |
| 115 '../base/base.gyp:base', | 116 '../base/base.gyp:base', |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc', | 214 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc', |
| 214 'command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h', | 215 'command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h', |
| 215 'command_buffer/service/gles2_cmd_decoder_unittest_2.cc', | 216 'command_buffer/service/gles2_cmd_decoder_unittest_2.cc', |
| 216 'command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h', | 217 'command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h', |
| 217 'command_buffer/service/gles2_cmd_decoder_unittest_3.cc', | 218 'command_buffer/service/gles2_cmd_decoder_unittest_3.cc', |
| 218 'command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h', | 219 'command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h', |
| 219 'command_buffer/service/gles2_cmd_decoder_unittest_async_pixel.cc', | 220 'command_buffer/service/gles2_cmd_decoder_unittest_async_pixel.cc', |
| 220 'command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc', | 221 'command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc', |
| 221 'command_buffer/service/gles2_cmd_decoder_unittest_base.cc', | 222 'command_buffer/service/gles2_cmd_decoder_unittest_base.cc', |
| 222 'command_buffer/service/gles2_cmd_decoder_unittest_base.h', | 223 'command_buffer/service/gles2_cmd_decoder_unittest_base.h', |
| 224 'command_buffer/service/gles2_cmd_decoder_unittest_buffers.cc', |
| 223 'command_buffer/service/gles2_cmd_decoder_unittest_context_state.cc', | 225 'command_buffer/service/gles2_cmd_decoder_unittest_context_state.cc', |
| 224 'command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc', | 226 'command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc', |
| 225 'command_buffer/service/gles2_cmd_decoder_unittest_extensions.cc', | 227 'command_buffer/service/gles2_cmd_decoder_unittest_extensions.cc', |
| 226 'command_buffer/service/gles2_cmd_decoder_unittest_extensions_autogen.h'
, | 228 'command_buffer/service/gles2_cmd_decoder_unittest_extensions_autogen.h'
, |
| 227 'command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc', | 229 'command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc', |
| 228 'command_buffer/service/gles2_cmd_decoder_unittest_programs.cc', | 230 'command_buffer/service/gles2_cmd_decoder_unittest_programs.cc', |
| 229 'command_buffer/service/gles2_cmd_decoder_unittest_textures.cc', | 231 'command_buffer/service/gles2_cmd_decoder_unittest_textures.cc', |
| 230 'command_buffer/service/gles2_cmd_decoder_unittest_valuebuffer.cc', | 232 'command_buffer/service/gles2_cmd_decoder_unittest_valuebuffer.cc', |
| 231 'command_buffer/service/gpu_scheduler_unittest.cc', | 233 'command_buffer/service/gpu_scheduler_unittest.cc', |
| 232 'command_buffer/service/gpu_service_test.cc', | 234 'command_buffer/service/gpu_service_test.cc', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 282 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 281 'msvs_disabled_warnings': [ 4267, ], | 283 'msvs_disabled_warnings': [ 4267, ], |
| 282 }, | 284 }, |
| 283 { | 285 { |
| 284 # GN version: //gpu/gpu_perftests | 286 # GN version: //gpu/gpu_perftests |
| 285 'target_name': 'gpu_perftests', | 287 'target_name': 'gpu_perftests', |
| 286 'type': '<(gtest_target_type)', | 288 'type': '<(gtest_target_type)', |
| 287 'dependencies': [ | 289 'dependencies': [ |
| 288 '../base/base.gyp:base', | 290 '../base/base.gyp:base', |
| 289 '../base/base.gyp:test_support_base', | 291 '../base/base.gyp:test_support_base', |
| 292 '../testing/gmock.gyp:gmock', |
| 290 '../testing/gtest.gyp:gtest', | 293 '../testing/gtest.gyp:gtest', |
| 291 '../testing/perf/perf_test.gyp:perf_test', | 294 '../testing/perf/perf_test.gyp:perf_test', |
| 292 '../ui/gfx/gfx.gyp:gfx_geometry', | 295 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 293 '../ui/gl/gl.gyp:gl', | 296 '../ui/gl/gl.gyp:gl', |
| 294 'command_buffer_service', | 297 'command_buffer_service', |
| 295 ], | 298 ], |
| 296 'sources': [ | 299 'sources': [ |
| 297 'perftests/measurements.cc', | 300 'perftests/measurements.cc', |
| 298 'perftests/run_all_tests.cc', | 301 'perftests/run_all_tests.cc', |
| 299 'perftests/texture_upload_perftest.cc', | 302 'perftests/texture_upload_perftest.cc', |
| (...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 732 '../build/isolate.gypi', | 735 '../build/isolate.gypi', |
| 733 ], | 736 ], |
| 734 'sources': [ | 737 'sources': [ |
| 735 'gpu_unittests.isolate', | 738 'gpu_unittests.isolate', |
| 736 ], | 739 ], |
| 737 }, | 740 }, |
| 738 ], | 741 ], |
| 739 }], | 742 }], |
| 740 ], | 743 ], |
| 741 } | 744 } |
| OLD | NEW |