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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 101783011: Added isolates for remaining tests on GPU bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed maruel's review feedback. Created 6 years, 11 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
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 2996 matching lines...) Expand 10 before | Expand all | Expand 10 after
3007 '../sync/sync.gyp:sync_java', 3007 '../sync/sync.gyp:sync_java',
3008 '../sync/sync.gyp:sync_java_test_support', 3008 '../sync/sync.gyp:sync_java_test_support',
3009 ], 3009 ],
3010 'includes': [ '../build/java.gypi' ], 3010 'includes': [ '../build/java.gypi' ],
3011 }, 3011 },
3012 ], 3012 ],
3013 }], 3013 }],
3014 ['test_isolation_mode != "noop"', { 3014 ['test_isolation_mode != "noop"', {
3015 'targets': [ 3015 'targets': [
3016 { 3016 {
3017 'target_name': 'angle_unittests_run',
3018 'type': 'none',
3019 'dependencies': [
3020 '../gpu/gpu.gyp:angle_unittests',
3021 ],
3022 'includes': [
3023 '../build/isolate.gypi',
3024 'angle_unittests.isolate',
3025 ],
3026 'sources': [
3027 'angle_unittests.isolate',
3028 ],
3029 },
3030 {
3017 'target_name': 'browser_tests_run', 3031 'target_name': 'browser_tests_run',
3018 'type': 'none', 3032 'type': 'none',
3019 'dependencies': [ 3033 'dependencies': [
3020 'browser_tests', 3034 'browser_tests',
3021 'chrome', 3035 'chrome',
3022 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi n', 3036 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi n',
3023 ], 3037 ],
3024 'includes': [ 3038 'includes': [
3025 '../build/isolate.gypi', 3039 '../build/isolate.gypi',
3026 'browser_tests.isolate', 3040 'browser_tests.isolate',
3027 ], 3041 ],
3028 'sources': [ 3042 'sources': [
3029 'browser_tests.isolate', 3043 'browser_tests.isolate',
3030 ], 3044 ],
3031 }, 3045 },
3032 { 3046 {
3047 'target_name': 'content_gl_tests_run',
3048 'type': 'none',
3049 'dependencies': [
3050 '../content/content_shell_and_tests.gyp:content_gl_tests',
3051 'chrome_run',
3052 ],
3053 'includes': [
3054 '../build/isolate.gypi',
3055 'content_gl_tests.isolate',
3056 ],
3057 'sources': [
3058 'content_gl_tests.isolate',
3059 ],
3060 },
3061 {
3062 'target_name': 'gles2_conform_test_run',
3063 'type': 'none',
3064 'dependencies': [
3065 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
3066 ],
3067 'includes': [
3068 '../build/isolate.gypi',
3069 'gles2_conform_test.isolate',
3070 ],
3071 'sources': [
3072 'gles2_conform_test.isolate',
3073 ],
3074 },
3075 {
3076 'target_name': 'gl_tests_run',
3077 'type': 'none',
3078 'dependencies': [
3079 '../gpu/gpu.gyp:gl_tests',
3080 ],
3081 'includes': [
3082 '../build/isolate.gypi',
3083 'gl_tests.isolate',
3084 ],
3085 'sources': [
3086 'gl_tests.isolate',
3087 ],
3088 },
3089 {
3033 'target_name': 'interactive_ui_tests_run', 3090 'target_name': 'interactive_ui_tests_run',
3034 'type': 'none', 3091 'type': 'none',
3035 'dependencies': [ 3092 'dependencies': [
3036 'interactive_ui_tests', 3093 'interactive_ui_tests',
3037 ], 3094 ],
3038 'conditions': [ 3095 'conditions': [
3039 ['use_x11 == 1', { 3096 ['use_x11 == 1', {
3040 'dependencies': [ 3097 'dependencies': [
3041 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3098 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3042 ], 3099 ],
(...skipping 22 matching lines...) Expand all
3065 ], 3122 ],
3066 'includes': [ 3123 'includes': [
3067 '../build/isolate.gypi', 3124 '../build/isolate.gypi',
3068 'sync_integration_tests.isolate', 3125 'sync_integration_tests.isolate',
3069 ], 3126 ],
3070 'sources': [ 3127 'sources': [
3071 'sync_integration_tests.isolate', 3128 'sync_integration_tests.isolate',
3072 ], 3129 ],
3073 }, 3130 },
3074 { 3131 {
3132 'target_name': 'tab_capture_performance_tests_run',
3133 'type': 'none',
3134 'dependencies': [
3135 'performance_browser_tests',
3136 'chrome_run',
3137 ],
3138 'includes': [
3139 '../build/isolate.gypi',
3140 'tab_capture_performance_tests.isolate',
3141 ],
3142 'sources': [
3143 'tab_capture_performance_tests.isolate',
3144 ],
3145 },
3146 {
3075 'target_name': 'telemetry_gpu_test_run', 3147 'target_name': 'telemetry_gpu_test_run',
3076 'type': 'none', 3148 'type': 'none',
3077 'dependencies': [ 3149 'dependencies': [
3078 'chrome_run', 3150 'chrome_run',
3079 ], 3151 ],
3080 'includes': [ 3152 'includes': [
3081 '../build/isolate.gypi', 3153 '../build/isolate.gypi',
3082 'telemetry_gpu_test.isolate', 3154 'telemetry_gpu_test.isolate',
3083 ], 3155 ],
3084 'sources': [ 3156 'sources': [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
3117 'utility', 3189 'utility',
3118 ], 3190 ],
3119 'sources': [ 3191 'sources': [
3120 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3192 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3121 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3193 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3122 ], 3194 ],
3123 }] 3195 }]
3124 }], 3196 }],
3125 ], # 'conditions' 3197 ], # 'conditions'
3126 } 3198 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698