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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 807753002: Add angle_end2end_tests target and isolate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unneeded and incorrect reference to ShInitialize/Finalize. Created 6 years 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
« no previous file with comments | « chrome/angle_end2end_tests.isolate ('k') | gpu/angle_end2end_tests_main.cc » ('j') | 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 '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 3201 matching lines...) Expand 10 before | Expand all | Expand 10 after
3212 'dependencies': [ 3212 'dependencies': [
3213 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_c onform_test', 3213 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_c onform_test',
3214 'gpu_tests_base', 3214 'gpu_tests_base',
3215 ], 3215 ],
3216 'sources': [ 3216 'sources': [
3217 'gles2_conform_test.isolate', 3217 'gles2_conform_test.isolate',
3218 ], 3218 ],
3219 }, 3219 },
3220 ], 3220 ],
3221 }], 3221 }],
3222 ['OS=="win"', {
3223 'targets': [
3224 {
3225 'target_name': 'angle_end2end_tests_run',
3226 'type': 'none',
3227 'dependencies': [
3228 '../gpu/gpu.gyp:angle_end2end_tests',
3229 'gpu_tests_base',
3230 ],
3231 'sources': [
3232 'angle_end2end_tests.isolate',
3233 ],
3234 },
3235 ],
3236 }],
3222 ], 3237 ],
3223 }], 3238 }],
3224 ], 3239 ],
3225 }], 3240 }],
3226 [ 'enable_mdns == 1', { 3241 [ 'enable_mdns == 1', {
3227 'targets': [{ 3242 'targets': [{
3228 # GN version: //chrome/tools/service_discovery_sniffer 3243 # GN version: //chrome/tools/service_discovery_sniffer
3229 'target_name': 'service_discovery_sniffer', 3244 'target_name': 'service_discovery_sniffer',
3230 'type': 'executable', 3245 'type': 'executable',
3231 'dependencies': [ 3246 'dependencies': [
(...skipping 10 matching lines...) Expand all
3242 ['enable_webrtc==1', { 3257 ['enable_webrtc==1', {
3243 'dependencies': [ 3258 'dependencies': [
3244 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3259 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3245 ] 3260 ]
3246 }], 3261 }],
3247 ], 3262 ],
3248 }] 3263 }]
3249 }], 3264 }],
3250 ], # 'conditions' 3265 ], # 'conditions'
3251 } 3266 }
OLDNEW
« no previous file with comments | « chrome/angle_end2end_tests.isolate ('k') | gpu/angle_end2end_tests_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698