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

Side by Side Diff: tools/v8.xcodeproj/project.pbxproj

Issue 115814: Implement a dynamically growing memory log buffer with an upper limit. (Closed)
Patch Set: Created 11 years, 6 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
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 7BF891930E73098D000BAF8A /* All */ = { 10 7BF891930E73098D000BAF8A /* All */ = {
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 89F23C980E78D5E7006B2466 /* builtins-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1090E719B8F00D62E90 /* builtins-arm.cc */; }; 198 89F23C980E78D5E7006B2466 /* builtins-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1090E719B8F00D62E90 /* builtins-arm.cc */; };
199 89F23C990E78D5E9006B2466 /* codegen-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1140E719B8F00D62E90 /* codegen-arm.cc */; }; 199 89F23C990E78D5E9006B2466 /* codegen-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1140E719B8F00D62E90 /* codegen-arm.cc */; };
200 89F23C9A0E78D5EC006B2466 /* cpu-arm.cc in Sources */ = {isa = PB XBuildFile; fileRef = 897FF1230E719B8F00D62E90 /* cpu-arm.cc */; }; 200 89F23C9A0E78D5EC006B2466 /* cpu-arm.cc in Sources */ = {isa = PB XBuildFile; fileRef = 897FF1230E719B8F00D62E90 /* cpu-arm.cc */; };
201 89F23C9B0E78D5EE006B2466 /* disasm-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF12A0E719B8F00D62E90 /* disasm-arm.cc */; }; 201 89F23C9B0E78D5EE006B2466 /* disasm-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF12A0E719B8F00D62E90 /* disasm-arm.cc */; };
202 89F23C9C0E78D5F1006B2466 /* frames-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1370E719B8F00D62E90 /* frames-arm.cc */; }; 202 89F23C9C0E78D5F1006B2466 /* frames-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1370E719B8F00D62E90 /* frames-arm.cc */; };
203 89F23C9D0E78D5FB006B2466 /* ic-arm.cc in Sources */ = {isa = PBX BuildFile; fileRef = 897FF1490E719B8F00D62E90 /* ic-arm.cc */; }; 203 89F23C9D0E78D5FB006B2466 /* ic-arm.cc in Sources */ = {isa = PBX BuildFile; fileRef = 897FF1490E719B8F00D62E90 /* ic-arm.cc */; };
204 89F23C9E0E78D5FD006B2466 /* macro-assembler-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1540E719B8F00D62E90 /* macro-assembler-ar m.cc */; }; 204 89F23C9E0E78D5FD006B2466 /* macro-assembler-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1540E719B8F00D62E90 /* macro-assembler-ar m.cc */; };
205 89F23C9F0E78D604006B2466 /* simulator-arm.cc in Sources */ = {is a = PBXBuildFile; fileRef = 897FF17D0E719B8F00D62E90 /* simulator-arm.cc */; }; 205 89F23C9F0E78D604006B2466 /* simulator-arm.cc in Sources */ = {is a = PBXBuildFile; fileRef = 897FF17D0E719B8F00D62E90 /* simulator-arm.cc */; };
206 89F23CA00E78D609006B2466 /* stub-cache-arm.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 897FF18A0E719B8F00D62E90 /* stub-cache-arm.cc */; } ; 206 89F23CA00E78D609006B2466 /* stub-cache-arm.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 897FF18A0E719B8F00D62E90 /* stub-cache-arm.cc */; } ;
207 89FB0E3A0F8E533F00B04B3C /* d8-posix.cc in Sources */ = {isa = P BXBuildFile; fileRef = 89FB0E360F8E531900B04B3C /* d8-posix.cc */; }; 207 89FB0E3A0F8E533F00B04B3C /* d8-posix.cc in Sources */ = {isa = P BXBuildFile; fileRef = 89FB0E360F8E531900B04B3C /* d8-posix.cc */; };
208 9F4B7B890FCC877A00DC4117 /* log-utils.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9F4B7B870FCC877A00DC4117 /* log-utils.cc */; };
209 9F4B7B8A0FCC877A00DC4117 /* log-utils.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9F4B7B870FCC877A00DC4117 /* log-utils.cc */; };
208 9F92FAA90F8F28AD0089F02C /* func-name-inferrer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9F92FAA70F8F28AD0089F02C /* func-name-inferrer. cc */; }; 210 9F92FAA90F8F28AD0089F02C /* func-name-inferrer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9F92FAA70F8F28AD0089F02C /* func-name-inferrer. cc */; };
209 9F92FAAA0F8F28AD0089F02C /* func-name-inferrer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9F92FAA70F8F28AD0089F02C /* func-name-inferrer. cc */; }; 211 9F92FAAA0F8F28AD0089F02C /* func-name-inferrer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9F92FAA70F8F28AD0089F02C /* func-name-inferrer. cc */; };
210 9FC86ABD0F5FEDAC00F22668 /* oprofile-agent.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 9FC86ABB0F5FEDAC00F22668 /* oprofile-agent.cc */; } ; 212 9FC86ABD0F5FEDAC00F22668 /* oprofile-agent.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 9FC86ABB0F5FEDAC00F22668 /* oprofile-agent.cc */; } ;
211 9FC86ABE0F5FEDAC00F22668 /* oprofile-agent.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 9FC86ABB0F5FEDAC00F22668 /* oprofile-agent.cc */; } ; 213 9FC86ABE0F5FEDAC00F22668 /* oprofile-agent.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 9FC86ABB0F5FEDAC00F22668 /* oprofile-agent.cc */; } ;
212 /* End PBXBuildFile section */ 214 /* End PBXBuildFile section */
213 215
214 /* Begin PBXContainerItemProxy section */ 216 /* Begin PBXContainerItemProxy section */
215 7BF891960E73099F000BAF8A /* PBXContainerItemProxy */ = { 217 7BF891960E73099F000BAF8A /* PBXContainerItemProxy */ = {
216 isa = PBXContainerItemProxy; 218 isa = PBXContainerItemProxy;
217 containerPortal = 8915B8680E719336009C4E19 /* Project ob ject */; 219 containerPortal = 8915B8680E719336009C4E19 /* Project ob ject */;
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 89A15C7A0EE466D000B48DEB /* regexp-macro-assembler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "regexp-macro-assembler.h"; sourceTree = "<group>"; }; 522 89A15C7A0EE466D000B48DEB /* regexp-macro-assembler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "regexp-macro-assembler.h"; sourceTree = "<group>"; };
521 89A15C910EE46A1700B48DEB /* d8-readline.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "d8-re adline.cc"; path = "../src/d8-readline.cc"; sourceTree = "<group>"; }; 523 89A15C910EE46A1700B48DEB /* d8-readline.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "d8-re adline.cc"; path = "../src/d8-readline.cc"; sourceTree = "<group>"; };
522 89A15C920EE46A1700B48DEB /* d8.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = d8.cc; path = . ./src/d8.cc; sourceTree = "<group>"; }; 524 89A15C920EE46A1700B48DEB /* d8.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = d8.cc; path = . ./src/d8.cc; sourceTree = "<group>"; };
523 89A15C930EE46A1700B48DEB /* d8.h */ = {isa = PBXFileReference; f ileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = d8.h; path = ../src/ d8.h; sourceTree = "<group>"; }; 525 89A15C930EE46A1700B48DEB /* d8.h */ = {isa = PBXFileReference; f ileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = d8.h; path = ../src/ d8.h; sourceTree = "<group>"; };
524 89A15C940EE46A1700B48DEB /* d8.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = d8.js; path = ../src/d8.js; sourceTree = "<group>"; }; 526 89A15C940EE46A1700B48DEB /* d8.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = d8.js; path = ../src/d8.js; sourceTree = "<group>"; };
525 89B12E8D0E7FF2A40080BA62 /* presubmit.py */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = text.script.python; path = presubmi t.py; sourceTree = "<group>"; }; 527 89B12E8D0E7FF2A40080BA62 /* presubmit.py */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = text.script.python; path = presubmi t.py; sourceTree = "<group>"; };
526 89F23C870E78D5B2006B2466 /* libv8-arm.a */ = {isa = PBXFileRefer ence; explicitFileType = archive.ar; includeInIndex = 0; path = "libv8-arm.a"; s ourceTree = BUILT_PRODUCTS_DIR; }; 528 89F23C870E78D5B2006B2466 /* libv8-arm.a */ = {isa = PBXFileRefer ence; explicitFileType = archive.ar; includeInIndex = 0; path = "libv8-arm.a"; s ourceTree = BUILT_PRODUCTS_DIR; };
527 89F23C950E78D5B6006B2466 /* v8_shell-arm */ = {isa = PBXFileRefe rence; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "v8_shell-arm"; sourceTree = BUILT_PRODUCTS_DIR; }; 529 89F23C950E78D5B6006B2466 /* v8_shell-arm */ = {isa = PBXFileRefe rence; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "v8_shell-arm"; sourceTree = BUILT_PRODUCTS_DIR; };
528 89FB0E360F8E531900B04B3C /* d8-posix.cc */ = {isa = PBXFileRefer ence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "d8-posix .cc"; path = "../src/d8-posix.cc"; sourceTree = "<group>"; }; 530 89FB0E360F8E531900B04B3C /* d8-posix.cc */ = {isa = PBXFileRefer ence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "d8-posix .cc"; path = "../src/d8-posix.cc"; sourceTree = "<group>"; };
529 89FB0E370F8E531900B04B3C /* d8-windows.cc */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "d8-win dows.cc"; path = "../src/d8-windows.cc"; sourceTree = "<group>"; }; 531 89FB0E370F8E531900B04B3C /* d8-windows.cc */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "d8-win dows.cc"; path = "../src/d8-windows.cc"; sourceTree = "<group>"; };
532 9F4B7B870FCC877A00DC4117 /* log-utils.cc */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "log-uti ls.cc"; sourceTree = "<group>"; };
533 9F4B7B880FCC877A00DC4117 /* log-utils.h */ = {isa = PBXFileRefer ence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "log-utils.h" ; sourceTree = "<group>"; };
530 9F92FAA70F8F28AD0089F02C /* func-name-inferrer.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "func-name-inferrer.cc"; sourceTree = "<group>"; }; 534 9F92FAA70F8F28AD0089F02C /* func-name-inferrer.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "func-name-inferrer.cc"; sourceTree = "<group>"; };
531 9F92FAA80F8F28AD0089F02C /* func-name-inferrer.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fun c-name-inferrer.h"; sourceTree = "<group>"; }; 535 9F92FAA80F8F28AD0089F02C /* func-name-inferrer.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fun c-name-inferrer.h"; sourceTree = "<group>"; };
532 9FC86ABB0F5FEDAC00F22668 /* oprofile-agent.cc */ = {isa = PBXFil eReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "op rofile-agent.cc"; sourceTree = "<group>"; }; 536 9FC86ABB0F5FEDAC00F22668 /* oprofile-agent.cc */ = {isa = PBXFil eReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "op rofile-agent.cc"; sourceTree = "<group>"; };
533 9FC86ABC0F5FEDAC00F22668 /* oprofile-agent.h */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "oprofil e-agent.h"; sourceTree = "<group>"; }; 537 9FC86ABC0F5FEDAC00F22668 /* oprofile-agent.h */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "oprofil e-agent.h"; sourceTree = "<group>"; };
534 /* End PBXFileReference section */ 538 /* End PBXFileReference section */
535 539
536 /* Begin PBXFrameworksBuildPhase section */ 540 /* Begin PBXFrameworksBuildPhase section */
537 893988050F2A35FA007D5254 /* Frameworks */ = { 541 893988050F2A35FA007D5254 /* Frameworks */ = {
538 isa = PBXFrameworksBuildPhase; 542 isa = PBXFrameworksBuildPhase;
539 buildActionMask = 2147483647; 543 buildActionMask = 2147483647;
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 897FF14E0E719B8F00D62E90 /* jsregexp.cc */, 729 897FF14E0E719B8F00D62E90 /* jsregexp.cc */,
726 897FF14F0E719B8F00D62E90 /* jsregexp.h */, 730 897FF14F0E719B8F00D62E90 /* jsregexp.h */,
727 58950D4E0F55514900F3E8BA /* jump-target-arm.cc * /, 731 58950D4E0F55514900F3E8BA /* jump-target-arm.cc * /,
728 58950D4F0F55514900F3E8BA /* jump-target-ia32.cc */, 732 58950D4F0F55514900F3E8BA /* jump-target-ia32.cc */,
729 58950D500F55514900F3E8BA /* jump-target.cc */, 733 58950D500F55514900F3E8BA /* jump-target.cc */,
730 58950D510F55514900F3E8BA /* jump-target.h */, 734 58950D510F55514900F3E8BA /* jump-target.h */,
731 897FF1500E719B8F00D62E90 /* list-inl.h */, 735 897FF1500E719B8F00D62E90 /* list-inl.h */,
732 897FF1510E719B8F00D62E90 /* list.h */, 736 897FF1510E719B8F00D62E90 /* list.h */,
733 897FF1520E719B8F00D62E90 /* log.cc */, 737 897FF1520E719B8F00D62E90 /* log.cc */,
734 897FF1530E719B8F00D62E90 /* log.h */, 738 897FF1530E719B8F00D62E90 /* log.h */,
739 9F4B7B870FCC877A00DC4117 /* log-utils.cc */,
740 9F4B7B880FCC877A00DC4117 /* log-utils.h */,
735 897FF1540E719B8F00D62E90 /* macro-assembler-arm. cc */, 741 897FF1540E719B8F00D62E90 /* macro-assembler-arm. cc */,
736 897FF1550E719B8F00D62E90 /* macro-assembler-arm. h */, 742 897FF1550E719B8F00D62E90 /* macro-assembler-arm. h */,
737 897FF1560E719B8F00D62E90 /* macro-assembler-ia32 .cc */, 743 897FF1560E719B8F00D62E90 /* macro-assembler-ia32 .cc */,
738 897FF1570E719B8F00D62E90 /* macro-assembler-ia32 .h */, 744 897FF1570E719B8F00D62E90 /* macro-assembler-ia32 .h */,
739 897FF1580E719B8F00D62E90 /* macro-assembler.h */ , 745 897FF1580E719B8F00D62E90 /* macro-assembler.h */ ,
740 897FF1590E719B8F00D62E90 /* mark-compact.cc */, 746 897FF1590E719B8F00D62E90 /* mark-compact.cc */,
741 897FF15A0E719B8F00D62E90 /* mark-compact.h */, 747 897FF15A0E719B8F00D62E90 /* mark-compact.h */,
742 897FF15B0E719B8F00D62E90 /* memory.h */, 748 897FF15B0E719B8F00D62E90 /* memory.h */,
743 897FF15C0E719B8F00D62E90 /* messages.cc */, 749 897FF15C0E719B8F00D62E90 /* messages.cc */,
744 897FF15D0E719B8F00D62E90 /* messages.h */, 750 897FF15D0E719B8F00D62E90 /* messages.h */,
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 89A88E280E71A6CC0043BA31 /* usage-analyzer.cc in Sources */, 1186 89A88E280E71A6CC0043BA31 /* usage-analyzer.cc in Sources */,
1181 89A88E290E71A6CE0043BA31 /* utils.cc in Sources */, 1187 89A88E290E71A6CE0043BA31 /* utils.cc in Sources */,
1182 89A88E2A0E71A6D00043BA31 /* v8-counters.cc in So urces */, 1188 89A88E2A0E71A6D00043BA31 /* v8-counters.cc in So urces */,
1183 89A88E2B0E71A6D10043BA31 /* v8.cc in Sources */, 1189 89A88E2B0E71A6D10043BA31 /* v8.cc in Sources */,
1184 89A88E2C0E71A6D20043BA31 /* v8threads.cc in Sour ces */, 1190 89A88E2C0E71A6D20043BA31 /* v8threads.cc in Sour ces */,
1185 89A88E2D0E71A6D50043BA31 /* variables.cc in Sour ces */, 1191 89A88E2D0E71A6D50043BA31 /* variables.cc in Sour ces */,
1186 89B933AF0FAA0F9600201304 /* version.cc in Source s */, 1192 89B933AF0FAA0F9600201304 /* version.cc in Source s */,
1187 58950D660F5551C200F3E8BA /* virtual-frame.cc in Sources */, 1193 58950D660F5551C200F3E8BA /* virtual-frame.cc in Sources */,
1188 58950D670F5551C400F3E8BA /* virtual-frame-ia32.c c in Sources */, 1194 58950D670F5551C400F3E8BA /* virtual-frame-ia32.c c in Sources */,
1189 89A88E2E0E71A6D60043BA31 /* zone.cc in Sources * /, 1195 89A88E2E0E71A6D60043BA31 /* zone.cc in Sources * /,
1196 9F4B7B890FCC877A00DC4117 /* log-utils.cc in Sour ces */,
1190 ); 1197 );
1191 runOnlyForDeploymentPostprocessing = 0; 1198 runOnlyForDeploymentPostprocessing = 0;
1192 }; 1199 };
1193 897F76770E71B4CC007ACF34 /* Sources */ = { 1200 897F76770E71B4CC007ACF34 /* Sources */ = {
1194 isa = PBXSourcesBuildPhase; 1201 isa = PBXSourcesBuildPhase;
1195 buildActionMask = 2147483647; 1202 buildActionMask = 2147483647;
1196 files = ( 1203 files = (
1197 897F767F0E71B690007ACF34 /* shell.cc in Sources */, 1204 897F767F0E71B690007ACF34 /* shell.cc in Sources */,
1198 ); 1205 );
1199 runOnlyForDeploymentPostprocessing = 0; 1206 runOnlyForDeploymentPostprocessing = 0;
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 89F23C7C0E78D5B2006B2466 /* usage-analyzer.cc in Sources */, 1290 89F23C7C0E78D5B2006B2466 /* usage-analyzer.cc in Sources */,
1284 89F23C7D0E78D5B2006B2466 /* utils.cc in Sources */, 1291 89F23C7D0E78D5B2006B2466 /* utils.cc in Sources */,
1285 89F23C7E0E78D5B2006B2466 /* v8-counters.cc in So urces */, 1292 89F23C7E0E78D5B2006B2466 /* v8-counters.cc in So urces */,
1286 89F23C7F0E78D5B2006B2466 /* v8.cc in Sources */, 1293 89F23C7F0E78D5B2006B2466 /* v8.cc in Sources */,
1287 89F23C800E78D5B2006B2466 /* v8threads.cc in Sour ces */, 1294 89F23C800E78D5B2006B2466 /* v8threads.cc in Sour ces */,
1288 89F23C810E78D5B2006B2466 /* variables.cc in Sour ces */, 1295 89F23C810E78D5B2006B2466 /* variables.cc in Sour ces */,
1289 89B933B00FAA0F9D00201304 /* version.cc in Source s */, 1296 89B933B00FAA0F9D00201304 /* version.cc in Source s */,
1290 58950D680F5551CB00F3E8BA /* virtual-frame.cc in Sources */, 1297 58950D680F5551CB00F3E8BA /* virtual-frame.cc in Sources */,
1291 58950D690F5551CE00F3E8BA /* virtual-frame-arm.cc in Sources */, 1298 58950D690F5551CE00F3E8BA /* virtual-frame-arm.cc in Sources */,
1292 89F23C820E78D5B2006B2466 /* zone.cc in Sources * /, 1299 89F23C820E78D5B2006B2466 /* zone.cc in Sources * /,
1300 9F4B7B8A0FCC877A00DC4117 /* log-utils.cc in Sour ces */,
1293 ); 1301 );
1294 runOnlyForDeploymentPostprocessing = 0; 1302 runOnlyForDeploymentPostprocessing = 0;
1295 }; 1303 };
1296 89F23C8D0E78D5B6006B2466 /* Sources */ = { 1304 89F23C8D0E78D5B6006B2466 /* Sources */ = {
1297 isa = PBXSourcesBuildPhase; 1305 isa = PBXSourcesBuildPhase;
1298 buildActionMask = 2147483647; 1306 buildActionMask = 2147483647;
1299 files = ( 1307 files = (
1300 89F23C8E0E78D5B6006B2466 /* shell.cc in Sources */, 1308 89F23C8E0E78D5B6006B2466 /* shell.cc in Sources */,
1301 ); 1309 );
1302 runOnlyForDeploymentPostprocessing = 0; 1310 runOnlyForDeploymentPostprocessing = 0;
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
1615 89F23C930E78D5B6006B2466 /* Debug */, 1623 89F23C930E78D5B6006B2466 /* Debug */,
1616 89F23C940E78D5B6006B2466 /* Release */, 1624 89F23C940E78D5B6006B2466 /* Release */,
1617 ); 1625 );
1618 defaultConfigurationIsVisible = 0; 1626 defaultConfigurationIsVisible = 0;
1619 defaultConfigurationName = Release; 1627 defaultConfigurationName = Release;
1620 }; 1628 };
1621 /* End XCConfigurationList section */ 1629 /* End XCConfigurationList section */
1622 }; 1630 };
1623 rootObject = 8915B8680E719336009C4E19 /* Project object */; 1631 rootObject = 8915B8680E719336009C4E19 /* Project object */;
1624 } 1632 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698