Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 5d727d819c622c9d604865f7ae0cee54071bc223..2044f5f0c4ed02e9a129fb7086b0f5853eb840f1 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -3226,6 +3226,19 @@ |
], |
}, |
}, |
+ { |
+ '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', |
@@ -3243,6 +3256,11 @@ |
'../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_database_util', |
], |
}], |
+ ['OS=="win"', { |
+ 'dependencies': [ |
+ 'chrome.gyp:crash_service', |
+ ], |
+ }], |
], |
}, |
{ |