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

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: Create isolate for binary_manager dependencies. 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_chrome_test.isolate » ('j') | tools/perf/core/binary_dependencies.json » ('J')
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 07f1de2b213311dc71d461d0a97de29bf443008e..cfaddd60acff84966d59abe58d193fe2b69de14a 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3236,6 +3236,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_chrome_test.isolate » ('j') | tools/perf/core/binary_dependencies.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698