| 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 'type': '<(gtest_target_type)', | 286 'type': '<(gtest_target_type)', |
| 287 'dependencies': [ | 287 'dependencies': [ |
| 288 '../base/base.gyp:base', | 288 '../base/base.gyp:base', |
| 289 '../base/base.gyp:test_support_base', | 289 '../base/base.gyp:test_support_base', |
| 290 '../testing/gtest.gyp:gtest', | 290 '../testing/gtest.gyp:gtest', |
| 291 '../testing/perf/perf_test.gyp:perf_test', | 291 '../testing/perf/perf_test.gyp:perf_test', |
| 292 '../ui/gfx/gfx.gyp:gfx_geometry', | 292 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 293 '../ui/gl/gl.gyp:gl', | 293 '../ui/gl/gl.gyp:gl', |
| 294 ], | 294 ], |
| 295 'sources': [ | 295 'sources': [ |
| 296 'perftests/measurements.cc', |
| 296 'perftests/run_all_tests.cc', | 297 'perftests/run_all_tests.cc', |
| 297 'perftests/texture_upload_perftest.cc', | 298 'perftests/texture_upload_perftest.cc', |
| 298 ], | 299 ], |
| 299 }, | 300 }, |
| 300 { | 301 { |
| 301 # GN version: //gpu:gl_tests | 302 # GN version: //gpu:gl_tests |
| 302 'target_name': 'gl_tests', | 303 'target_name': 'gl_tests', |
| 303 'type': '<(gtest_target_type)', | 304 'type': '<(gtest_target_type)', |
| 304 'dependencies': [ | 305 'dependencies': [ |
| 305 '../base/base.gyp:base', | 306 '../base/base.gyp:base', |
| (...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 '../build/isolate.gypi', | 703 '../build/isolate.gypi', |
| 703 ], | 704 ], |
| 704 'sources': [ | 705 'sources': [ |
| 705 'gpu_unittests.isolate', | 706 'gpu_unittests.isolate', |
| 706 ], | 707 ], |
| 707 }, | 708 }, |
| 708 ], | 709 ], |
| 709 }], | 710 }], |
| 710 ], | 711 ], |
| 711 } | 712 } |
| OLD | NEW |