Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 2044f5f0c4ed02e9a129fb7086b0f5853eb840f1..5d727d819c622c9d604865f7ae0cee54071bc223 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -3226,19 +3226,6 @@ |
], |
}, |
}, |
- { |
- 'target_name': 'telemetry_gpu_unittests_run', |
- 'type': 'none', |
- 'dependencies': [ |
- '../content/content_shell_and_tests.gyp:telemetry_base', |
- ], |
- 'includes': [ |
- '../build/isolate.gypi', |
- ], |
- 'sources': [ |
- 'telemetry_gpu_unittests.isolate', |
- ], |
- }, |
{ |
'target_name': 'telemetry_chrome_test_base', |
'type': 'none', |
@@ -3254,11 +3241,6 @@ |
['OS=="mac"', { |
'dependencies': [ |
'../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_database_util', |
- ], |
- }], |
- ['OS=="win"', { |
- 'dependencies': [ |
- 'chrome.gyp:crash_service', |
], |
}], |
], |