Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(54)

Side by Side Diff: src/client/mac/Breakpad.xcodeproj/project.pbxproj

Issue 245001: Record sent crashes on Mac (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Fix review comments Created 14 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/client/mac/Framework/Breakpad.h » ('j') | 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 F94585840F782326009A47BF /* All */ = { 10 F94585840F782326009A47BF /* All */ = {
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 D2F9A41512131EF0002747C1 /* libgtest.a */ = {isa = PBXFileRefere nce; explicitFileType = archive.ar; includeInIndex = 0; path = libgtest.a; sourc eTree = BUILT_PRODUCTS_DIR; }; 564 D2F9A41512131EF0002747C1 /* libgtest.a */ = {isa = PBXFileRefere nce; explicitFileType = archive.ar; includeInIndex = 0; path = libgtest.a; sourc eTree = BUILT_PRODUCTS_DIR; };
565 D2F9A43C12131F55002747C1 /* gmock-all.cc */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "gmock-a ll.cc"; path = "../../testing/src/gmock-all.cc"; sourceTree = SOURCE_ROOT; }; 565 D2F9A43C12131F55002747C1 /* gmock-all.cc */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "gmock-a ll.cc"; path = "../../testing/src/gmock-all.cc"; sourceTree = SOURCE_ROOT; };
566 D2F9A43E12131F65002747C1 /* gtest_main.cc */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gtest_m ain.cc; path = ../../testing/gtest/src/gtest_main.cc; sourceTree = "<group>"; }; 566 D2F9A43E12131F65002747C1 /* gtest_main.cc */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gtest_m ain.cc; path = ../../testing/gtest/src/gtest_main.cc; sourceTree = "<group>"; };
567 D2F9A43F12131F65002747C1 /* gtest-all.cc */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "gtest-a ll.cc"; path = "../../testing/gtest/src/gtest-all.cc"; sourceTree = "<group>"; } ; 567 D2F9A43F12131F65002747C1 /* gtest-all.cc */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "gtest-a ll.cc"; path = "../../testing/gtest/src/gtest-all.cc"; sourceTree = "<group>"; } ;
568 D2F9A4C4121336C7002747C1 /* client_info.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = client_info .h; path = crash_generation/client_info.h; sourceTree = "<group>"; }; 568 D2F9A4C4121336C7002747C1 /* client_info.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = client_info .h; path = crash_generation/client_info.h; sourceTree = "<group>"; };
569 D2F9A4C5121336C7002747C1 /* crash_generation_client.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crash_generation_client.h; path = crash_generation/crash_generation_client.h; s ourceTree = "<group>"; }; 569 D2F9A4C5121336C7002747C1 /* crash_generation_client.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crash_generation_client.h; path = crash_generation/crash_generation_client.h; s ourceTree = "<group>"; };
570 D2F9A4C6121336C7002747C1 /* crash_generation_client.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; n ame = crash_generation_client.cc; path = crash_generation/crash_generation_clien t.cc; sourceTree = "<group>"; }; 570 D2F9A4C6121336C7002747C1 /* crash_generation_client.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; n ame = crash_generation_client.cc; path = crash_generation/crash_generation_clien t.cc; sourceTree = "<group>"; };
571 D2F9A4C7121336C7002747C1 /* crash_generation_server.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crash_generation_server.h; path = crash_generation/crash_generation_server.h; s ourceTree = "<group>"; }; 571 D2F9A4C7121336C7002747C1 /* crash_generation_server.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crash_generation_server.h; path = crash_generation/crash_generation_server.h; s ourceTree = "<group>"; };
572 D2F9A4C8121336C7002747C1 /* crash_generation_server.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; n ame = crash_generation_server.cc; path = crash_generation/crash_generation_serve r.cc; sourceTree = "<group>"; }; 572 D2F9A4C8121336C7002747C1 /* crash_generation_server.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; n ame = crash_generation_server.cc; path = crash_generation/crash_generation_serve r.cc; sourceTree = "<group>"; };
573 D2F9A4CE121336F7002747C1 /* crash_generation_server_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.c pp; name = crash_generation_server_test.cc; path = tests/crash_generation_server _test.cc; sourceTree = "<group>"; }; 573 D2F9A4CE121336F7002747C1 /* crash_generation_server_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.c pp; name = crash_generation_server_test.cc; path = tests/crash_generation_server _test.cc; sourceTree = "<group>"; };
574 » » D2F9A546121383A1002747C1 /* crash_generation_server_test */ = {i sa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeI nIndex = 0; path = crash_generation_server_test; sourceTree = BUILT_PRODUCTS_DIR ; }; 574 » » D2F9A546121383A1002747C1 /* handler_test */ = {isa = PBXFileRefe rence; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = handler_test; sourceTree = BUILT_PRODUCTS_DIR; };
Mark Mentovai 2010/12/17 20:22:38 This file wasn’t in the changelist initially and i
575 DE43467411C72855004F095F /* da */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = da; path = sender/da.lproj/Localizab le.strings; sourceTree = "<group>"; }; 575 DE43467411C72855004F095F /* da */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = da; path = sender/da.lproj/Localizab le.strings; sourceTree = "<group>"; };
576 DE43467511C72857004F095F /* de */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = de; path = sender/de.lproj/Localizab le.strings; sourceTree = "<group>"; }; 576 DE43467511C72857004F095F /* de */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = de; path = sender/de.lproj/Localizab le.strings; sourceTree = "<group>"; };
577 DE43467611C7285B004F095F /* es */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = es; path = sender/es.lproj/Localizab le.strings; sourceTree = "<group>"; }; 577 DE43467611C7285B004F095F /* es */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = es; path = sender/es.lproj/Localizab le.strings; sourceTree = "<group>"; };
578 DE43467711C72862004F095F /* fr */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = fr; path = sender/fr.lproj/Localizab le.strings; sourceTree = "<group>"; }; 578 DE43467711C72862004F095F /* fr */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = fr; path = sender/fr.lproj/Localizab le.strings; sourceTree = "<group>"; };
579 DE43467811C72869004F095F /* it */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = it; path = sender/it.lproj/Localizab le.strings; sourceTree = "<group>"; }; 579 DE43467811C72869004F095F /* it */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = it; path = sender/it.lproj/Localizab le.strings; sourceTree = "<group>"; };
580 DE43467911C7286D004F095F /* nl */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = nl; path = sender/nl.lproj/Localizab le.strings; sourceTree = "<group>"; }; 580 DE43467911C7286D004F095F /* nl */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = nl; path = sender/nl.lproj/Localizab le.strings; sourceTree = "<group>"; };
581 DE43467A11C72873004F095F /* no */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = no; path = sender/no.lproj/Localizab le.strings; sourceTree = "<group>"; }; 581 DE43467A11C72873004F095F /* no */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = no; path = sender/no.lproj/Localizab le.strings; sourceTree = "<group>"; };
582 DE43467B11C72877004F095F /* sl */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = sl; path = sender/sl.lproj/Localizab le.strings; sourceTree = "<group>"; }; 582 DE43467B11C72877004F095F /* sl */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = sl; path = sender/sl.lproj/Localizab le.strings; sourceTree = "<group>"; };
583 DE43467C11C7287A004F095F /* sv */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = sv; path = sender/sv.lproj/Localizab le.strings; sourceTree = "<group>"; }; 583 DE43467C11C7287A004F095F /* sv */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = sv; path = sender/sv.lproj/Localizab le.strings; sourceTree = "<group>"; };
584 DE43467E11C728DC004F095F /* ja */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = ja; path = sender/ja.lproj/Localizab le.strings; sourceTree = "<group>"; }; 584 DE43467E11C728DC004F095F /* ja */ = {isa = PBXFileReference; las tKnownFileType = text.plist.strings; name = ja; path = sender/ja.lproj/Localizab le.strings; sourceTree = "<group>"; };
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 8DC2EF5B0486A6940098B216 /* Breakpad.framework * /, 798 8DC2EF5B0486A6940098B216 /* Breakpad.framework * /,
799 F92C53540ECCE349009BE4BA /* Inspector */, 799 F92C53540ECCE349009BE4BA /* Inspector */,
800 F92C563C0ECD10B3009BE4BA /* breakpadUtilities.dy lib */, 800 F92C563C0ECD10B3009BE4BA /* breakpadUtilities.dy lib */,
801 F92C56A00ECE04A7009BE4BA /* crash_report_sender. app */, 801 F92C56A00ECE04A7009BE4BA /* crash_report_sender. app */,
802 F9C44DA50EF060A8003AEBAA /* BreakpadTest.app */, 802 F9C44DA50EF060A8003AEBAA /* BreakpadTest.app */,
803 F9C77DDA0F7DD5CF0045F7DB /* UnitTests.octest */, 803 F9C77DDA0F7DD5CF0045F7DB /* UnitTests.octest */,
804 F93803BE0F80820F004D428B /* generator_test */, 804 F93803BE0F80820F004D428B /* generator_test */,
805 F93DE2D10F82A67300608B94 /* minidump_file_writer _unittest */, 805 F93DE2D10F82A67300608B94 /* minidump_file_writer _unittest */,
806 F93DE32C0F82C55600608B94 /* handler_test */, 806 F93DE32C0F82C55600608B94 /* handler_test */,
807 D2F9A41512131EF0002747C1 /* libgtest.a */, 807 D2F9A41512131EF0002747C1 /* libgtest.a */,
808 » » » » D2F9A546121383A1002747C1 /* crash_generation_ser ver_test */, 808 » » » » D2F9A546121383A1002747C1 /* handler_test */,
809 D23F4BAB12A868A500686C8D /* minidump_generator_t est_helper */, 809 D23F4BAB12A868A500686C8D /* minidump_generator_t est_helper */,
810 ); 810 );
811 name = Products; 811 name = Products;
812 sourceTree = "<group>"; 812 sourceTree = "<group>";
813 }; 813 };
814 0867D691FE84028FC02AAC07 /* Breakpad */ = { 814 0867D691FE84028FC02AAC07 /* Breakpad */ = {
815 isa = PBXGroup; 815 isa = PBXGroup;
816 children = ( 816 children = (
817 D2F9A43812131F3B002747C1 /* gtest */, 817 D2F9A43812131F3B002747C1 /* gtest */,
818 8B31FFF611F0C90500FCF3E4 /* Breakpad.xcconfig */ , 818 8B31FFF611F0C90500FCF3E4 /* Breakpad.xcconfig */ ,
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 D2F9A52D121383A1002747C1 /* Sources */, 1176 D2F9A52D121383A1002747C1 /* Sources */,
1177 D2F9A53E121383A1002747C1 /* Frameworks */, 1177 D2F9A53E121383A1002747C1 /* Frameworks */,
1178 ); 1178 );
1179 buildRules = ( 1179 buildRules = (
1180 ); 1180 );
1181 dependencies = ( 1181 dependencies = (
1182 D2F9A52B121383A1002747C1 /* PBXTargetDependency */, 1182 D2F9A52B121383A1002747C1 /* PBXTargetDependency */,
1183 ); 1183 );
1184 name = crash_generation_server_test; 1184 name = crash_generation_server_test;
1185 productName = handler_test; 1185 productName = handler_test;
1186 » » » productReference = D2F9A546121383A1002747C1 /* crash_gen eration_server_test */; 1186 » » » productReference = D2F9A546121383A1002747C1 /* handler_t est */;
1187 productType = "com.apple.product-type.tool"; 1187 productType = "com.apple.product-type.tool";
1188 }; 1188 };
1189 F92C53530ECCE349009BE4BA /* Inspector */ = { 1189 F92C53530ECCE349009BE4BA /* Inspector */ = {
1190 isa = PBXNativeTarget; 1190 isa = PBXNativeTarget;
1191 buildConfigurationList = F92C53580ECCE36D009BE4BA /* Bui ld configuration list for PBXNativeTarget "Inspector" */; 1191 buildConfigurationList = F92C53580ECCE36D009BE4BA /* Bui ld configuration list for PBXNativeTarget "Inspector" */;
1192 buildPhases = ( 1192 buildPhases = (
1193 F94584840F27FB40009A47BF /* Change install name of breakpadUtilities */, 1193 F94584840F27FB40009A47BF /* Change install name of breakpadUtilities */,
1194 F92C53510ECCE349009BE4BA /* Sources */, 1194 F92C53510ECCE349009BE4BA /* Sources */,
1195 F92C53520ECCE349009BE4BA /* Frameworks */, 1195 F92C53520ECCE349009BE4BA /* Frameworks */,
1196 ); 1196 );
(...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after
2642 F93DE3C00F830E7000608B94 /* Debug With Code Cove rage */, 2642 F93DE3C00F830E7000608B94 /* Debug With Code Cove rage */,
2643 F9C77DDD0F7DD5D00045F7DB /* Release */, 2643 F9C77DDD0F7DD5D00045F7DB /* Release */,
2644 ); 2644 );
2645 defaultConfigurationIsVisible = 0; 2645 defaultConfigurationIsVisible = 0;
2646 defaultConfigurationName = Release; 2646 defaultConfigurationName = Release;
2647 }; 2647 };
2648 /* End XCConfigurationList section */ 2648 /* End XCConfigurationList section */
2649 }; 2649 };
2650 rootObject = 0867D690FE84028FC02AAC07 /* Project object */; 2650 rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
2651 } 2651 }
OLDNEW
« no previous file with comments | « no previous file | src/client/mac/Framework/Breakpad.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted