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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 26570007: Add minidump_stackwalk and chrome to chromium_gpu*_builder targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« build/all.gyp ('K') | « build/all.gyp ('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 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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 2486 matching lines...) Expand 10 before | Expand all | Expand 10 after
2497 'test/data/resource.rc', 2497 'test/data/resource.rc',
2498 ], 2498 ],
2499 }], 2499 }],
2500 ['toolkit_views==1', { 2500 ['toolkit_views==1', {
2501 'dependencies': [ 2501 'dependencies': [
2502 '../ui/views/views.gyp:views', 2502 '../ui/views/views.gyp:views',
2503 ], 2503 ],
2504 }], 2504 }],
2505 ], 2505 ],
2506 }, 2506 },
2507 {
2508 # Executable that contains all the tests to be run on the GPU bots.
2509 'target_name': 'gpu_tests',
2510 'type': 'executable',
2511 'dependencies': [
2512 # Runtime dependencies
2513 '../third_party/mesa/mesa.gyp:osmesa',
2514 ],
2515 'includes': [
2516 'test/gpu/test_support_gpu.gypi'
2517 ],
2518 'sources': [
2519 'test/gpu/gpu_feature_browsertest.cc',
2520 ],
2521 },
2522 ], 2507 ],
2523 'conditions': [ 2508 'conditions': [
2524 ['OS=="mac"', { 2509 ['OS=="mac"', {
2525 'targets': [ 2510 'targets': [
2526 { 2511 {
2527 # This is the mac equivalent of the security_tests target below. It 2512 # This is the mac equivalent of the security_tests target below. It
2528 # generates a framework bundle which bundles tests to be run in a 2513 # generates a framework bundle which bundles tests to be run in a
2529 # renderer process. The test code is built as a framework so it can be 2514 # renderer process. The test code is built as a framework so it can be
2530 # run in the context of a renderer without shipping the code to end 2515 # run in the context of a renderer without shipping the code to end
2531 # users. 2516 # users.
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
2929 # We need to build this during compile step, so enabling here. 2914 # We need to build this during compile step, so enabling here.
2930 '../content/content.gyp:content_browsertests', 2915 '../content/content.gyp:content_browsertests',
2931 '../courgette/courgette.gyp:courgette_unittests', 2916 '../courgette/courgette.gyp:courgette_unittests',
2932 '../crypto/crypto.gyp:crypto_unittests', 2917 '../crypto/crypto.gyp:crypto_unittests',
2933 '../jingle/jingle.gyp:jingle_unittests', 2918 '../jingle/jingle.gyp:jingle_unittests',
2934 '../net/net.gyp:net_perftests', 2919 '../net/net.gyp:net_perftests',
2935 '../third_party/WebKit/public/all.gyp:all_blink', 2920 '../third_party/WebKit/public/all.gyp:all_blink',
2936 '../url/url.gyp:url_unittests', 2921 '../url/url.gyp:url_unittests',
2937 'browser_tests', 2922 'browser_tests',
2938 'chromedriver_unittests', 2923 'chromedriver_unittests',
2939 'gpu_tests',
2940 'performance_ui_tests', 2924 'performance_ui_tests',
2941 'pyautolib', 2925 'pyautolib',
2942 'sync_integration_tests', 2926 'sync_integration_tests',
2943 ]}], 2927 ]}],
2944 ['OS=="mac"', { 2928 ['OS=="mac"', {
2945 'dependencies': [ 2929 'dependencies': [
2946 # Placeholder; empty for now. 2930 # Placeholder; empty for now.
2947 ]}], 2931 ]}],
2948 ], # 'conditions' 2932 ], # 'conditions'
2949 'actions': [ 2933 'actions': [
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
3178 'utility', 3162 'utility',
3179 ], 3163 ],
3180 'sources': [ 3164 'sources': [
3181 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3165 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3182 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3166 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3183 ], 3167 ],
3184 }] 3168 }]
3185 }], 3169 }],
3186 ], # 'conditions' 3170 ], # 'conditions'
3187 } 3171 }
OLDNEW
« build/all.gyp ('K') | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698