Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Side by Side Diff: gpu/gpu.gyp

Issue 974913003: gpu: Run texture upload perf test with different texture formats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move format check closer to where the format is used to determine the number of bits per pixel. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gpu/BUILD.gn ('k') | gpu/perftests/texture_upload_perftest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 280 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
281 'msvs_disabled_warnings': [ 4267, ], 281 'msvs_disabled_warnings': [ 4267, ],
282 }, 282 },
283 { 283 {
284 # GN version: //gpu/gpu_perftests 284 # GN version: //gpu/gpu_perftests
285 'target_name': 'gpu_perftests', 285 'target_name': 'gpu_perftests',
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/gmock.gyp:gmock',
290 '../testing/gtest.gyp:gtest', 291 '../testing/gtest.gyp:gtest',
291 '../testing/perf/perf_test.gyp:perf_test', 292 '../testing/perf/perf_test.gyp:perf_test',
292 '../ui/gfx/gfx.gyp:gfx_geometry', 293 '../ui/gfx/gfx.gyp:gfx_geometry',
293 '../ui/gl/gl.gyp:gl', 294 '../ui/gl/gl.gyp:gl',
294 'command_buffer_service', 295 'command_buffer_service',
295 ], 296 ],
296 'sources': [ 297 'sources': [
297 'perftests/measurements.cc', 298 'perftests/measurements.cc',
298 'perftests/run_all_tests.cc', 299 'perftests/run_all_tests.cc',
299 'perftests/texture_upload_perftest.cc', 300 'perftests/texture_upload_perftest.cc',
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 '../build/isolate.gypi', 733 '../build/isolate.gypi',
733 ], 734 ],
734 'sources': [ 735 'sources': [
735 'gpu_unittests.isolate', 736 'gpu_unittests.isolate',
736 ], 737 ],
737 }, 738 },
738 ], 739 ],
739 }], 740 }],
740 ], 741 ],
741 } 742 }
OLDNEW
« no previous file with comments | « gpu/BUILD.gn ('k') | gpu/perftests/texture_upload_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698