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

Unified Diff: src/tools/mac/dump_syms/dump_syms.xcodeproj/project.pbxproj

Issue 1973113002: Replaced glibc version of elf.h with musl version of elf.h. (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Added comment to change in elf_reader Created 4 years, 7 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 | « src/third_party/musl/include/elf.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tools/mac/dump_syms/dump_syms.xcodeproj/project.pbxproj
diff --git a/src/tools/mac/dump_syms/dump_syms.xcodeproj/project.pbxproj b/src/tools/mac/dump_syms/dump_syms.xcodeproj/project.pbxproj
index 976a9983e25849e62b898d8417f49e218576ce9a..2e6bd9e102e9bc080c18c6693a6bd2075cbc5166 100644
--- a/src/tools/mac/dump_syms/dump_syms.xcodeproj/project.pbxproj
+++ b/src/tools/mac/dump_syms/dump_syms.xcodeproj/project.pbxproj
@@ -1238,7 +1238,7 @@
HEADER_SEARCH_PATHS = (
../../..,
../../../common/mac/include/,
- ../../../third_party/glibc/elf/,
+ ../../../third_party/musl/include/,
);
};
name = Debug;
@@ -1250,7 +1250,7 @@
HEADER_SEARCH_PATHS = (
../../..,
../../../common/mac/include/,
- ../../../third_party/glibc/elf/,
+ ../../../third_party/musl/include/,
);
};
name = Release;
« no previous file with comments | « src/third_party/musl/include/elf.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698