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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1685853002: Delete bogus telemetry_gpu_new_test_run target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | 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 '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 3377 matching lines...) Expand 10 before | Expand all | Expand 10 after
3388 'type': 'none', 3388 'type': 'none',
3389 'dependencies': [ 3389 'dependencies': [
3390 'browser_tests_run', 3390 'browser_tests_run',
3391 'gpu_tests_base', 3391 'gpu_tests_base',
3392 ], 3392 ],
3393 'sources': [ 3393 'sources': [
3394 'tab_capture_end2end_tests.isolate', 3394 'tab_capture_end2end_tests.isolate',
3395 ], 3395 ],
3396 }, 3396 },
3397 { 3397 {
3398 'target_name': 'telemetry_gpu_new_test_run',
3399 'type': 'none',
3400 'dependencies': [
3401 'chrome_run',
3402 'telemetry_chrome_test_base'
3403 ],
3404 'includes': [
3405 '../build/isolate.gypi',
3406 ],
3407 'sources': [
3408 'telemetry_gpu_new_test.isolate',
3409 ],
3410 },
3411 {
3412 'target_name': 'telemetry_gpu_test_run', 3398 'target_name': 'telemetry_gpu_test_run',
3413 'type': 'none', 3399 'type': 'none',
3414 'dependencies': [ 3400 'dependencies': [
3415 'chrome_run', 3401 'chrome_run',
3416 'gpu_tests_base', 3402 'gpu_tests_base',
3417 'telemetry_chrome_test_base', 3403 'telemetry_chrome_test_base',
3418 ], 3404 ],
3419 'sources': [ 3405 'sources': [
3420 'telemetry_gpu_test.isolate', 3406 'telemetry_gpu_test.isolate',
3421 ], 3407 ],
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
3507 'browser', 3493 'browser',
3508 ], 3494 ],
3509 'sources': [ 3495 'sources': [
3510 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3496 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3511 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3497 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3512 ], 3498 ],
3513 }] 3499 }]
3514 }], 3500 }],
3515 ], # 'conditions' 3501 ], # 'conditions'
3516 } 3502 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698