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

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

Issue 155680: - Add frame-element.cc to the Xcode project. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 5 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
« 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 7BF891930E73098D000BAF8A /* All */ = { 10 7BF891930E73098D000BAF8A /* All */ = {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 893CCE640E71D83700357A03 /* code-stubs.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1110E719B8F00D62E90 /* code-stubs.cc */; }; 52 893CCE640E71D83700357A03 /* code-stubs.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1110E719B8F00D62E90 /* code-stubs.cc */; };
53 8944AD100F1D4D500028D560 /* regexp-stack.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8944AD0E0F1D4D3A0028D560 /* regexp-stack.cc */; }; 53 8944AD100F1D4D500028D560 /* regexp-stack.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8944AD0E0F1D4D3A0028D560 /* regexp-stack.cc */; };
54 8944AD110F1D4D570028D560 /* regexp-stack.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8944AD0E0F1D4D3A0028D560 /* regexp-stack.cc */; }; 54 8944AD110F1D4D570028D560 /* regexp-stack.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8944AD0E0F1D4D3A0028D560 /* regexp-stack.cc */; };
55 894599A30F5D8729008DA8FB /* debug-agent.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8956B6CD0F5D86570033B5A2 /* debug-agent.cc */; }; 55 894599A30F5D8729008DA8FB /* debug-agent.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8956B6CD0F5D86570033B5A2 /* debug-agent.cc */; };
56 89495E480E79FC23001F68C3 /* compilation-cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 89495E460E79FC23001F68C3 /* compilation-cache.cc */; }; 56 89495E480E79FC23001F68C3 /* compilation-cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 89495E460E79FC23001F68C3 /* compilation-cache.cc */; };
57 89495E490E79FC23001F68C3 /* compilation-cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 89495E460E79FC23001F68C3 /* compilation-cache.cc */; }; 57 89495E490E79FC23001F68C3 /* compilation-cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 89495E460E79FC23001F68C3 /* compilation-cache.cc */; };
58 8956B6CF0F5D86730033B5A2 /* debug-agent.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8956B6CD0F5D86570033B5A2 /* debug-agent.cc */; }; 58 8956B6CF0F5D86730033B5A2 /* debug-agent.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8956B6CD0F5D86570033B5A2 /* debug-agent.cc */; };
59 896FD03A0E78D717003DFB6A /* libv8-arm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 89F23C870E78D5B2006B2466 /* libv8-arm.a */; }; 59 896FD03A0E78D717003DFB6A /* libv8-arm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 89F23C870E78D5B2006B2466 /* libv8-arm.a */; };
60 897F767F0E71B690007ACF34 /* shell.cc in Sources */ = {isa = PBXB uildFile; fileRef = 897FF1B50E719C0900D62E90 /* shell.cc */; }; 60 897F767F0E71B690007ACF34 /* shell.cc in Sources */ = {isa = PBXB uildFile; fileRef = 897FF1B50E719C0900D62E90 /* shell.cc */; };
61 897F76850E71B6B1007ACF34 /* libv8.a in Frameworks */ = {isa = PB XBuildFile; fileRef = 8970F2F00E719FB2006AE7B5 /* libv8.a */; }; 61 897F76850E71B6B1007ACF34 /* libv8.a in Frameworks */ = {isa = PB XBuildFile; fileRef = 8970F2F00E719FB2006AE7B5 /* libv8.a */; };
62 8981F6001010501900D1520E /* frame-element.cc in Sources */ = {is a = PBXBuildFile; fileRef = 8981F5FE1010500F00D1520E /* frame-element.cc */; };
63 8981F6011010502800D1520E /* frame-element.cc in Sources */ = {is a = PBXBuildFile; fileRef = 8981F5FE1010500F00D1520E /* frame-element.cc */; };
62 898BD20E0EF6CC930068B00A /* debug-ia32.cc in Sources */ = {isa = PBXBuildFile; fileRef = 898BD20D0EF6CC850068B00A /* debug-ia32.cc */; }; 64 898BD20E0EF6CC930068B00A /* debug-ia32.cc in Sources */ = {isa = PBXBuildFile; fileRef = 898BD20D0EF6CC850068B00A /* debug-ia32.cc */; };
63 898BD20F0EF6CC9A0068B00A /* debug-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 898BD20C0EF6CC850068B00A /* debug-arm.cc */; }; 65 898BD20F0EF6CC9A0068B00A /* debug-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 898BD20C0EF6CC850068B00A /* debug-arm.cc */; };
64 89A15C7B0EE466EB00B48DEB /* regexp-macro-assembler-ia32.cc in So urces */ = {isa = PBXBuildFile; fileRef = 89A15C720EE466D000B48DEB /* regexp-mac ro-assembler-ia32.cc */; }; 66 89A15C7B0EE466EB00B48DEB /* regexp-macro-assembler-ia32.cc in So urces */ = {isa = PBXBuildFile; fileRef = 89A15C720EE466D000B48DEB /* regexp-mac ro-assembler-ia32.cc */; };
65 89A15C810EE4674900B48DEB /* regexp-macro-assembler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 89A15C790EE466D000B48DEB /* regexp-macro-as sembler.cc */; }; 67 89A15C810EE4674900B48DEB /* regexp-macro-assembler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 89A15C790EE466D000B48DEB /* regexp-macro-as sembler.cc */; };
66 89A15C830EE4675E00B48DEB /* regexp-macro-assembler-irregexp.cc i n Sources */ = {isa = PBXBuildFile; fileRef = 89A15C750EE466D000B48DEB /* regexp -macro-assembler-irregexp.cc */; }; 68 89A15C830EE4675E00B48DEB /* regexp-macro-assembler-irregexp.cc i n Sources */ = {isa = PBXBuildFile; fileRef = 89A15C750EE466D000B48DEB /* regexp -macro-assembler-irregexp.cc */; };
67 89A15C850EE4678B00B48DEB /* interpreter-irregexp.cc in Sources * / = {isa = PBXBuildFile; fileRef = 89A15C660EE4665300B48DEB /* interpreter-irreg exp.cc */; }; 69 89A15C850EE4678B00B48DEB /* interpreter-irregexp.cc in Sources * / = {isa = PBXBuildFile; fileRef = 89A15C660EE4665300B48DEB /* interpreter-irreg exp.cc */; };
68 89A15C8A0EE467D100B48DEB /* regexp-macro-assembler-tracer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 89A15C770EE466D000B48DEB /* regexp-m acro-assembler-tracer.cc */; }; 70 89A15C8A0EE467D100B48DEB /* regexp-macro-assembler-tracer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 89A15C770EE466D000B48DEB /* regexp-m acro-assembler-tracer.cc */; };
69 89A88DEC0E71A5FF0043BA31 /* accessors.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0F60E719B8F00D62E90 /* accessors.cc */; }; 71 89A88DEC0E71A5FF0043BA31 /* accessors.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0F60E719B8F00D62E90 /* accessors.cc */; };
70 89A88DED0E71A6000043BA31 /* allocation.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0F80E719B8F00D62E90 /* allocation.cc */; }; 72 89A88DED0E71A6000043BA31 /* allocation.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0F80E719B8F00D62E90 /* allocation.cc */; };
71 89A88DEE0E71A6010043BA31 /* api.cc in Sources */ = {isa = PBXBui ldFile; fileRef = 897FF0FA0E719B8F00D62E90 /* api.cc */; }; 73 89A88DEE0E71A6010043BA31 /* api.cc in Sources */ = {isa = PBXBui ldFile; fileRef = 897FF0FA0E719B8F00D62E90 /* api.cc */; };
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 897FF1AD0E719BC100D62E90 /* regexp-delay.js */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "r egexp-delay.js"; sourceTree = "<group>"; }; 498 897FF1AD0E719BC100D62E90 /* regexp-delay.js */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "r egexp-delay.js"; sourceTree = "<group>"; };
497 897FF1AE0E719BC100D62E90 /* runtime.js */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtime .js; sourceTree = "<group>"; }; 499 897FF1AE0E719BC100D62E90 /* runtime.js */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtime .js; sourceTree = "<group>"; };
498 897FF1AF0E719BC100D62E90 /* string.js */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = string.j s; sourceTree = "<group>"; }; 500 897FF1AF0E719BC100D62E90 /* string.js */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = string.j s; sourceTree = "<group>"; };
499 897FF1B00E719BC100D62E90 /* uri.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = uri.js; sou rceTree = "<group>"; }; 501 897FF1B00E719BC100D62E90 /* uri.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = uri.js; sou rceTree = "<group>"; };
500 897FF1B10E719BC100D62E90 /* v8natives.js */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = v8nat ives.js; sourceTree = "<group>"; }; 502 897FF1B10E719BC100D62E90 /* v8natives.js */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = v8nat ives.js; sourceTree = "<group>"; };
501 897FF1B50E719C0900D62E90 /* shell.cc */ = {isa = PBXFileReferenc e; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shell.cc; so urceTree = "<group>"; }; 503 897FF1B50E719C0900D62E90 /* shell.cc */ = {isa = PBXFileReferenc e; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shell.cc; so urceTree = "<group>"; };
502 897FF1B60E719C2300D62E90 /* js2c.py */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = text.script.python; path = js2c.py; sour ceTree = "<group>"; }; 504 897FF1B60E719C2300D62E90 /* js2c.py */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = text.script.python; path = js2c.py; sour ceTree = "<group>"; };
503 897FF1B70E719C2E00D62E90 /* macros.py */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = text.script.python; name = macros.py; path = ../src/macros.py; sourceTree = "<group>"; }; 505 897FF1B70E719C2E00D62E90 /* macros.py */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = text.script.python; name = macros.py; path = ../src/macros.py; sourceTree = "<group>"; };
504 897FF32F0FAA0ED200136CF6 /* version.cc */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = version.cc ; sourceTree = "<group>"; }; 506 897FF32F0FAA0ED200136CF6 /* version.cc */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = version.cc ; sourceTree = "<group>"; };
505 897FF3300FAA0ED200136CF6 /* version.h */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = version.h; sour ceTree = "<group>"; }; 507 897FF3300FAA0ED200136CF6 /* version.h */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = version.h; sour ceTree = "<group>"; };
508 8981F5FE1010500F00D1520E /* frame-element.cc */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "fra me-element.cc"; sourceTree = "<group>"; };
509 8981F5FF1010500F00D1520E /* frame-element.h */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "frame-el ement.h"; sourceTree = "<group>"; };
506 898BD20C0EF6CC850068B00A /* debug-arm.cc */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "debug-a rm.cc"; path = "arm/debug-arm.cc"; sourceTree = "<group>"; }; 510 898BD20C0EF6CC850068B00A /* debug-arm.cc */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "debug-a rm.cc"; path = "arm/debug-arm.cc"; sourceTree = "<group>"; };
507 898BD20D0EF6CC850068B00A /* debug-ia32.cc */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "debug- ia32.cc"; path = "ia32/debug-ia32.cc"; sourceTree = "<group>"; }; 511 898BD20D0EF6CC850068B00A /* debug-ia32.cc */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "debug- ia32.cc"; path = "ia32/debug-ia32.cc"; sourceTree = "<group>"; };
508 89A15C630EE4661A00B48DEB /* bytecodes-irregexp.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "byt ecodes-irregexp.h"; sourceTree = "<group>"; }; 512 89A15C630EE4661A00B48DEB /* bytecodes-irregexp.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "byt ecodes-irregexp.h"; sourceTree = "<group>"; };
509 89A15C660EE4665300B48DEB /* interpreter-irregexp.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "interpreter-irregexp.cc"; sourceTree = "<group>"; }; 513 89A15C660EE4665300B48DEB /* interpreter-irregexp.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "interpreter-irregexp.cc"; sourceTree = "<group>"; };
510 89A15C670EE4665300B48DEB /* interpreter-irregexp.h */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "i nterpreter-irregexp.h"; sourceTree = "<group>"; }; 514 89A15C670EE4665300B48DEB /* interpreter-irregexp.h */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "i nterpreter-irregexp.h"; sourceTree = "<group>"; };
511 89A15C680EE4665300B48DEB /* jsregexp-inl.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "jsregexp- inl.h"; sourceTree = "<group>"; }; 515 89A15C680EE4665300B48DEB /* jsregexp-inl.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "jsregexp- inl.h"; sourceTree = "<group>"; };
512 89A15C6D0EE466A900B48DEB /* platform-freebsd.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = " platform-freebsd.cc"; sourceTree = "<group>"; }; 516 89A15C6D0EE466A900B48DEB /* platform-freebsd.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = " platform-freebsd.cc"; sourceTree = "<group>"; };
513 89A15C700EE466D000B48DEB /* regexp-macro-assembler-arm.cc */ = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp ; name = "regexp-macro-assembler-arm.cc"; path = "arm/regexp-macro-assembler-arm .cc"; sourceTree = "<group>"; }; 517 89A15C700EE466D000B48DEB /* regexp-macro-assembler-arm.cc */ = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp ; name = "regexp-macro-assembler-arm.cc"; path = "arm/regexp-macro-assembler-arm .cc"; sourceTree = "<group>"; };
514 89A15C710EE466D000B48DEB /* regexp-macro-assembler-arm.h */ = {i sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; nam e = "regexp-macro-assembler-arm.h"; path = "arm/regexp-macro-assembler-arm.h"; s ourceTree = "<group>"; }; 518 89A15C710EE466D000B48DEB /* regexp-macro-assembler-arm.h */ = {i sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; nam e = "regexp-macro-assembler-arm.h"; path = "arm/regexp-macro-assembler-arm.h"; s ourceTree = "<group>"; };
515 89A15C720EE466D000B48DEB /* regexp-macro-assembler-ia32.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cp p; name = "regexp-macro-assembler-ia32.cc"; path = "ia32/regexp-macro-assembler- ia32.cc"; sourceTree = "<group>"; }; 519 89A15C720EE466D000B48DEB /* regexp-macro-assembler-ia32.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cp p; name = "regexp-macro-assembler-ia32.cc"; path = "ia32/regexp-macro-assembler- ia32.cc"; sourceTree = "<group>"; };
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 897FF12D0E719B8F00D62E90 /* disassembler.cc */, 697 897FF12D0E719B8F00D62E90 /* disassembler.cc */,
694 897FF12E0E719B8F00D62E90 /* disassembler.h */, 698 897FF12E0E719B8F00D62E90 /* disassembler.h */,
695 897FF12F0E719B8F00D62E90 /* dtoa-config.c */, 699 897FF12F0E719B8F00D62E90 /* dtoa-config.c */,
696 897FF1300E719B8F00D62E90 /* execution.cc */, 700 897FF1300E719B8F00D62E90 /* execution.cc */,
697 897FF1310E719B8F00D62E90 /* execution.h */, 701 897FF1310E719B8F00D62E90 /* execution.h */,
698 897FF1320E719B8F00D62E90 /* factory.cc */, 702 897FF1320E719B8F00D62E90 /* factory.cc */,
699 897FF1330E719B8F00D62E90 /* factory.h */, 703 897FF1330E719B8F00D62E90 /* factory.h */,
700 89471C7F0EB23EE400B6874B /* flag-definitions.h * /, 704 89471C7F0EB23EE400B6874B /* flag-definitions.h * /,
701 897FF1350E719B8F00D62E90 /* flags.cc */, 705 897FF1350E719B8F00D62E90 /* flags.cc */,
702 897FF1360E719B8F00D62E90 /* flags.h */, 706 897FF1360E719B8F00D62E90 /* flags.h */,
707 8981F5FE1010500F00D1520E /* frame-element.cc */,
708 8981F5FF1010500F00D1520E /* frame-element.h */,
703 897FF1370E719B8F00D62E90 /* frames-arm.cc */, 709 897FF1370E719B8F00D62E90 /* frames-arm.cc */,
704 897FF1380E719B8F00D62E90 /* frames-arm.h */, 710 897FF1380E719B8F00D62E90 /* frames-arm.h */,
705 897FF1390E719B8F00D62E90 /* frames-ia32.cc */, 711 897FF1390E719B8F00D62E90 /* frames-ia32.cc */,
706 897FF13A0E719B8F00D62E90 /* frames-ia32.h */, 712 897FF13A0E719B8F00D62E90 /* frames-ia32.h */,
707 897FF13B0E719B8F00D62E90 /* frames-inl.h */, 713 897FF13B0E719B8F00D62E90 /* frames-inl.h */,
708 897FF13C0E719B8F00D62E90 /* frames.cc */, 714 897FF13C0E719B8F00D62E90 /* frames.cc */,
709 897FF13D0E719B8F00D62E90 /* frames.h */, 715 897FF13D0E719B8F00D62E90 /* frames.h */,
710 9F92FAA70F8F28AD0089F02C /* func-name-inferrer.c c */, 716 9F92FAA70F8F28AD0089F02C /* func-name-inferrer.c c */,
711 9F92FAA80F8F28AD0089F02C /* func-name-inferrer.h */, 717 9F92FAA80F8F28AD0089F02C /* func-name-inferrer.h */,
712 897FF13E0E719B8F00D62E90 /* global-handles.cc */ , 718 897FF13E0E719B8F00D62E90 /* global-handles.cc */ ,
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 89A88E290E71A6CE0043BA31 /* utils.cc in Sources */, 1195 89A88E290E71A6CE0043BA31 /* utils.cc in Sources */,
1190 89A88E2A0E71A6D00043BA31 /* v8-counters.cc in So urces */, 1196 89A88E2A0E71A6D00043BA31 /* v8-counters.cc in So urces */,
1191 89A88E2B0E71A6D10043BA31 /* v8.cc in Sources */, 1197 89A88E2B0E71A6D10043BA31 /* v8.cc in Sources */,
1192 89A88E2C0E71A6D20043BA31 /* v8threads.cc in Sour ces */, 1198 89A88E2C0E71A6D20043BA31 /* v8threads.cc in Sour ces */,
1193 89A88E2D0E71A6D50043BA31 /* variables.cc in Sour ces */, 1199 89A88E2D0E71A6D50043BA31 /* variables.cc in Sour ces */,
1194 89B933AF0FAA0F9600201304 /* version.cc in Source s */, 1200 89B933AF0FAA0F9600201304 /* version.cc in Source s */,
1195 58950D660F5551C200F3E8BA /* virtual-frame.cc in Sources */, 1201 58950D660F5551C200F3E8BA /* virtual-frame.cc in Sources */,
1196 58950D670F5551C400F3E8BA /* virtual-frame-ia32.c c in Sources */, 1202 58950D670F5551C400F3E8BA /* virtual-frame-ia32.c c in Sources */,
1197 89A88E2E0E71A6D60043BA31 /* zone.cc in Sources * /, 1203 89A88E2E0E71A6D60043BA31 /* zone.cc in Sources * /,
1198 9F4B7B890FCC877A00DC4117 /* log-utils.cc in Sour ces */, 1204 9F4B7B890FCC877A00DC4117 /* log-utils.cc in Sour ces */,
1205 8981F6001010501900D1520E /* frame-element.cc in Sources */,
1199 ); 1206 );
1200 runOnlyForDeploymentPostprocessing = 0; 1207 runOnlyForDeploymentPostprocessing = 0;
1201 }; 1208 };
1202 897F76770E71B4CC007ACF34 /* Sources */ = { 1209 897F76770E71B4CC007ACF34 /* Sources */ = {
1203 isa = PBXSourcesBuildPhase; 1210 isa = PBXSourcesBuildPhase;
1204 buildActionMask = 2147483647; 1211 buildActionMask = 2147483647;
1205 files = ( 1212 files = (
1206 897F767F0E71B690007ACF34 /* shell.cc in Sources */, 1213 897F767F0E71B690007ACF34 /* shell.cc in Sources */,
1207 ); 1214 );
1208 runOnlyForDeploymentPostprocessing = 0; 1215 runOnlyForDeploymentPostprocessing = 0;
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
1293 89F23C7D0E78D5B2006B2466 /* utils.cc in Sources */, 1300 89F23C7D0E78D5B2006B2466 /* utils.cc in Sources */,
1294 89F23C7E0E78D5B2006B2466 /* v8-counters.cc in So urces */, 1301 89F23C7E0E78D5B2006B2466 /* v8-counters.cc in So urces */,
1295 89F23C7F0E78D5B2006B2466 /* v8.cc in Sources */, 1302 89F23C7F0E78D5B2006B2466 /* v8.cc in Sources */,
1296 89F23C800E78D5B2006B2466 /* v8threads.cc in Sour ces */, 1303 89F23C800E78D5B2006B2466 /* v8threads.cc in Sour ces */,
1297 89F23C810E78D5B2006B2466 /* variables.cc in Sour ces */, 1304 89F23C810E78D5B2006B2466 /* variables.cc in Sour ces */,
1298 89B933B00FAA0F9D00201304 /* version.cc in Source s */, 1305 89B933B00FAA0F9D00201304 /* version.cc in Source s */,
1299 58950D680F5551CB00F3E8BA /* virtual-frame.cc in Sources */, 1306 58950D680F5551CB00F3E8BA /* virtual-frame.cc in Sources */,
1300 58950D690F5551CE00F3E8BA /* virtual-frame-arm.cc in Sources */, 1307 58950D690F5551CE00F3E8BA /* virtual-frame-arm.cc in Sources */,
1301 89F23C820E78D5B2006B2466 /* zone.cc in Sources * /, 1308 89F23C820E78D5B2006B2466 /* zone.cc in Sources * /,
1302 9F4B7B8A0FCC877A00DC4117 /* log-utils.cc in Sour ces */, 1309 9F4B7B8A0FCC877A00DC4117 /* log-utils.cc in Sour ces */,
1310 8981F6011010502800D1520E /* frame-element.cc in Sources */,
1303 ); 1311 );
1304 runOnlyForDeploymentPostprocessing = 0; 1312 runOnlyForDeploymentPostprocessing = 0;
1305 }; 1313 };
1306 89F23C8D0E78D5B6006B2466 /* Sources */ = { 1314 89F23C8D0E78D5B6006B2466 /* Sources */ = {
1307 isa = PBXSourcesBuildPhase; 1315 isa = PBXSourcesBuildPhase;
1308 buildActionMask = 2147483647; 1316 buildActionMask = 2147483647;
1309 files = ( 1317 files = (
1310 89F23C8E0E78D5B6006B2466 /* shell.cc in Sources */, 1318 89F23C8E0E78D5B6006B2466 /* shell.cc in Sources */,
1311 ); 1319 );
1312 runOnlyForDeploymentPostprocessing = 0; 1320 runOnlyForDeploymentPostprocessing = 0;
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
1629 89F23C930E78D5B6006B2466 /* Debug */, 1637 89F23C930E78D5B6006B2466 /* Debug */,
1630 89F23C940E78D5B6006B2466 /* Release */, 1638 89F23C940E78D5B6006B2466 /* Release */,
1631 ); 1639 );
1632 defaultConfigurationIsVisible = 0; 1640 defaultConfigurationIsVisible = 0;
1633 defaultConfigurationName = Release; 1641 defaultConfigurationName = Release;
1634 }; 1642 };
1635 /* End XCConfigurationList section */ 1643 /* End XCConfigurationList section */
1636 }; 1644 };
1637 rootObject = 8915B8680E719336009C4E19 /* Project object */; 1645 rootObject = 8915B8680E719336009C4E19 /* Project object */;
1638 } 1646 }
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