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 'build_angle_deqp_tests%': 0, | 8 'build_angle_deqp_tests%': 0, |
9 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 ], | 154 ], |
155 }, | 155 }, |
156 { | 156 { |
157 # GN version: //gpu:gpu_unittests | 157 # GN version: //gpu:gpu_unittests |
158 'target_name': 'gpu_unittests', | 158 'target_name': 'gpu_unittests', |
159 'type': '<(gtest_target_type)', | 159 'type': '<(gtest_target_type)', |
160 'dependencies': [ | 160 'dependencies': [ |
161 '../base/base.gyp:base', | 161 '../base/base.gyp:base', |
162 '../base/base.gyp:test_support_base', | 162 '../base/base.gyp:test_support_base', |
163 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 163 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 164 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
164 '../testing/gmock.gyp:gmock', | 165 '../testing/gmock.gyp:gmock', |
165 '../testing/gtest.gyp:gtest', | 166 '../testing/gtest.gyp:gtest', |
166 '<(angle_path)/src/angle.gyp:translator', | 167 '<(angle_path)/src/angle.gyp:translator', |
167 '../ui/gfx/gfx.gyp:gfx', | 168 '../ui/gfx/gfx.gyp:gfx', |
168 '../ui/gfx/gfx.gyp:gfx_geometry', | 169 '../ui/gfx/gfx.gyp:gfx_geometry', |
169 '../ui/gfx/gfx.gyp:gfx_test_support', | 170 '../ui/gfx/gfx.gyp:gfx_test_support', |
170 '../ui/gl/gl.gyp:gl', | 171 '../ui/gl/gl.gyp:gl', |
171 '../ui/gl/init/gl_init.gyp:gl_init', | 172 '../ui/gl/init/gl_init.gyp:gl_init', |
172 '../ui/gl/gl.gyp:gl_test_support', | 173 '../ui/gl/gl.gyp:gl_test_support', |
173 'command_buffer/command_buffer.gyp:gles2_utils', | 174 'command_buffer/command_buffer.gyp:gles2_utils', |
(...skipping 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1207 ], | 1208 ], |
1208 'sources': [ | 1209 'sources': [ |
1209 'gpu_unittests_apk.isolate', | 1210 'gpu_unittests_apk.isolate', |
1210 ], | 1211 ], |
1211 }, | 1212 }, |
1212 ], | 1213 ], |
1213 }, | 1214 }, |
1214 ], | 1215 ], |
1215 ], | 1216 ], |
1216 } | 1217 } |
OLD | NEW |