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

Unified Diff: chrome_elf/blacklist.gypi

Issue 154653002: Breakpad coverage for chrome_elf start up (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments and catch crashes in blacklist intercept code 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/blacklist.gypi
diff --git a/chrome_elf/blacklist.gypi b/chrome_elf/blacklist.gypi
index 2db49417b9e0b1d04af46ed9d3eb71121b50166c..ecd745afc9200eebafbf90cc27cd6687d646004c 100644
--- a/chrome_elf/blacklist.gypi
+++ b/chrome_elf/blacklist.gypi
@@ -7,6 +7,7 @@
'target_name': 'blacklist',
'type': 'static_library',
'include_dirs': [
+ '..',
'<(SHARED_INTERMEDIATE_DIR)',
],
'sources': [
@@ -21,7 +22,10 @@
# chrome_elf cannot do.
'../base/base.gyp:base_static',
'../chrome/chrome.gyp:chrome_version_header',
- '../sandbox/sandbox.gyp:sandbox',
+ '../chrome_elf/chrome_elf.gyp:chrome_elf_breakpad',
+ # TODO(caitkp): Why do we need this here?
robertshield 2014/02/10 18:43:14 possibly for the test target (blacklist_test_main_
Cait (Slow) 2014/02/12 19:15:41 Fixed by fwd declaring the ExceptionHandler.
+ '../breakpad/breakpad.gyp:breakpad_handler',
+ '../sandbox/sandbox.gyp:sandbox',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698