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

Unified Diff: chrome_elf/chrome_elf.gyp

Issue 154653002: Breakpad coverage for chrome_elf start up (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More breakpad, less base Created 6 years, 10 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 83514e73670541d8b6ddb75b63a8d780da09a97a..e131b1b2494a2eb15cf3316088559bf3b9f09c02 100644
--- a/chrome_elf/chrome_elf.gyp
+++ b/chrome_elf/chrome_elf.gyp
@@ -16,8 +16,11 @@
'type': 'shared_library',
'include_dirs': [
'..',
+ '<(SHARED_INTERMEDIATE_DIR)',
],
'sources': [
+ 'breakpad.cc',
+ 'breakpad.h',
'chrome_elf.def',
'chrome_elf_main.cc',
'chrome_elf_main.h',
@@ -25,6 +28,8 @@
'dependencies': [
'blacklist',
'chrome_elf_lib',
+ '../breakpad/breakpad.gyp:breakpad_handler',
+ '../chrome/chrome.gyp:chrome_version_header',
],
'msvs_settings': {
'VCLinkerTool': {
@@ -59,7 +64,9 @@
'../base/base.gyp:base',
'../base/base.gyp:run_all_unittests',
'../base/base.gyp:test_support_base',
+ '../breakpad/breakpad.gyp:breakpad_handler',
'../sandbox/sandbox.gyp:sandbox',
+ '../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'blacklist',
'blacklist_test_dll_1',

Powered by Google App Engine
This is Rietveld 408576698