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

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: Use Environment Vars to get program dir 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..24fcec6232527f298fe99f9f6e9899eaffea2460 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,8 @@
# 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',
+ '../sandbox/sandbox.gyp:sandbox',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698