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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 23724030: chrome: Remove visitedlink_perftest.cc from perf_tests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2902 matching lines...) Expand 10 before | Expand all | Expand 10 after
2913 '../base/base.gyp:test_support_base', 2913 '../base/base.gyp:test_support_base',
2914 '../base/base.gyp:test_support_perf', 2914 '../base/base.gyp:test_support_perf',
2915 '../skia/skia.gyp:skia', 2915 '../skia/skia.gyp:skia',
2916 '../testing/gtest.gyp:gtest', 2916 '../testing/gtest.gyp:gtest',
2917 '../webkit/support/webkit_support.gyp:glue', 2917 '../webkit/support/webkit_support.gyp:glue',
2918 ], 2918 ],
2919 'sources': [ 2919 'sources': [
2920 'test/perf/perftests.cc', 2920 'test/perf/perftests.cc',
2921 'test/perf/url_parse_perftest.cc', 2921 'test/perf/url_parse_perftest.cc',
2922 '../content/browser/net/sqlite_persistent_cookie_store_perftest.cc', 2922 '../content/browser/net/sqlite_persistent_cookie_store_perftest.cc',
2923
2924 # TODO(boliu): Move this to a separate components_perftest target
2925 # under components/.
2926 '../components/visitedlink/test/visitedlink_perftest.cc',
2927 ], 2923 ],
2928 'conditions': [ 2924 'conditions': [
2929 ['use_x11==1', { 2925 ['use_x11==1', {
2930 'dependencies': [ 2926 'dependencies': [
2931 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2932 ], 2928 ],
2933 }], 2929 }],
2934 ['toolkit_uses_gtk == 1', { 2930 ['toolkit_uses_gtk == 1', {
2935 'dependencies': [ 2931 'dependencies': [
2936 '../build/linux/system.gyp:gtk', 2932 '../build/linux/system.gyp:gtk',
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
3519 'utility', 3515 'utility',
3520 ], 3516 ],
3521 'sources': [ 3517 'sources': [
3522 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3518 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3523 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3519 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3524 ], 3520 ],
3525 }] 3521 }]
3526 }], 3522 }],
3527 ], # 'conditions' 3523 ], # 'conditions'
3528 } 3524 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698