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

Unified Diff: build/common.gypi

Issue 866023003: Fetch Kasko crash reporter for use with SyzyASAN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « DEPS ('k') | build/get_syzygy_binaries.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 46125c88916fc25350c38fc5f2d23f9920013836..b7b42ed08fd7933c1ed15a326bbcbc631b306be4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2790,6 +2790,9 @@
'MEMORY_TOOL_REPLACES_ALLOCATOR',
'MEMORY_SANITIZER_INITIAL_SIZE',
],
+ 'include_dirs': [
+ '<(DEPTH)/third_party/kasko/include',
+ ],
}],
['OS=="win"', {
'defines': [
« no previous file with comments | « DEPS ('k') | build/get_syzygy_binaries.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698