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

Unified Diff: content/shell/BUILD.gn

Issue 2782603002: Enable content shell crash integration test on Windows (Closed)
Patch Set: updates Created 3 years, 9 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: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 2f5c0aeca9fe9d90566491a351075c3412614570..16cc7463cec25b9124593045590086ba563c2348 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -793,7 +793,10 @@ group("content_shell_crash_test") {
]
}
if (is_win) {
- data_deps += [ ":content_shell_crash_service" ]
+ data_deps += [
+ ":content_shell_crash_service",
+ "//build/win:copy_cdb_to_output",
+ ]
}
if (is_posix && !is_android) {
data_deps += [

Powered by Google App Engine
This is Rietveld 408576698