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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 ], | 114 ], |
115 }, | 115 }, |
116 { | 116 { |
117 'target_name': 'gpu_unittests', | 117 'target_name': 'gpu_unittests', |
118 'type': '<(gtest_target_type)', | 118 'type': '<(gtest_target_type)', |
119 'dependencies': [ | 119 'dependencies': [ |
120 '../base/base.gyp:base', | 120 '../base/base.gyp:base', |
121 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 121 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
122 '../testing/gmock.gyp:gmock', | 122 '../testing/gmock.gyp:gmock', |
123 '../testing/gtest.gyp:gtest', | 123 '../testing/gtest.gyp:gtest', |
124 '../third_party/angle/src/build_angle.gyp:translator_glsl', | 124 '<(angle_path)/src/build_angle.gyp:translator_glsl', |
125 '../ui/gl/gl.gyp:gl', | 125 '../ui/gl/gl.gyp:gl', |
126 '../ui/ui.gyp:ui', | 126 '../ui/ui.gyp:ui', |
127 'command_buffer/command_buffer.gyp:gles2_utils', | 127 'command_buffer/command_buffer.gyp:gles2_utils', |
128 'command_buffer_client', | 128 'command_buffer_client', |
129 'command_buffer_common', | 129 'command_buffer_common', |
130 'command_buffer_service', | 130 'command_buffer_service', |
131 'gpu', | 131 'gpu', |
132 'gpu_unittest_utils', | 132 'gpu_unittest_utils', |
133 'gles2_implementation_client_side_arrays', | 133 'gles2_implementation_client_side_arrays', |
134 'gles2_cmd_helper', | 134 'gles2_cmd_helper', |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 'msvs_disabled_warnings': [ 4267, ], | 241 'msvs_disabled_warnings': [ 4267, ], |
242 }, | 242 }, |
243 { | 243 { |
244 'target_name': 'gl_tests', | 244 'target_name': 'gl_tests', |
245 'type': '<(gtest_target_type)', | 245 'type': '<(gtest_target_type)', |
246 'dependencies': [ | 246 'dependencies': [ |
247 '../base/base.gyp:base', | 247 '../base/base.gyp:base', |
248 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 248 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
249 '../testing/gmock.gyp:gmock', | 249 '../testing/gmock.gyp:gmock', |
250 '../testing/gtest.gyp:gtest', | 250 '../testing/gtest.gyp:gtest', |
251 '../third_party/angle/src/build_angle.gyp:translator_glsl', | 251 '<(angle_path)/src/build_angle.gyp:translator_glsl', |
252 '../ui/ui.gyp:ui', | 252 '../ui/ui.gyp:ui', |
253 'command_buffer/command_buffer.gyp:gles2_utils', | 253 'command_buffer/command_buffer.gyp:gles2_utils', |
254 'command_buffer_client', | 254 'command_buffer_client', |
255 'command_buffer_common', | 255 'command_buffer_common', |
256 'command_buffer_service', | 256 'command_buffer_service', |
257 'gpu', | 257 'gpu', |
258 'gpu_unittest_utils', | 258 'gpu_unittest_utils', |
259 'gles2_implementation_client_side_arrays', | 259 'gles2_implementation_client_side_arrays', |
260 'gles2_cmd_helper', | 260 'gles2_cmd_helper', |
261 #'gl_unittests', | 261 #'gl_unittests', |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', | 540 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', |
541 }, | 541 }, |
542 'includes': [ | 542 'includes': [ |
543 '../build/apk_test.gypi', | 543 '../build/apk_test.gypi', |
544 ], | 544 ], |
545 }, | 545 }, |
546 ], | 546 ], |
547 }], | 547 }], |
548 ], | 548 ], |
549 } | 549 } |
OLD | NEW |