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

Unified Diff: chrome_elf/chrome_elf.gyp

Issue 2053953002: Add chrome_crash_reporter_client_win.cc to the source file list for chrome_elf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 4 years, 6 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 | « chrome_elf/DEPS ('k') | components/crash/content/app/crashpad.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/chrome_elf.gyp
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
index 034476a6568d865848c9ab957e793ab99fa4c2c8..22e77b81eeae13a8e9752068a366f69d01ff0277 100644
--- a/chrome_elf/chrome_elf.gyp
+++ b/chrome_elf/chrome_elf.gyp
@@ -37,6 +37,7 @@
'chrome_elf.def',
'chrome_elf_main.cc',
'chrome_elf_main.h',
+ '../chrome/app/chrome_crash_reporter_client_win.cc',
'<(SHARED_INTERMEDIATE_DIR)/chrome_elf/chrome_elf_version.rc',
],
'dependencies': [
@@ -44,6 +45,8 @@
'chrome_elf_breakpad',
'chrome_elf_resources',
'../chrome/chrome.gyp:install_static_util',
+ '../components/components.gyp:crash_component',
+ '../components/components.gyp:crash_core_common',
],
'msvs_settings': {
'VCLinkerTool': {
« no previous file with comments | « chrome_elf/DEPS ('k') | components/crash/content/app/crashpad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698