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

Side by Side Diff: content/content_tests.gypi

Issue 1220753005: content: perf tests for GpuMemoryBuffers mapping and data coherency Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update to ToT + needed CLs (1128113011, 1134993003, 1208603002 and 1212133006) Created 5 years, 5 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 | « content/common/gpu/client/gpu_memory_buffer_impl_perftest.cc ('k') | no next file » | 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 '../ui/gfx/gfx.gyp:gfx', 1290 '../ui/gfx/gfx.gyp:gfx',
1291 '../ui/gfx/gfx.gyp:gfx_geometry', 1291 '../ui/gfx/gfx.gyp:gfx_geometry',
1292 ], 1292 ],
1293 'include_dirs': [ 1293 'include_dirs': [
1294 '..', 1294 '..',
1295 ], 1295 ],
1296 'sources': [ 1296 'sources': [
1297 'browser/renderer_host/input/input_router_impl_perftest.cc', 1297 'browser/renderer_host/input/input_router_impl_perftest.cc',
1298 'common/cc_messages_perftest.cc', 1298 'common/cc_messages_perftest.cc',
1299 'common/discardable_shared_memory_heap_perftest.cc', 1299 'common/discardable_shared_memory_heap_perftest.cc',
1300 'common/gpu/client/gpu_memory_buffer_impl_perftest.cc',
1300 'test/run_all_perftests.cc', 1301 'test/run_all_perftests.cc',
1301 ], 1302 ],
1302 'conditions': [ 1303 'conditions': [
1303 ['OS == "android"', { 1304 ['OS == "android"', {
1304 'dependencies': [ 1305 'dependencies': [
1305 '../testing/android/native_test.gyp:native_test_native_code', 1306 '../testing/android/native_test.gyp:native_test_native_code',
1306 ], 1307 ],
1307 }], 1308 }],
1308 ['OS=="win" and component!="shared_library" and win_use_allocator_sh im==1', { 1309 ['OS=="win" and component!="shared_library" and win_use_allocator_sh im==1', {
1309 'dependencies': [ 1310 'dependencies': [
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
2070 ], 2071 ],
2071 }, 2072 },
2072 'includes': [ 2073 'includes': [
2073 '../build/host_jar.gypi', 2074 '../build/host_jar.gypi',
2074 ], 2075 ],
2075 }, 2076 },
2076 ], 2077 ],
2077 }], 2078 }],
2078 ], 2079 ],
2079 } 2080 }
OLDNEW
« no previous file with comments | « content/common/gpu/client/gpu_memory_buffer_impl_perftest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698