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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 ], | 308 ], |
309 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 309 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
310 'msvs_disabled_warnings': [ 4267, ], | 310 'msvs_disabled_warnings': [ 4267, ], |
311 }, | 311 }, |
312 { | 312 { |
313 # GN version: //gpu/ipc/service:gpu_ipc_service_unittests | 313 # GN version: //gpu/ipc/service:gpu_ipc_service_unittests |
314 'target_name': 'gpu_ipc_service_unittests', | 314 'target_name': 'gpu_ipc_service_unittests', |
315 'type': '<(gtest_target_type)', | 315 'type': '<(gtest_target_type)', |
316 'dependencies': [ | 316 'dependencies': [ |
317 '../base/base.gyp:base', | 317 '../base/base.gyp:base', |
| 318 '../base/base.gyp:run_all_unittests', |
318 '../base/base.gyp:test_support_base', | 319 '../base/base.gyp:test_support_base', |
319 '../ipc/ipc.gyp:ipc_run_all_unittests', | |
320 '../ipc/ipc.gyp:test_support_ipc', | 320 '../ipc/ipc.gyp:test_support_ipc', |
321 '../skia/skia.gyp:skia', | 321 '../skia/skia.gyp:skia', |
322 '../testing/gtest.gyp:gtest', | 322 '../testing/gtest.gyp:gtest', |
323 '../testing/gmock.gyp:gmock', | 323 '../testing/gmock.gyp:gmock', |
324 '../third_party/mesa/mesa.gyp:mesa_headers', | 324 '../third_party/mesa/mesa.gyp:mesa_headers', |
325 '../ui/gfx/gfx.gyp:gfx_test_support', | 325 '../ui/gfx/gfx.gyp:gfx_test_support', |
326 '../ui/gl/gl.gyp:gl', | 326 '../ui/gl/gl.gyp:gl', |
327 '../ui/gl/init/gl_init.gyp:gl_init', | 327 '../ui/gl/init/gl_init.gyp:gl_init', |
328 '../ui/gl/gl.gyp:gl_unittest_utils', | 328 '../ui/gl/gl.gyp:gl_unittest_utils', |
329 '../ui/gl/gl.gyp:gl_test_support', | 329 '../ui/gl/gl.gyp:gl_test_support', |
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1210 ], | 1210 ], |
1211 'sources': [ | 1211 'sources': [ |
1212 'gpu_unittests_apk.isolate', | 1212 'gpu_unittests_apk.isolate', |
1213 ], | 1213 ], |
1214 }, | 1214 }, |
1215 ], | 1215 ], |
1216 }, | 1216 }, |
1217 ], | 1217 ], |
1218 ], | 1218 ], |
1219 } | 1219 } |
OLD | NEW |