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

Unified Diff: content/shell/BUILD.gn

Issue 1491363002: Add chrome crash service to GN build on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add is_win Created 5 years 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 | « components/crash/content/tools/BUILD.gn ('k') | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 9178ec825e0b2745b44adb43f42937385088ae51..58fa35083ce0999c7de15306135771f79c96e711 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -453,7 +453,7 @@ if (!is_android && !is_mac) {
if (is_win) {
# GYP version: content/content_shell_and_tests.gyp:content_shell_crash_service
- executable("crash_service") {
+ executable("content_shell_crash_service") {
sources = [
"tools/content_shell_crash_service.cc",
]
« no previous file with comments | « components/crash/content/tools/BUILD.gn ('k') | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698