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

Unified Diff: chrome/test/BUILD.gn

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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 460dcdea0d9ac07a107ae08849c05de60d444525..204078ff6394ad725b18d39c76cbf51dd44d380f 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -605,6 +605,10 @@ if (!is_android) {
"//tools/telemetry:bitmaptools",
]
+ if (is_win) {
+ data_deps += [ "//content/shell:crash_service" ]
+ }
+
data = [
"//content/test/gpu/",
"//content/test/data/gpu/",

Powered by Google App Engine
This is Rietveld 408576698