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

Unified Diff: chrome/chrome_tests.gypi

Issue 1361523003: Add crash_service to Telemetry's isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fck
Patch Set: Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/telemetry.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
+ }],
],
},
{
« no previous file with comments | « no previous file | chrome/telemetry.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698