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

Side by Side Diff: media/media.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 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 isa = XCBuildConfiguration; 744 isa = XCBuildConfiguration;
745 baseConfigurationReference = 7BED31700E5A145200A747DB /* executable.xcconfig */; 745 baseConfigurationReference = 7BED31700E5A145200A747DB /* executable.xcconfig */;
746 buildSettings = { 746 buildSettings = {
747 GCC_PREPROCESSOR_DEFINITIONS = ( 747 GCC_PREPROCESSOR_DEFINITIONS = (
748 "$(GCC_PREPROCESSOR_DEFINITIONS)", 748 "$(GCC_PREPROCESSOR_DEFINITIONS)",
749 UNIT_TEST, 749 UNIT_TEST,
750 ); 750 );
751 HEADER_SEARCH_PATHS = ( 751 HEADER_SEARCH_PATHS = (
752 "$(HEADER_SEARCH_PATHS)", 752 "$(HEADER_SEARCH_PATHS)",
753 .., 753 ..,
754 "../sdch/open-vcdiff/src",
755 ../testing/gtest/include, 754 ../testing/gtest/include,
756 ../testing/gtest/include/gtest, 755 ../testing/gtest/include/gtest,
756 "../sdch/open-vcdiff/src",
757 ); 757 );
758 PRODUCT_NAME = media_unittests; 758 PRODUCT_NAME = media_unittests;
759 }; 759 };
760 name = Debug; 760 name = Debug;
761 }; 761 };
762 E4AFA6260E523E2A00201347 /* Release */ = { 762 E4AFA6260E523E2A00201347 /* Release */ = {
763 isa = XCBuildConfiguration; 763 isa = XCBuildConfiguration;
764 baseConfigurationReference = 7BED31700E5A145200A747DB /* executable.xcconfig */; 764 baseConfigurationReference = 7BED31700E5A145200A747DB /* executable.xcconfig */;
765 buildSettings = { 765 buildSettings = {
766 GCC_PREPROCESSOR_DEFINITIONS = ( 766 GCC_PREPROCESSOR_DEFINITIONS = (
767 "$(GCC_PREPROCESSOR_DEFINITIONS)", 767 "$(GCC_PREPROCESSOR_DEFINITIONS)",
768 UNIT_TEST, 768 UNIT_TEST,
769 ); 769 );
770 HEADER_SEARCH_PATHS = ( 770 HEADER_SEARCH_PATHS = (
771 "$(HEADER_SEARCH_PATHS)", 771 "$(HEADER_SEARCH_PATHS)",
772 .., 772 ..,
773 "../sdch/open-vcdiff/src",
774 ../testing/gtest/include, 773 ../testing/gtest/include,
775 ../testing/gtest/include/gtest, 774 ../testing/gtest/include/gtest,
775 "../sdch/open-vcdiff/src",
776 ); 776 );
777 PRODUCT_NAME = media_unittests; 777 PRODUCT_NAME = media_unittests;
778 }; 778 };
779 name = Release; 779 name = Release;
780 }; 780 };
781 E4AFA6590E52423A00201347 /* Debug */ = { 781 E4AFA6590E52423A00201347 /* Debug */ = {
782 isa = XCBuildConfiguration; 782 isa = XCBuildConfiguration;
783 buildSettings = { 783 buildSettings = {
784 PRODUCT_NAME = run_media_unittests; 784 PRODUCT_NAME = run_media_unittests;
785 }; 785 };
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 E4AFA6590E52423A00201347 /* Debug */, 837 E4AFA6590E52423A00201347 /* Debug */,
838 E4AFA65A0E52423A00201347 /* Release */, 838 E4AFA65A0E52423A00201347 /* Release */,
839 ); 839 );
840 defaultConfigurationIsVisible = 0; 840 defaultConfigurationIsVisible = 0;
841 defaultConfigurationName = Release; 841 defaultConfigurationName = Release;
842 }; 842 };
843 /* End XCConfigurationList section */ 843 /* End XCConfigurationList section */
844 }; 844 };
845 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; 845 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
846 } 846 }
OLDNEW
« no previous file with comments | « DEPS ('k') | net/net.xcodeproj/project.pbxproj » ('j') | testing/gtest.xcodeproj/project.pbxproj » ('J')

Powered by Google App Engine
This is Rietveld 408576698