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

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: 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 2856 matching lines...) Expand 10 before | Expand all | Expand 10 after
2867 ], 2867 ],
2868 'include_dirs': [ 2868 'include_dirs': [
2869 '..,' 2869 '..,'
2870 ], 2870 ],
2871 }, 2871 },
2872 ], 2872 ],
2873 'conditions': [ 2873 'conditions': [
2874 ['OS!="mac"', { 2874 ['OS!="mac"', {
2875 'targets': [ 2875 'targets': [
2876 { 2876 {
2877 # This test appears to be a legacy target consisting of files not yet
2878 # moved elsewhere.
2879 #
2880 # GN version: //chrome/test/perf
2877 'target_name': 'perf_tests', 2881 'target_name': 'perf_tests',
2878 'type': 'executable', 2882 'type': 'executable',
2879 'dependencies': [ 2883 'dependencies': [
2880 'browser', 2884 'browser',
2881 'chrome_resources.gyp:chrome_resources', 2885 'chrome_resources.gyp:chrome_resources',
2882 'chrome_resources.gyp:chrome_strings', 2886 'chrome_resources.gyp:chrome_strings',
2883 'common', 2887 'common',
2884 'renderer', 2888 'renderer',
2885 '../content/content.gyp:content_gpu', 2889 '../content/content.gyp:content_gpu',
2886 '../content/content_shell_and_tests.gyp:test_support_content', 2890 '../content/content_shell_and_tests.gyp:test_support_content',
2887 '../base/base.gyp:base', 2891 '../base/base.gyp:base',
2888 '../base/base.gyp:test_support_base', 2892 '../base/base.gyp:test_support_base',
2889 '../base/base.gyp:test_support_perf', 2893 '../base/base.gyp:test_support_perf',
2890 '../skia/skia.gyp:skia', 2894 '../skia/skia.gyp:skia',
2891 '../testing/gtest.gyp:gtest', 2895 '../testing/gtest.gyp:gtest',
2892 ], 2896 ],
2893 'sources': [ 2897 'sources': [
2898 # Note: Sources list duplicated in GN build.
2894 'test/perf/perftests.cc', 2899 'test/perf/perftests.cc',
2895 'test/perf/url_parse_perftest.cc', 2900 'test/perf/url_parse_perftest.cc',
2896 '../content/browser/net/sqlite_persistent_cookie_store_perftest.cc', 2901 '../content/browser/net/sqlite_persistent_cookie_store_perftest.cc',
2897 ], 2902 ],
2898 'conditions': [ 2903 'conditions': [
2899 ['use_x11==1', { 2904 ['use_x11==1', {
2900 'dependencies': [ 2905 'dependencies': [
2901 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2906 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2902 ], 2907 ],
2903 }], 2908 }],
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
3189 ], 3194 ],
3190 }, 3195 },
3191 ], 3196 ],
3192 }], 3197 }],
3193 ], 3198 ],
3194 }], 3199 }],
3195 ], 3200 ],
3196 }], 3201 }],
3197 [ 'enable_mdns == 1', { 3202 [ 'enable_mdns == 1', {
3198 'targets': [{ 3203 'targets': [{
3204 # GN version: //chrome/tools/service_discovery_sniffer
3199 'target_name': 'service_discovery_sniffer', 3205 'target_name': 'service_discovery_sniffer',
3200 'type': 'executable', 3206 'type': 'executable',
3201 'dependencies': [ 3207 'dependencies': [
3202 '../net/net.gyp:net', 3208 '../net/net.gyp:net',
3203 '../base/base.gyp:base', 3209 '../base/base.gyp:base',
3204 '../base/base.gyp:test_support_base', 3210 '../base/base.gyp:test_support_base',
3205 'utility', 3211 'utility',
3206 ], 3212 ],
3207 'sources': [ 3213 'sources': [
3208 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3214 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3209 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3215 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3210 ], 3216 ],
3211 'conditions': [ 3217 'conditions': [
3212 ['enable_webrtc==1', { 3218 ['enable_webrtc==1', {
3213 'dependencies': [ 3219 'dependencies': [
3214 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3220 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3215 ] 3221 ]
3216 }], 3222 }],
3217 ], 3223 ],
3218 }] 3224 }]
3219 }], 3225 }],
3220 ], # 'conditions' 3226 ], # 'conditions'
3221 } 3227 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698