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

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

Issue 100211: Add version.cc and version.h to Xcode project. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 7 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 89A88E250E71A6C20043BA31 /* token.cc in Sources */ = {isa = PBXB uildFile; fileRef = 897FF18E0E719B8F00D62E90 /* token.cc */; }; 125 89A88E250E71A6C20043BA31 /* token.cc in Sources */ = {isa = PBXB uildFile; fileRef = 897FF18E0E719B8F00D62E90 /* token.cc */; };
126 89A88E260E71A6C90043BA31 /* top.cc in Sources */ = {isa = PBXBui ldFile; fileRef = 897FF1900E719B8F00D62E90 /* top.cc */; }; 126 89A88E260E71A6C90043BA31 /* top.cc in Sources */ = {isa = PBXBui ldFile; fileRef = 897FF1900E719B8F00D62E90 /* top.cc */; };
127 89A88E270E71A6CB0043BA31 /* unicode.cc in Sources */ = {isa = PB XBuildFile; fileRef = 897FF1930E719B8F00D62E90 /* unicode.cc */; }; 127 89A88E270E71A6CB0043BA31 /* unicode.cc in Sources */ = {isa = PB XBuildFile; fileRef = 897FF1930E719B8F00D62E90 /* unicode.cc */; };
128 89A88E280E71A6CC0043BA31 /* usage-analyzer.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 897FF1950E719B8F00D62E90 /* usage-analyzer.cc */; } ; 128 89A88E280E71A6CC0043BA31 /* usage-analyzer.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 897FF1950E719B8F00D62E90 /* usage-analyzer.cc */; } ;
129 89A88E290E71A6CE0043BA31 /* utils.cc in Sources */ = {isa = PBXB uildFile; fileRef = 897FF1970E719B8F00D62E90 /* utils.cc */; }; 129 89A88E290E71A6CE0043BA31 /* utils.cc in Sources */ = {isa = PBXB uildFile; fileRef = 897FF1970E719B8F00D62E90 /* utils.cc */; };
130 89A88E2A0E71A6D00043BA31 /* v8-counters.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1990E719B8F00D62E90 /* v8-counters.cc */; }; 130 89A88E2A0E71A6D00043BA31 /* v8-counters.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1990E719B8F00D62E90 /* v8-counters.cc */; };
131 89A88E2B0E71A6D10043BA31 /* v8.cc in Sources */ = {isa = PBXBuil dFile; fileRef = 897FF19B0E719B8F00D62E90 /* v8.cc */; }; 131 89A88E2B0E71A6D10043BA31 /* v8.cc in Sources */ = {isa = PBXBuil dFile; fileRef = 897FF19B0E719B8F00D62E90 /* v8.cc */; };
132 89A88E2C0E71A6D20043BA31 /* v8threads.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF19D0E719B8F00D62E90 /* v8threads.cc */; }; 132 89A88E2C0E71A6D20043BA31 /* v8threads.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF19D0E719B8F00D62E90 /* v8threads.cc */; };
133 89A88E2D0E71A6D50043BA31 /* variables.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF19F0E719B8F00D62E90 /* variables.cc */; }; 133 89A88E2D0E71A6D50043BA31 /* variables.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF19F0E719B8F00D62E90 /* variables.cc */; };
134 89A88E2E0E71A6D60043BA31 /* zone.cc in Sources */ = {isa = PBXBu ildFile; fileRef = 897FF1A20E719B8F00D62E90 /* zone.cc */; }; 134 89A88E2E0E71A6D60043BA31 /* zone.cc in Sources */ = {isa = PBXBu ildFile; fileRef = 897FF1A20E719B8F00D62E90 /* zone.cc */; };
135 89B933AF0FAA0F9600201304 /* version.cc in Sources */ = {isa = PB XBuildFile; fileRef = 897FF32F0FAA0ED200136CF6 /* version.cc */; };
136 89B933B00FAA0F9D00201304 /* version.cc in Sources */ = {isa = PB XBuildFile; fileRef = 897FF32F0FAA0ED200136CF6 /* version.cc */; };
135 89F23C3F0E78D5B2006B2466 /* accessors.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0F60E719B8F00D62E90 /* accessors.cc */; }; 137 89F23C3F0E78D5B2006B2466 /* accessors.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0F60E719B8F00D62E90 /* accessors.cc */; };
136 89F23C400E78D5B2006B2466 /* allocation.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0F80E719B8F00D62E90 /* allocation.cc */; }; 138 89F23C400E78D5B2006B2466 /* allocation.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0F80E719B8F00D62E90 /* allocation.cc */; };
137 89F23C410E78D5B2006B2466 /* api.cc in Sources */ = {isa = PBXBui ldFile; fileRef = 897FF0FA0E719B8F00D62E90 /* api.cc */; }; 139 89F23C410E78D5B2006B2466 /* api.cc in Sources */ = {isa = PBXBui ldFile; fileRef = 897FF0FA0E719B8F00D62E90 /* api.cc */; };
138 89F23C430E78D5B2006B2466 /* assembler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1030E719B8F00D62E90 /* assembler.cc */; }; 140 89F23C430E78D5B2006B2466 /* assembler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1030E719B8F00D62E90 /* assembler.cc */; };
139 89F23C440E78D5B2006B2466 /* ast.cc in Sources */ = {isa = PBXBui ldFile; fileRef = 897FF1050E719B8F00D62E90 /* ast.cc */; }; 141 89F23C440E78D5B2006B2466 /* ast.cc in Sources */ = {isa = PBXBui ldFile; fileRef = 897FF1050E719B8F00D62E90 /* ast.cc */; };
140 89F23C450E78D5B2006B2466 /* bootstrapper.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1070E719B8F00D62E90 /* bootstrapper.cc */; }; 142 89F23C450E78D5B2006B2466 /* bootstrapper.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1070E719B8F00D62E90 /* bootstrapper.cc */; };
141 89F23C470E78D5B2006B2466 /* builtins.cc in Sources */ = {isa = P BXBuildFile; fileRef = 897FF10B0E719B8F00D62E90 /* builtins.cc */; }; 143 89F23C470E78D5B2006B2466 /* builtins.cc in Sources */ = {isa = P BXBuildFile; fileRef = 897FF10B0E719B8F00D62E90 /* builtins.cc */; };
142 89F23C480E78D5B2006B2466 /* checks.cc in Sources */ = {isa = PBX BuildFile; fileRef = 897FF10F0E719B8F00D62E90 /* checks.cc */; }; 144 89F23C480E78D5B2006B2466 /* checks.cc in Sources */ = {isa = PBX BuildFile; fileRef = 897FF10F0E719B8F00D62E90 /* checks.cc */; };
143 89F23C490E78D5B2006B2466 /* code-stubs.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1110E719B8F00D62E90 /* code-stubs.cc */; }; 145 89F23C490E78D5B2006B2466 /* code-stubs.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1110E719B8F00D62E90 /* code-stubs.cc */; };
144 89F23C4B0E78D5B2006B2466 /* codegen.cc in Sources */ = {isa = PB XBuildFile; fileRef = 897FF1170E719B8F00D62E90 /* codegen.cc */; }; 146 89F23C4B0E78D5B2006B2466 /* codegen.cc in Sources */ = {isa = PB XBuildFile; fileRef = 897FF1170E719B8F00D62E90 /* codegen.cc */; };
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 897FF1AB0E719BC100D62E90 /* messages.js */ = {isa = PBXFileRefer ence; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = messag es.js; sourceTree = "<group>"; }; 491 897FF1AB0E719BC100D62E90 /* messages.js */ = {isa = PBXFileRefer ence; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = messag es.js; sourceTree = "<group>"; };
490 897FF1AC0E719BC100D62E90 /* mirror-delay.js */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "m irror-delay.js"; sourceTree = "<group>"; }; 492 897FF1AC0E719BC100D62E90 /* mirror-delay.js */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "m irror-delay.js"; sourceTree = "<group>"; };
491 897FF1AD0E719BC100D62E90 /* regexp-delay.js */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "r egexp-delay.js"; sourceTree = "<group>"; }; 493 897FF1AD0E719BC100D62E90 /* regexp-delay.js */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "r egexp-delay.js"; sourceTree = "<group>"; };
492 897FF1AE0E719BC100D62E90 /* runtime.js */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtime .js; sourceTree = "<group>"; }; 494 897FF1AE0E719BC100D62E90 /* runtime.js */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtime .js; sourceTree = "<group>"; };
493 897FF1AF0E719BC100D62E90 /* string.js */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = string.j s; sourceTree = "<group>"; }; 495 897FF1AF0E719BC100D62E90 /* string.js */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = string.j s; sourceTree = "<group>"; };
494 897FF1B00E719BC100D62E90 /* uri.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = uri.js; sou rceTree = "<group>"; }; 496 897FF1B00E719BC100D62E90 /* uri.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = uri.js; sou rceTree = "<group>"; };
495 897FF1B10E719BC100D62E90 /* v8natives.js */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = v8nat ives.js; sourceTree = "<group>"; }; 497 897FF1B10E719BC100D62E90 /* v8natives.js */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = v8nat ives.js; sourceTree = "<group>"; };
496 897FF1B50E719C0900D62E90 /* shell.cc */ = {isa = PBXFileReferenc e; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shell.cc; so urceTree = "<group>"; }; 498 897FF1B50E719C0900D62E90 /* shell.cc */ = {isa = PBXFileReferenc e; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shell.cc; so urceTree = "<group>"; };
497 897FF1B60E719C2300D62E90 /* js2c.py */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = text.script.python; path = js2c.py; sour ceTree = "<group>"; }; 499 897FF1B60E719C2300D62E90 /* js2c.py */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = text.script.python; path = js2c.py; sour ceTree = "<group>"; };
498 897FF1B70E719C2E00D62E90 /* macros.py */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = text.script.python; name = macros.py; path = ../src/macros.py; sourceTree = "<group>"; }; 500 897FF1B70E719C2E00D62E90 /* macros.py */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = text.script.python; name = macros.py; path = ../src/macros.py; sourceTree = "<group>"; };
501 897FF32F0FAA0ED200136CF6 /* version.cc */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = version.cc ; sourceTree = "<group>"; };
502 897FF3300FAA0ED200136CF6 /* version.h */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = version.h; sour ceTree = "<group>"; };
499 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>"; }; 503 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>"; };
500 898BD20D0EF6CC850068B00A /* debug-ia32.cc */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "debug- ia32.cc"; path = "ia32/debug-ia32.cc"; sourceTree = "<group>"; }; 504 898BD20D0EF6CC850068B00A /* debug-ia32.cc */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "debug- ia32.cc"; path = "ia32/debug-ia32.cc"; sourceTree = "<group>"; };
501 89A15C630EE4661A00B48DEB /* bytecodes-irregexp.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "byt ecodes-irregexp.h"; sourceTree = "<group>"; }; 505 89A15C630EE4661A00B48DEB /* bytecodes-irregexp.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "byt ecodes-irregexp.h"; sourceTree = "<group>"; };
502 89A15C660EE4665300B48DEB /* interpreter-irregexp.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "interpreter-irregexp.cc"; sourceTree = "<group>"; }; 506 89A15C660EE4665300B48DEB /* interpreter-irregexp.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "interpreter-irregexp.cc"; sourceTree = "<group>"; };
503 89A15C670EE4665300B48DEB /* interpreter-irregexp.h */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "i nterpreter-irregexp.h"; sourceTree = "<group>"; }; 507 89A15C670EE4665300B48DEB /* interpreter-irregexp.h */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "i nterpreter-irregexp.h"; sourceTree = "<group>"; };
504 89A15C680EE4665300B48DEB /* jsregexp-inl.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "jsregexp- inl.h"; sourceTree = "<group>"; }; 508 89A15C680EE4665300B48DEB /* jsregexp-inl.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "jsregexp- inl.h"; sourceTree = "<group>"; };
505 89A15C6D0EE466A900B48DEB /* platform-freebsd.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = " platform-freebsd.cc"; sourceTree = "<group>"; }; 509 89A15C6D0EE466A900B48DEB /* platform-freebsd.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = " platform-freebsd.cc"; sourceTree = "<group>"; };
506 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>"; }; 510 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>"; };
507 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>"; }; 511 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>"; };
508 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>"; }; 512 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 897FF1970E719B8F00D62E90 /* utils.cc */, 824 897FF1970E719B8F00D62E90 /* utils.cc */,
821 897FF1980E719B8F00D62E90 /* utils.h */, 825 897FF1980E719B8F00D62E90 /* utils.h */,
822 897FF1990E719B8F00D62E90 /* v8-counters.cc */, 826 897FF1990E719B8F00D62E90 /* v8-counters.cc */,
823 897FF19A0E719B8F00D62E90 /* v8-counters.h */, 827 897FF19A0E719B8F00D62E90 /* v8-counters.h */,
824 897FF19B0E719B8F00D62E90 /* v8.cc */, 828 897FF19B0E719B8F00D62E90 /* v8.cc */,
825 897FF19C0E719B8F00D62E90 /* v8.h */, 829 897FF19C0E719B8F00D62E90 /* v8.h */,
826 897FF19D0E719B8F00D62E90 /* v8threads.cc */, 830 897FF19D0E719B8F00D62E90 /* v8threads.cc */,
827 897FF19E0E719B8F00D62E90 /* v8threads.h */, 831 897FF19E0E719B8F00D62E90 /* v8threads.h */,
828 897FF19F0E719B8F00D62E90 /* variables.cc */, 832 897FF19F0E719B8F00D62E90 /* variables.cc */,
829 897FF1A00E719B8F00D62E90 /* variables.h */, 833 897FF1A00E719B8F00D62E90 /* variables.h */,
834 897FF32F0FAA0ED200136CF6 /* version.cc */,
835 897FF3300FAA0ED200136CF6 /* version.h */,
830 58950D560F55514900F3E8BA /* virtual-frame-arm.cc */, 836 58950D560F55514900F3E8BA /* virtual-frame-arm.cc */,
831 58950D570F55514900F3E8BA /* virtual-frame-arm.h */, 837 58950D570F55514900F3E8BA /* virtual-frame-arm.h */,
832 58950D580F55514900F3E8BA /* virtual-frame-ia32.c c */, 838 58950D580F55514900F3E8BA /* virtual-frame-ia32.c c */,
833 58950D590F55514900F3E8BA /* virtual-frame-ia32.h */, 839 58950D590F55514900F3E8BA /* virtual-frame-ia32.h */,
834 58950D5A0F55514900F3E8BA /* virtual-frame.cc */, 840 58950D5A0F55514900F3E8BA /* virtual-frame.cc */,
835 58950D5B0F55514900F3E8BA /* virtual-frame.h */, 841 58950D5B0F55514900F3E8BA /* virtual-frame.h */,
836 897FF1A10E719B8F00D62E90 /* zone-inl.h */, 842 897FF1A10E719B8F00D62E90 /* zone-inl.h */,
837 897FF1A20E719B8F00D62E90 /* zone.cc */, 843 897FF1A20E719B8F00D62E90 /* zone.cc */,
838 897FF1A30E719B8F00D62E90 /* zone.h */, 844 897FF1A30E719B8F00D62E90 /* zone.h */,
839 ); 845 );
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1170 89A88E240E71A6BF0043BA31 /* stub-cache.cc in Sou rces */, 1176 89A88E240E71A6BF0043BA31 /* stub-cache.cc in Sou rces */,
1171 89A88E250E71A6C20043BA31 /* token.cc in Sources */, 1177 89A88E250E71A6C20043BA31 /* token.cc in Sources */,
1172 89A88E260E71A6C90043BA31 /* top.cc in Sources */ , 1178 89A88E260E71A6C90043BA31 /* top.cc in Sources */ ,
1173 89A88E270E71A6CB0043BA31 /* unicode.cc in Source s */, 1179 89A88E270E71A6CB0043BA31 /* unicode.cc in Source s */,
1174 89A88E280E71A6CC0043BA31 /* usage-analyzer.cc in Sources */, 1180 89A88E280E71A6CC0043BA31 /* usage-analyzer.cc in Sources */,
1175 89A88E290E71A6CE0043BA31 /* utils.cc in Sources */, 1181 89A88E290E71A6CE0043BA31 /* utils.cc in Sources */,
1176 89A88E2A0E71A6D00043BA31 /* v8-counters.cc in So urces */, 1182 89A88E2A0E71A6D00043BA31 /* v8-counters.cc in So urces */,
1177 89A88E2B0E71A6D10043BA31 /* v8.cc in Sources */, 1183 89A88E2B0E71A6D10043BA31 /* v8.cc in Sources */,
1178 89A88E2C0E71A6D20043BA31 /* v8threads.cc in Sour ces */, 1184 89A88E2C0E71A6D20043BA31 /* v8threads.cc in Sour ces */,
1179 89A88E2D0E71A6D50043BA31 /* variables.cc in Sour ces */, 1185 89A88E2D0E71A6D50043BA31 /* variables.cc in Sour ces */,
1186 89B933AF0FAA0F9600201304 /* version.cc in Source s */,
1180 58950D660F5551C200F3E8BA /* virtual-frame.cc in Sources */, 1187 58950D660F5551C200F3E8BA /* virtual-frame.cc in Sources */,
1181 58950D670F5551C400F3E8BA /* virtual-frame-ia32.c c in Sources */, 1188 58950D670F5551C400F3E8BA /* virtual-frame-ia32.c c in Sources */,
1182 89A88E2E0E71A6D60043BA31 /* zone.cc in Sources * /, 1189 89A88E2E0E71A6D60043BA31 /* zone.cc in Sources * /,
1183 ); 1190 );
1184 runOnlyForDeploymentPostprocessing = 0; 1191 runOnlyForDeploymentPostprocessing = 0;
1185 }; 1192 };
1186 897F76770E71B4CC007ACF34 /* Sources */ = { 1193 897F76770E71B4CC007ACF34 /* Sources */ = {
1187 isa = PBXSourcesBuildPhase; 1194 isa = PBXSourcesBuildPhase;
1188 buildActionMask = 2147483647; 1195 buildActionMask = 2147483647;
1189 files = ( 1196 files = (
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1272 89F23C780E78D5B2006B2466 /* stub-cache.cc in Sou rces */, 1279 89F23C780E78D5B2006B2466 /* stub-cache.cc in Sou rces */,
1273 89F23C790E78D5B2006B2466 /* token.cc in Sources */, 1280 89F23C790E78D5B2006B2466 /* token.cc in Sources */,
1274 89F23C7A0E78D5B2006B2466 /* top.cc in Sources */ , 1281 89F23C7A0E78D5B2006B2466 /* top.cc in Sources */ ,
1275 89F23C7B0E78D5B2006B2466 /* unicode.cc in Source s */, 1282 89F23C7B0E78D5B2006B2466 /* unicode.cc in Source s */,
1276 89F23C7C0E78D5B2006B2466 /* usage-analyzer.cc in Sources */, 1283 89F23C7C0E78D5B2006B2466 /* usage-analyzer.cc in Sources */,
1277 89F23C7D0E78D5B2006B2466 /* utils.cc in Sources */, 1284 89F23C7D0E78D5B2006B2466 /* utils.cc in Sources */,
1278 89F23C7E0E78D5B2006B2466 /* v8-counters.cc in So urces */, 1285 89F23C7E0E78D5B2006B2466 /* v8-counters.cc in So urces */,
1279 89F23C7F0E78D5B2006B2466 /* v8.cc in Sources */, 1286 89F23C7F0E78D5B2006B2466 /* v8.cc in Sources */,
1280 89F23C800E78D5B2006B2466 /* v8threads.cc in Sour ces */, 1287 89F23C800E78D5B2006B2466 /* v8threads.cc in Sour ces */,
1281 89F23C810E78D5B2006B2466 /* variables.cc in Sour ces */, 1288 89F23C810E78D5B2006B2466 /* variables.cc in Sour ces */,
1289 89B933B00FAA0F9D00201304 /* version.cc in Source s */,
1282 58950D680F5551CB00F3E8BA /* virtual-frame.cc in Sources */, 1290 58950D680F5551CB00F3E8BA /* virtual-frame.cc in Sources */,
1283 58950D690F5551CE00F3E8BA /* virtual-frame-arm.cc in Sources */, 1291 58950D690F5551CE00F3E8BA /* virtual-frame-arm.cc in Sources */,
1284 89F23C820E78D5B2006B2466 /* zone.cc in Sources * /, 1292 89F23C820E78D5B2006B2466 /* zone.cc in Sources * /,
1285 ); 1293 );
1286 runOnlyForDeploymentPostprocessing = 0; 1294 runOnlyForDeploymentPostprocessing = 0;
1287 }; 1295 };
1288 89F23C8D0E78D5B6006B2466 /* Sources */ = { 1296 89F23C8D0E78D5B6006B2466 /* Sources */ = {
1289 isa = PBXSourcesBuildPhase; 1297 isa = PBXSourcesBuildPhase;
1290 buildActionMask = 2147483647; 1298 buildActionMask = 2147483647;
1291 files = ( 1299 files = (
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1607 89F23C930E78D5B6006B2466 /* Debug */, 1615 89F23C930E78D5B6006B2466 /* Debug */,
1608 89F23C940E78D5B6006B2466 /* Release */, 1616 89F23C940E78D5B6006B2466 /* Release */,
1609 ); 1617 );
1610 defaultConfigurationIsVisible = 0; 1618 defaultConfigurationIsVisible = 0;
1611 defaultConfigurationName = Release; 1619 defaultConfigurationName = Release;
1612 }; 1620 };
1613 /* End XCConfigurationList section */ 1621 /* End XCConfigurationList section */
1614 }; 1622 };
1615 rootObject = 8915B8680E719336009C4E19 /* Project object */; 1623 rootObject = 8915B8680E719336009C4E19 /* Project object */;
1616 } 1624 }
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