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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « src/third_party/musl/include/elf.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // !$*UTF8*$! 1 // !$*UTF8*$!
2 { 2 {
3 archiveVersion = 1; 3 archiveVersion = 1;
4 classes = { 4 classes = {
5 }; 5 };
6 objectVersion = 45; 6 objectVersion = 45;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXAggregateTarget section */ 9 /* Begin PBXAggregateTarget section */
10 B88FAFC9116BDCAD00407530 /* all_unittests */ = { 10 B88FAFC9116BDCAD00407530 /* all_unittests */ = {
(...skipping 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1231 /* End PBXTargetDependency section */ 1231 /* End PBXTargetDependency section */
1232 1232
1233 /* Begin XCBuildConfiguration section */ 1233 /* Begin XCBuildConfiguration section */
1234 1DEB927908733DD40010E9CD /* Debug */ = { 1234 1DEB927908733DD40010E9CD /* Debug */ = {
1235 isa = XCBuildConfiguration; 1235 isa = XCBuildConfiguration;
1236 baseConfigurationReference = 8B3102D411F0D60300FCF3E4 /* BreakpadDebug.xcconfig */; 1236 baseConfigurationReference = 8B3102D411F0D60300FCF3E4 /* BreakpadDebug.xcconfig */;
1237 buildSettings = { 1237 buildSettings = {
1238 HEADER_SEARCH_PATHS = ( 1238 HEADER_SEARCH_PATHS = (
1239 ../../.., 1239 ../../..,
1240 ../../../common/mac/include/, 1240 ../../../common/mac/include/,
1241 » » » » » ../../../third_party/glibc/elf/, 1241 » » » » » ../../../third_party/musl/include/,
1242 ); 1242 );
1243 }; 1243 };
1244 name = Debug; 1244 name = Debug;
1245 }; 1245 };
1246 1DEB927A08733DD40010E9CD /* Release */ = { 1246 1DEB927A08733DD40010E9CD /* Release */ = {
1247 isa = XCBuildConfiguration; 1247 isa = XCBuildConfiguration;
1248 baseConfigurationReference = 8B3102D511F0D60300FCF3E4 /* BreakpadRelease.xcconfig */; 1248 baseConfigurationReference = 8B3102D511F0D60300FCF3E4 /* BreakpadRelease.xcconfig */;
1249 buildSettings = { 1249 buildSettings = {
1250 HEADER_SEARCH_PATHS = ( 1250 HEADER_SEARCH_PATHS = (
1251 ../../.., 1251 ../../..,
1252 ../../../common/mac/include/, 1252 ../../../common/mac/include/,
1253 » » » » » ../../../third_party/glibc/elf/, 1253 » » » » » ../../../third_party/musl/include/,
1254 ); 1254 );
1255 }; 1255 };
1256 name = Release; 1256 name = Release;
1257 }; 1257 };
1258 B84A91F6116CF784006C210E /* Debug */ = { 1258 B84A91F6116CF784006C210E /* Debug */ = {
1259 isa = XCBuildConfiguration; 1259 isa = XCBuildConfiguration;
1260 buildSettings = { 1260 buildSettings = {
1261 HEADER_SEARCH_PATHS = ( 1261 HEADER_SEARCH_PATHS = (
1262 $inherited, 1262 $inherited,
1263 ../../../testing, 1263 ../../../testing,
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1830 D21F97D411CBA0F200239E38 /* Debug */, 1830 D21F97D411CBA0F200239E38 /* Debug */,
1831 D21F97D511CBA0F200239E38 /* Release */, 1831 D21F97D511CBA0F200239E38 /* Release */,
1832 ); 1832 );
1833 defaultConfigurationIsVisible = 0; 1833 defaultConfigurationIsVisible = 0;
1834 defaultConfigurationName = Release; 1834 defaultConfigurationName = Release;
1835 }; 1835 };
1836 /* End XCConfigurationList section */ 1836 /* End XCConfigurationList section */
1837 }; 1837 };
1838 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; 1838 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
1839 } 1839 }
OLDNEW
« 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