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

Side by Side Diff: content/content_tests.gypi

Issue 971393002: Adds a couple of simple micro benchmarks for the TaskQueueManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Responding to feedback 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
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 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1233 '../testing/perf/perf_test.gyp:*', 1233 '../testing/perf/perf_test.gyp:*',
1234 '../ui/gfx/gfx.gyp:gfx', 1234 '../ui/gfx/gfx.gyp:gfx',
1235 '../ui/gfx/gfx.gyp:gfx_geometry', 1235 '../ui/gfx/gfx.gyp:gfx_geometry',
1236 ], 1236 ],
1237 'include_dirs': [ 1237 'include_dirs': [
1238 '..', 1238 '..',
1239 ], 1239 ],
1240 'sources': [ 1240 'sources': [
1241 'browser/net/sqlite_persistent_cookie_store_perftest.cc', 1241 'browser/net/sqlite_persistent_cookie_store_perftest.cc',
1242 'browser/renderer_host/input/input_router_impl_perftest.cc', 1242 'browser/renderer_host/input/input_router_impl_perftest.cc',
1243 'renderer/scheduler/task_queue_manager_perftest.cc',
1243 'common/cc_messages_perftest.cc', 1244 'common/cc_messages_perftest.cc',
1244 'test/run_all_perftests.cc', 1245 'test/run_all_perftests.cc',
1245 ], 1246 ],
1246 'conditions': [ 1247 'conditions': [
1247 ['OS == "android"', { 1248 ['OS == "android"', {
1248 'dependencies': [ 1249 'dependencies': [
1249 '../testing/android/native_test.gyp:native_test_native_code', 1250 '../testing/android/native_test.gyp:native_test_native_code',
1250 ], 1251 ],
1251 }], 1252 }],
1252 ['OS=="win" and component!="shared_library" and win_use_allocator_sh im==1', { 1253 ['OS=="win" and component!="shared_library" and win_use_allocator_sh im==1', {
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
2143 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2144 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2144 }, 2145 },
2145 ], 2146 ],
2146 }], 2147 }],
2147 ], 2148 ],
2148 }, 2149 },
2149 ], 2150 ],
2150 }], 2151 }],
2151 ], 2152 ],
2152 } 2153 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698