| 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', |
| 165 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 164 '../testing/gmock.gyp:gmock', | 166 '../testing/gmock.gyp:gmock', |
| 165 '../testing/gtest.gyp:gtest', | 167 '../testing/gtest.gyp:gtest', |
| 166 '<(angle_path)/src/angle.gyp:translator', | 168 '<(angle_path)/src/angle.gyp:translator', |
| 167 '../ui/gfx/gfx.gyp:gfx', | 169 '../ui/gfx/gfx.gyp:gfx', |
| 168 '../ui/gfx/gfx.gyp:gfx_geometry', | 170 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 169 '../ui/gfx/gfx.gyp:gfx_test_support', | 171 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 170 '../ui/gl/gl.gyp:gl', | 172 '../ui/gl/gl.gyp:gl', |
| 171 '../ui/gl/init/gl_init.gyp:gl_init', | 173 '../ui/gl/init/gl_init.gyp:gl_init', |
| 172 '../ui/gl/gl.gyp:gl_test_support', | 174 '../ui/gl/gl.gyp:gl_test_support', |
| 173 'command_buffer/command_buffer.gyp:gles2_utils', | 175 'command_buffer/command_buffer.gyp:gles2_utils', |
| (...skipping 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1207 ], | 1209 ], |
| 1208 'sources': [ | 1210 'sources': [ |
| 1209 'gpu_unittests_apk.isolate', | 1211 'gpu_unittests_apk.isolate', |
| 1210 ], | 1212 ], |
| 1211 }, | 1213 }, |
| 1212 ], | 1214 ], |
| 1213 }, | 1215 }, |
| 1214 ], | 1216 ], |
| 1215 ], | 1217 ], |
| 1216 } | 1218 } |
| OLD | NEW |