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

Side by Side Diff: src/tools/mac/dump_syms/dump_syms.xcodeproj/project.pbxproj

Issue 1438483002: Make dump_syms buildable under newer versions of Xcode. (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | 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 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after
1610 ../../../testing/gtest/include, 1610 ../../../testing/gtest/include,
1611 ); 1611 );
1612 PRODUCT_NAME = macho_reader_unittest; 1612 PRODUCT_NAME = macho_reader_unittest;
1613 }; 1613 };
1614 name = Release; 1614 name = Release;
1615 }; 1615 };
1616 B8C5B5131166531B00D34F4E /* Debug */ = { 1616 B8C5B5131166531B00D34F4E /* Debug */ = {
1617 isa = XCBuildConfiguration; 1617 isa = XCBuildConfiguration;
1618 buildSettings = { 1618 buildSettings = {
1619 GCC_PREPROCESSOR_DEFINITIONS = HAVE_MACH_O_NLIST _H; 1619 GCC_PREPROCESSOR_DEFINITIONS = HAVE_MACH_O_NLIST _H;
1620 GCC_VERSION = "";
1620 PRODUCT_NAME = dump_syms; 1621 PRODUCT_NAME = dump_syms;
1622 SDKROOT = macosx;
1621 }; 1623 };
1622 name = Debug; 1624 name = Debug;
1623 }; 1625 };
1624 B8C5B5141166531B00D34F4E /* Release */ = { 1626 B8C5B5141166531B00D34F4E /* Release */ = {
1625 isa = XCBuildConfiguration; 1627 isa = XCBuildConfiguration;
1626 buildSettings = { 1628 buildSettings = {
1627 GCC_PREPROCESSOR_DEFINITIONS = HAVE_MACH_O_NLIST _H; 1629 GCC_PREPROCESSOR_DEFINITIONS = HAVE_MACH_O_NLIST _H;
1630 GCC_VERSION = "";
1628 PRODUCT_NAME = dump_syms; 1631 PRODUCT_NAME = dump_syms;
1632 SDKROOT = macosx;
1629 }; 1633 };
1630 name = Release; 1634 name = Release;
1631 }; 1635 };
1632 D21F97D411CBA0F200239E38 /* Debug */ = { 1636 D21F97D411CBA0F200239E38 /* Debug */ = {
1633 isa = XCBuildConfiguration; 1637 isa = XCBuildConfiguration;
1634 buildSettings = { 1638 buildSettings = {
1635 HEADER_SEARCH_PATHS = ( 1639 HEADER_SEARCH_PATHS = (
1636 $inherited, 1640 $inherited,
1637 ../../../testing, 1641 ../../../testing,
1638 ../../../testing/include, 1642 ../../../testing/include,
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1810 D21F97D411CBA0F200239E38 /* Debug */, 1814 D21F97D411CBA0F200239E38 /* Debug */,
1811 D21F97D511CBA0F200239E38 /* Release */, 1815 D21F97D511CBA0F200239E38 /* Release */,
1812 ); 1816 );
1813 defaultConfigurationIsVisible = 0; 1817 defaultConfigurationIsVisible = 0;
1814 defaultConfigurationName = Release; 1818 defaultConfigurationName = Release;
1815 }; 1819 };
1816 /* End XCConfigurationList section */ 1820 /* End XCConfigurationList section */
1817 }; 1821 };
1818 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; 1822 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
1819 } 1823 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698