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

Unified Diff: chrome/chrome.gyp

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 | « build/buildflag_header.gni ('k') | chrome/tools/crash_service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 9495002cc879b2e3006b5f74f015801fb0266611..227bec8cbc598927e9cc2056ddf9f5927674e56d 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -420,6 +420,7 @@
],
},
{
+ # GN version: //chrome/tools/crash_service
'target_name': 'crash_service',
'type': 'executable',
'dependencies': [
@@ -488,6 +489,7 @@
},
},
{
+ # GN version: //chrome/tools/crash_service:crash_service_win64
'target_name': 'crash_service_win64',
'type': 'executable',
'product_name': 'crash_service64',
« no previous file with comments | « build/buildflag_header.gni ('k') | chrome/tools/crash_service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698