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

Unified Diff: chrome_elf/chrome_elf.gyp

Issue 2077323004: Remove dependency on base/win/win_util.cc from crashpad. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Dont run the ELFImportsTest for component builds 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
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',
scottmg 2016/06/20 19:47:52 Add the .h's here too.
ananta 2016/06/20 19:50:50 Done.
'<(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': {

Powered by Google App Engine
This is Rietveld 408576698