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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 702903004: Add chrome perf tests and sniffer to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: whitespace fix Created 6 years, 1 month 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 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 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 2850 matching lines...) Expand 10 before | Expand all | Expand 10 after
2861 ], 2861 ],
2862 'include_dirs': [ 2862 'include_dirs': [
2863 '..,' 2863 '..,'
2864 ], 2864 ],
2865 }, 2865 },
2866 ], 2866 ],
2867 'conditions': [ 2867 'conditions': [
2868 ['OS!="mac"', { 2868 ['OS!="mac"', {
2869 'targets': [ 2869 'targets': [
2870 { 2870 {
2871 # This test appears to be a legacy target consisting of files not yet
2872 # moved elsewhere.
2873 #
2874 # GN version: //chrome/test/perf
2871 'target_name': 'perf_tests', 2875 'target_name': 'perf_tests',
2872 'type': 'executable', 2876 'type': 'executable',
2873 'dependencies': [ 2877 'dependencies': [
2874 'browser', 2878 'browser',
2875 'chrome_resources.gyp:chrome_resources', 2879 'chrome_resources.gyp:chrome_resources',
2876 'chrome_resources.gyp:chrome_strings', 2880 'chrome_resources.gyp:chrome_strings',
2877 'common', 2881 'common',
2878 'renderer', 2882 'renderer',
2879 '../content/content.gyp:content_gpu', 2883 '../content/content.gyp:content_gpu',
2880 '../content/content_shell_and_tests.gyp:test_support_content', 2884 '../content/content_shell_and_tests.gyp:test_support_content',
2881 '../base/base.gyp:base', 2885 '../base/base.gyp:base',
2882 '../base/base.gyp:test_support_base', 2886 '../base/base.gyp:test_support_base',
2883 '../base/base.gyp:test_support_perf', 2887 '../base/base.gyp:test_support_perf',
2884 '../skia/skia.gyp:skia', 2888 '../skia/skia.gyp:skia',
2885 '../testing/gtest.gyp:gtest', 2889 '../testing/gtest.gyp:gtest',
2886 ], 2890 ],
2887 'sources': [ 2891 'sources': [
2892 # Note: Sources list duplicated in GN build.
2888 'test/perf/perftests.cc', 2893 'test/perf/perftests.cc',
2889 'test/perf/url_parse_perftest.cc', 2894 'test/perf/url_parse_perftest.cc',
2890 '../content/browser/net/sqlite_persistent_cookie_store_perftest.cc', 2895 '../content/browser/net/sqlite_persistent_cookie_store_perftest.cc',
2891 ], 2896 ],
2892 'conditions': [ 2897 'conditions': [
2893 ['use_x11==1', { 2898 ['use_x11==1', {
2894 'dependencies': [ 2899 'dependencies': [
2895 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2900 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2896 ], 2901 ],
2897 }], 2902 }],
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
3183 ], 3188 ],
3184 }, 3189 },
3185 ], 3190 ],
3186 }], 3191 }],
3187 ], 3192 ],
3188 }], 3193 }],
3189 ], 3194 ],
3190 }], 3195 }],
3191 [ 'enable_mdns == 1', { 3196 [ 'enable_mdns == 1', {
3192 'targets': [{ 3197 'targets': [{
3198 # GN version: //chrome/tools/service_discovery_sniffer
3193 'target_name': 'service_discovery_sniffer', 3199 'target_name': 'service_discovery_sniffer',
3194 'type': 'executable', 3200 'type': 'executable',
3195 'dependencies': [ 3201 'dependencies': [
3196 '../net/net.gyp:net', 3202 '../net/net.gyp:net',
3197 '../base/base.gyp:base', 3203 '../base/base.gyp:base',
3198 '../base/base.gyp:test_support_base', 3204 '../base/base.gyp:test_support_base',
3199 'utility', 3205 'utility',
3200 ], 3206 ],
3201 'sources': [ 3207 'sources': [
3202 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3208 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3203 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3209 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3204 ], 3210 ],
3205 'conditions': [ 3211 'conditions': [
3206 ['enable_webrtc==1', { 3212 ['enable_webrtc==1', {
3207 'dependencies': [ 3213 'dependencies': [
3208 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3214 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3209 ] 3215 ]
3210 }], 3216 }],
3211 ], 3217 ],
3212 }] 3218 }]
3213 }], 3219 }],
3214 ], # 'conditions' 3220 ], # 'conditions'
3215 } 3221 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | chrome/test/perf/perftests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698