| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 37f6b5c369743689919e65aa6c7503365e968da3..8569bed8cecb00dc34b015bb6232afac4b1b8f1f 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -3180,6 +3180,30 @@
|
| ['test_isolation_mode != "noop"', {
|
| 'targets': [
|
| {
|
| + 'target_name': 'telemetry_chrome_test_base',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + '../content/content_shell_and_tests.gyp:telemetry_base',
|
| + ],
|
| + 'conditions': [
|
| + ['OS=="linux" or OS=="mac"', {
|
| + 'dependencies': [
|
| + '../breakpad/breakpad.gyp:dump_syms',
|
| + ],
|
| + }],
|
| + ['OS=="mac"', {
|
| + 'dependencies': [
|
| + '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_database_util',
|
| + ],
|
| + }],
|
| + ['OS=="win"', {
|
| + 'dependencies': [
|
| + 'chrome.gyp:crash_service',
|
| + ],
|
| + }],
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'browser_tests_run',
|
| 'type': 'none',
|
| 'dependencies': [
|
| @@ -3202,6 +3226,20 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'telemetry_perf_unittests',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'chrome_run',
|
| + 'telemetry_chrome_test_base'
|
| + ],
|
| + 'includes': [
|
| + '../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'telemetry_perf_unittests.isolate',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'telemetry_gpu_unittests',
|
| 'type': 'none',
|
| 'dependencies': [
|
| @@ -3297,30 +3335,6 @@
|
| },
|
| },
|
| {
|
| - 'target_name': 'telemetry_chrome_test_base',
|
| - 'type': 'none',
|
| - 'dependencies': [
|
| - '../content/content_shell_and_tests.gyp:telemetry_base',
|
| - ],
|
| - 'conditions': [
|
| - ['OS=="linux" or OS=="mac"', {
|
| - 'dependencies': [
|
| - '../breakpad/breakpad.gyp:dump_syms',
|
| - ],
|
| - }],
|
| - ['OS=="mac"', {
|
| - 'dependencies': [
|
| - '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_database_util',
|
| - ],
|
| - }],
|
| - ['OS=="win"', {
|
| - 'dependencies': [
|
| - 'chrome.gyp:crash_service',
|
| - ],
|
| - }],
|
| - ],
|
| - },
|
| - {
|
| # GN: //gpu:angle_unittests_run
|
| 'target_name': 'angle_unittests_run',
|
| 'type': 'none',
|
|
|