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

Side by Side Diff: net/net.xcodeproj/project.pbxproj

Issue 17212: Update googletest (gtest) to 1.2.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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 unified diff | Download patch | Annotate | Revision Log
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 CA70C1C70E6C78D300FBEF81 /* All */ = { 10 CA70C1C70E6C78D300FBEF81 /* All */ = {
(...skipping 1745 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 isa = XCBuildConfiguration; 1756 isa = XCBuildConfiguration;
1757 baseConfigurationReference = 7BED31700E5A145200A747DB /* executable.xcconfig */; 1757 baseConfigurationReference = 7BED31700E5A145200A747DB /* executable.xcconfig */;
1758 buildSettings = { 1758 buildSettings = {
1759 GCC_PREPROCESSOR_DEFINITIONS = ( 1759 GCC_PREPROCESSOR_DEFINITIONS = (
1760 "$(GCC_PREPROCESSOR_DEFINITIONS)", 1760 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1761 UNIT_TEST, 1761 UNIT_TEST,
1762 ); 1762 );
1763 HEADER_SEARCH_PATHS = ( 1763 HEADER_SEARCH_PATHS = (
1764 "$(HEADER_SEARCH_PATHS)", 1764 "$(HEADER_SEARCH_PATHS)",
1765 .., 1765 ..,
1766 "../sdch/open-vcdiff/src",
1767 ../testing/gtest/include, 1766 ../testing/gtest/include,
1768 ../testing/gtest/include/gtest, 1767 ../testing/gtest/include/gtest,
1768 "../sdch/open-vcdiff/src",
1769 ); 1769 );
1770 PRODUCT_NAME = net_unittests; 1770 PRODUCT_NAME = net_unittests;
1771 }; 1771 };
1772 name = Debug; 1772 name = Debug;
1773 }; 1773 };
1774 E4AFA6260E523E2A00201347 /* Release */ = { 1774 E4AFA6260E523E2A00201347 /* Release */ = {
1775 isa = XCBuildConfiguration; 1775 isa = XCBuildConfiguration;
1776 baseConfigurationReference = 7BED31700E5A145200A747DB /* executable.xcconfig */; 1776 baseConfigurationReference = 7BED31700E5A145200A747DB /* executable.xcconfig */;
1777 buildSettings = { 1777 buildSettings = {
1778 GCC_PREPROCESSOR_DEFINITIONS = ( 1778 GCC_PREPROCESSOR_DEFINITIONS = (
1779 "$(GCC_PREPROCESSOR_DEFINITIONS)", 1779 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1780 UNIT_TEST, 1780 UNIT_TEST,
1781 ); 1781 );
1782 HEADER_SEARCH_PATHS = ( 1782 HEADER_SEARCH_PATHS = (
1783 "$(HEADER_SEARCH_PATHS)", 1783 "$(HEADER_SEARCH_PATHS)",
1784 .., 1784 ..,
1785 "../sdch/open-vcdiff/src",
1786 ../testing/gtest/include, 1785 ../testing/gtest/include,
1787 ../testing/gtest/include/gtest, 1786 ../testing/gtest/include/gtest,
1787 "../sdch/open-vcdiff/src",
1788 ); 1788 );
1789 PRODUCT_NAME = net_unittests; 1789 PRODUCT_NAME = net_unittests;
1790 }; 1790 };
1791 name = Release; 1791 name = Release;
1792 }; 1792 };
1793 E4AFA6590E52423A00201347 /* Debug */ = { 1793 E4AFA6590E52423A00201347 /* Debug */ = {
1794 isa = XCBuildConfiguration; 1794 isa = XCBuildConfiguration;
1795 buildSettings = { 1795 buildSettings = {
1796 PRODUCT_NAME = run_net_unittests; 1796 PRODUCT_NAME = run_net_unittests;
1797 }; 1797 };
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1849 E4AFA6590E52423A00201347 /* Debug */, 1849 E4AFA6590E52423A00201347 /* Debug */,
1850 E4AFA65A0E52423A00201347 /* Release */, 1850 E4AFA65A0E52423A00201347 /* Release */,
1851 ); 1851 );
1852 defaultConfigurationIsVisible = 0; 1852 defaultConfigurationIsVisible = 0;
1853 defaultConfigurationName = Release; 1853 defaultConfigurationName = Release;
1854 }; 1854 };
1855 /* End XCConfigurationList section */ 1855 /* End XCConfigurationList section */
1856 }; 1856 };
1857 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; 1857 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
1858 } 1858 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698