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

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

Issue 27199: Update V8 to version 1.0.2.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | « build/all.xcodeproj/project.pbxproj ('k') | 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 */ = {
11 isa = PBXAggregateTarget; 11 isa = PBXAggregateTarget;
12 buildConfigurationList = 7BF8919F0E7309BE000BAF8A /* Bui ld configuration list for PBXAggregateTarget "All" */; 12 buildConfigurationList = 7BF8919F0E7309BE000BAF8A /* Bui ld configuration list for PBXAggregateTarget "All" */;
13 buildPhases = ( 13 buildPhases = (
14 ); 14 );
15 dependencies = ( 15 dependencies = (
16 7BF8919B0E7309AD000BAF8A /* PBXTargetDependency */,
17 7BF891970E73099F000BAF8A /* PBXTargetDependency */, 16 7BF891970E73099F000BAF8A /* PBXTargetDependency */,
18 7BF891990E73099F000BAF8A /* PBXTargetDependency */, 17 7BF891990E73099F000BAF8A /* PBXTargetDependency */,
19 ); 18 );
20 name = All; 19 name = All;
21 productName = All; 20 productName = All;
22 }; 21 };
23 /* End PBXAggregateTarget section */ 22 /* End PBXAggregateTarget section */
24 23
25 /* Begin PBXBuildFile section */ 24 /* Begin PBXBuildFile section */
26 3C865CE6CC0CD2BDB5DF2DB9 /* regexp-stack.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0BC314D2CC9960C3D43DFAF3 /* regexp-stack.cc */; }; 25 3C865CE6CC0CD2BDB5DF2DB9 /* regexp-stack.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0BC314D2CC9960C3D43DFAF3 /* regexp-stack.cc */; };
27 4D4C55000EF16581002CA805 /* debug-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D4C54FE0EF16571002CA805 /* debug-arm.cc */; }; 26 4D4C55000EF16581002CA805 /* debug-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D4C54FE0EF16571002CA805 /* debug-arm.cc */; };
28 4D4C55010EF16584002CA805 /* debug-ia32.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D4C54FF0EF16571002CA805 /* debug-ia32.cc */; }; 27 4D4C55010EF16584002CA805 /* debug-ia32.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D4C54FF0EF16571002CA805 /* debug-ia32.cc */; };
29 8900116C0E71CA2300F91F35 /* libraries.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8900116B0E71CA2300F91F35 /* libraries.cc */; }; 28 8900116C0E71CA2300F91F35 /* libraries.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8900116B0E71CA2300F91F35 /* libraries.cc */; };
30 893CCE640E71D83700357A03 /* code-stubs.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1110E719B8F00D62E90 /* code-stubs.cc */; }; 29 893CCE640E71D83700357A03 /* code-stubs.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1110E719B8F00D62E90 /* code-stubs.cc */; };
31 89495E480E79FC23001F68C3 /* compilation-cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 89495E460E79FC23001F68C3 /* compilation-cache.cc */; }; 30 89495E480E79FC23001F68C3 /* compilation-cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 89495E460E79FC23001F68C3 /* compilation-cache.cc */; };
32 89495E490E79FC23001F68C3 /* compilation-cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 89495E460E79FC23001F68C3 /* compilation-cache.cc */; }; 31 89495E490E79FC23001F68C3 /* compilation-cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 89495E460E79FC23001F68C3 /* compilation-cache.cc */; };
33 896FD03A0E78D717003DFB6A /* libv8-arm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 89F23C870E78D5B2006B2466 /* libv8-arm.a */; }; 32 896FD03A0E78D717003DFB6A /* libv8-arm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 89F23C870E78D5B2006B2466 /* libv8-arm.a */; };
34 897F767F0E71B690007ACF34 /* shell.cc in Sources */ = {isa = PBXB uildFile; fileRef = 897FF1B50E719C0900D62E90 /* shell.cc */; }; 33 897F767F0E71B690007ACF34 /* shell.cc in Sources */ = {isa = PBXB uildFile; fileRef = 897FF1B50E719C0900D62E90 /* shell.cc */; };
35 897F76840E71B6B1007ACF34 /* libjscre.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 897FF1BF0E719CB600D62E90 /* libjscre.a */; };
36 897F76850E71B6B1007ACF34 /* libv8.a in Frameworks */ = {isa = PB XBuildFile; fileRef = 8970F2F00E719FB2006AE7B5 /* libv8.a */; }; 34 897F76850E71B6B1007ACF34 /* libv8.a in Frameworks */ = {isa = PB XBuildFile; fileRef = 8970F2F00E719FB2006AE7B5 /* libv8.a */; };
37 897FF1C40E719D6B00D62E90 /* pcre_compile.cpp in Sources */ = {is a = PBXBuildFile; fileRef = 897FF0EA0E719B3500D62E90 /* pcre_compile.cpp */; };
38 897FF1C50E719D6E00D62E90 /* pcre_exec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0EB0E719B3500D62E90 /* pcre_exec.cpp */; };
39 897FF1C60E719D7100D62E90 /* pcre_tables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0ED0E719B3500D62E90 /* pcre_tables.cpp */; };
40 897FF1C70E719D7300D62E90 /* pcre_ucp_searchfuncs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0EE0E719B3500D62E90 /* pcre_ucp_searchf uncs.cpp */; };
41 897FF1C80E719D7600D62E90 /* pcre_xclass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0EF0E719B3500D62E90 /* pcre_xclass.cpp */; };
42 8980D6BD0EE7C4BB00C07135 /* interpreter-irregexp.cc in Sources * / = {isa = PBXBuildFile; fileRef = 8980D6B60EE7C44E00C07135 /* interpreter-irreg exp.cc */; }; 35 8980D6BD0EE7C4BB00C07135 /* interpreter-irregexp.cc in Sources * / = {isa = PBXBuildFile; fileRef = 8980D6B60EE7C44E00C07135 /* interpreter-irreg exp.cc */; };
43 8980D6BE0EE7C4C200C07135 /* regexp-macro-assembler-ia32.cc in So urces */ = {isa = PBXBuildFile; fileRef = 8980D6A00EE7C3C500C07135 /* regexp-mac ro-assembler-ia32.cc */; }; 36 8980D6BE0EE7C4C200C07135 /* regexp-macro-assembler-ia32.cc in So urces */ = {isa = PBXBuildFile; fileRef = 8980D6A00EE7C3C500C07135 /* regexp-mac ro-assembler-ia32.cc */; };
44 8980D6BF0EE7C4C600C07135 /* regexp-macro-assembler-irregexp.cc i n Sources */ = {isa = PBXBuildFile; fileRef = 8980D6A30EE7C3C500C07135 /* regexp -macro-assembler-irregexp.cc */; }; 37 8980D6BF0EE7C4C600C07135 /* regexp-macro-assembler-irregexp.cc i n Sources */ = {isa = PBXBuildFile; fileRef = 8980D6A30EE7C3C500C07135 /* regexp -macro-assembler-irregexp.cc */; };
45 8980D6C00EE7C4C900C07135 /* regexp-macro-assembler-tracer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8980D6A50EE7C3C500C07135 /* regexp-m acro-assembler-tracer.cc */; }; 38 8980D6C00EE7C4C900C07135 /* regexp-macro-assembler-tracer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8980D6A50EE7C3C500C07135 /* regexp-m acro-assembler-tracer.cc */; };
46 8980D6C10EE7C4CB00C07135 /* regexp-macro-assembler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8980D6A70EE7C3C500C07135 /* regexp-macro-as sembler.cc */; }; 39 8980D6C10EE7C4CB00C07135 /* regexp-macro-assembler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8980D6A70EE7C3C500C07135 /* regexp-macro-as sembler.cc */; };
47 89A88DEC0E71A5FF0043BA31 /* accessors.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0F60E719B8F00D62E90 /* accessors.cc */; }; 40 89A88DEC0E71A5FF0043BA31 /* accessors.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0F60E719B8F00D62E90 /* accessors.cc */; };
48 89A88DED0E71A6000043BA31 /* allocation.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0F80E719B8F00D62E90 /* allocation.cc */; }; 41 89A88DED0E71A6000043BA31 /* allocation.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF0F80E719B8F00D62E90 /* allocation.cc */; };
49 89A88DEE0E71A6010043BA31 /* api.cc in Sources */ = {isa = PBXBui ldFile; fileRef = 897FF0FA0E719B8F00D62E90 /* api.cc */; }; 42 89A88DEE0E71A6010043BA31 /* api.cc in Sources */ = {isa = PBXBui ldFile; fileRef = 897FF0FA0E719B8F00D62E90 /* api.cc */; };
50 89A88DEF0E71A60A0043BA31 /* assembler-ia32.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 897FF1010E719B8F00D62E90 /* assembler-ia32.cc */; } ; 43 89A88DEF0E71A60A0043BA31 /* assembler-ia32.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 897FF1010E719B8F00D62E90 /* assembler-ia32.cc */; } ;
51 89A88DF00E71A60A0043BA31 /* assembler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1030E719B8F00D62E90 /* assembler.cc */; }; 44 89A88DF00E71A60A0043BA31 /* assembler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1030E719B8F00D62E90 /* assembler.cc */; };
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 89F23C7A0E78D5B2006B2466 /* top.cc in Sources */ = {isa = PBXBui ldFile; fileRef = 897FF1900E719B8F00D62E90 /* top.cc */; }; 156 89F23C7A0E78D5B2006B2466 /* top.cc in Sources */ = {isa = PBXBui ldFile; fileRef = 897FF1900E719B8F00D62E90 /* top.cc */; };
164 89F23C7B0E78D5B2006B2466 /* unicode.cc in Sources */ = {isa = PB XBuildFile; fileRef = 897FF1930E719B8F00D62E90 /* unicode.cc */; }; 157 89F23C7B0E78D5B2006B2466 /* unicode.cc in Sources */ = {isa = PB XBuildFile; fileRef = 897FF1930E719B8F00D62E90 /* unicode.cc */; };
165 89F23C7C0E78D5B2006B2466 /* usage-analyzer.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 897FF1950E719B8F00D62E90 /* usage-analyzer.cc */; } ; 158 89F23C7C0E78D5B2006B2466 /* usage-analyzer.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 897FF1950E719B8F00D62E90 /* usage-analyzer.cc */; } ;
166 89F23C7D0E78D5B2006B2466 /* utils.cc in Sources */ = {isa = PBXB uildFile; fileRef = 897FF1970E719B8F00D62E90 /* utils.cc */; }; 159 89F23C7D0E78D5B2006B2466 /* utils.cc in Sources */ = {isa = PBXB uildFile; fileRef = 897FF1970E719B8F00D62E90 /* utils.cc */; };
167 89F23C7E0E78D5B2006B2466 /* v8-counters.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1990E719B8F00D62E90 /* v8-counters.cc */; }; 160 89F23C7E0E78D5B2006B2466 /* v8-counters.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1990E719B8F00D62E90 /* v8-counters.cc */; };
168 89F23C7F0E78D5B2006B2466 /* v8.cc in Sources */ = {isa = PBXBuil dFile; fileRef = 897FF19B0E719B8F00D62E90 /* v8.cc */; }; 161 89F23C7F0E78D5B2006B2466 /* v8.cc in Sources */ = {isa = PBXBuil dFile; fileRef = 897FF19B0E719B8F00D62E90 /* v8.cc */; };
169 89F23C800E78D5B2006B2466 /* v8threads.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF19D0E719B8F00D62E90 /* v8threads.cc */; }; 162 89F23C800E78D5B2006B2466 /* v8threads.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF19D0E719B8F00D62E90 /* v8threads.cc */; };
170 89F23C810E78D5B2006B2466 /* variables.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF19F0E719B8F00D62E90 /* variables.cc */; }; 163 89F23C810E78D5B2006B2466 /* variables.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF19F0E719B8F00D62E90 /* variables.cc */; };
171 89F23C820E78D5B2006B2466 /* zone.cc in Sources */ = {isa = PBXBu ildFile; fileRef = 897FF1A20E719B8F00D62E90 /* zone.cc */; }; 164 89F23C820E78D5B2006B2466 /* zone.cc in Sources */ = {isa = PBXBu ildFile; fileRef = 897FF1A20E719B8F00D62E90 /* zone.cc */; };
172 89F23C8E0E78D5B6006B2466 /* shell.cc in Sources */ = {isa = PBXB uildFile; fileRef = 897FF1B50E719C0900D62E90 /* shell.cc */; }; 165 89F23C8E0E78D5B6006B2466 /* shell.cc in Sources */ = {isa = PBXB uildFile; fileRef = 897FF1B50E719C0900D62E90 /* shell.cc */; };
173 89F23C900E78D5B6006B2466 /* libjscre.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 897FF1BF0E719CB600D62E90 /* libjscre.a */; };
174 89F23C970E78D5E3006B2466 /* assembler-arm.cc in Sources */ = {is a = PBXBuildFile; fileRef = 897FF0FE0E719B8F00D62E90 /* assembler-arm.cc */; }; 166 89F23C970E78D5E3006B2466 /* assembler-arm.cc in Sources */ = {is a = PBXBuildFile; fileRef = 897FF0FE0E719B8F00D62E90 /* assembler-arm.cc */; };
175 89F23C980E78D5E7006B2466 /* builtins-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1090E719B8F00D62E90 /* builtins-arm.cc */; }; 167 89F23C980E78D5E7006B2466 /* builtins-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1090E719B8F00D62E90 /* builtins-arm.cc */; };
176 89F23C990E78D5E9006B2466 /* codegen-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1140E719B8F00D62E90 /* codegen-arm.cc */; }; 168 89F23C990E78D5E9006B2466 /* codegen-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1140E719B8F00D62E90 /* codegen-arm.cc */; };
177 89F23C9A0E78D5EC006B2466 /* cpu-arm.cc in Sources */ = {isa = PB XBuildFile; fileRef = 897FF1230E719B8F00D62E90 /* cpu-arm.cc */; }; 169 89F23C9A0E78D5EC006B2466 /* cpu-arm.cc in Sources */ = {isa = PB XBuildFile; fileRef = 897FF1230E719B8F00D62E90 /* cpu-arm.cc */; };
178 89F23C9B0E78D5EE006B2466 /* disasm-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF12A0E719B8F00D62E90 /* disasm-arm.cc */; }; 170 89F23C9B0E78D5EE006B2466 /* disasm-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF12A0E719B8F00D62E90 /* disasm-arm.cc */; };
179 89F23C9C0E78D5F1006B2466 /* frames-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1370E719B8F00D62E90 /* frames-arm.cc */; }; 171 89F23C9C0E78D5F1006B2466 /* frames-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1370E719B8F00D62E90 /* frames-arm.cc */; };
180 89F23C9D0E78D5FB006B2466 /* ic-arm.cc in Sources */ = {isa = PBX BuildFile; fileRef = 897FF1490E719B8F00D62E90 /* ic-arm.cc */; }; 172 89F23C9D0E78D5FB006B2466 /* ic-arm.cc in Sources */ = {isa = PBX BuildFile; fileRef = 897FF1490E719B8F00D62E90 /* ic-arm.cc */; };
181 89F23C9E0E78D5FD006B2466 /* macro-assembler-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1540E719B8F00D62E90 /* macro-assembler-ar m.cc */; }; 173 89F23C9E0E78D5FD006B2466 /* macro-assembler-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1540E719B8F00D62E90 /* macro-assembler-ar m.cc */; };
182 89F23C9F0E78D604006B2466 /* simulator-arm.cc in Sources */ = {is a = PBXBuildFile; fileRef = 897FF17D0E719B8F00D62E90 /* simulator-arm.cc */; }; 174 89F23C9F0E78D604006B2466 /* simulator-arm.cc in Sources */ = {is a = PBXBuildFile; fileRef = 897FF17D0E719B8F00D62E90 /* simulator-arm.cc */; };
183 89F23CA00E78D609006B2466 /* stub-cache-arm.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 897FF18A0E719B8F00D62E90 /* stub-cache-arm.cc */; } ; 175 89F23CA00E78D609006B2466 /* stub-cache-arm.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 897FF18A0E719B8F00D62E90 /* stub-cache-arm.cc */; } ;
184 /* End PBXBuildFile section */ 176 /* End PBXBuildFile section */
185 177
186 /* Begin PBXContainerItemProxy section */ 178 /* Begin PBXContainerItemProxy section */
187 7BF891960E73099F000BAF8A /* PBXContainerItemProxy */ = { 179 7BF891960E73099F000BAF8A /* PBXContainerItemProxy */ = {
188 isa = PBXContainerItemProxy; 180 isa = PBXContainerItemProxy;
189 containerPortal = 8915B8680E719336009C4E19 /* Project ob ject */; 181 containerPortal = 8915B8680E719336009C4E19 /* Project ob ject */;
190 proxyType = 1; 182 proxyType = 1;
191 remoteGlobalIDString = 8970F2EF0E719FB2006AE7B5; 183 remoteGlobalIDString = 8970F2EF0E719FB2006AE7B5;
192 remoteInfo = v8; 184 remoteInfo = v8;
193 }; 185 };
194 7BF891980E73099F000BAF8A /* PBXContainerItemProxy */ = { 186 7BF891980E73099F000BAF8A /* PBXContainerItemProxy */ = {
195 isa = PBXContainerItemProxy; 187 isa = PBXContainerItemProxy;
196 containerPortal = 8915B8680E719336009C4E19 /* Project ob ject */; 188 containerPortal = 8915B8680E719336009C4E19 /* Project ob ject */;
197 proxyType = 1; 189 proxyType = 1;
198 remoteGlobalIDString = 897F76790E71B4CC007ACF34; 190 remoteGlobalIDString = 897F76790E71B4CC007ACF34;
199 remoteInfo = v8_shell; 191 remoteInfo = v8_shell;
200 }; 192 };
201 7BF8919A0E7309AD000BAF8A /* PBXContainerItemProxy */ = {
202 isa = PBXContainerItemProxy;
203 containerPortal = 8915B8680E719336009C4E19 /* Project ob ject */;
204 proxyType = 1;
205 remoteGlobalIDString = 897FF1BE0E719CB600D62E90;
206 remoteInfo = jscre;
207 };
208 896FD03B0E78D71F003DFB6A /* PBXContainerItemProxy */ = { 193 896FD03B0E78D71F003DFB6A /* PBXContainerItemProxy */ = {
209 isa = PBXContainerItemProxy; 194 isa = PBXContainerItemProxy;
210 containerPortal = 8915B8680E719336009C4E19 /* Project ob ject */; 195 containerPortal = 8915B8680E719336009C4E19 /* Project ob ject */;
211 proxyType = 1; 196 proxyType = 1;
212 remoteGlobalIDString = 89F23C3C0E78D5B2006B2466; 197 remoteGlobalIDString = 89F23C3C0E78D5B2006B2466;
213 remoteInfo = "v8-arm"; 198 remoteInfo = "v8-arm";
214 }; 199 };
215 897F76800E71B6AC007ACF34 /* PBXContainerItemProxy */ = {
216 isa = PBXContainerItemProxy;
217 containerPortal = 8915B8680E719336009C4E19 /* Project ob ject */;
218 proxyType = 1;
219 remoteGlobalIDString = 897FF1BE0E719CB600D62E90;
220 remoteInfo = jscre;
221 };
222 897F76820E71B6AC007ACF34 /* PBXContainerItemProxy */ = { 200 897F76820E71B6AC007ACF34 /* PBXContainerItemProxy */ = {
223 isa = PBXContainerItemProxy; 201 isa = PBXContainerItemProxy;
224 containerPortal = 8915B8680E719336009C4E19 /* Project ob ject */; 202 containerPortal = 8915B8680E719336009C4E19 /* Project ob ject */;
225 proxyType = 1; 203 proxyType = 1;
226 remoteGlobalIDString = 8970F2EF0E719FB2006AE7B5; 204 remoteGlobalIDString = 8970F2EF0E719FB2006AE7B5;
227 remoteInfo = v8; 205 remoteInfo = v8;
228 }; 206 };
229 89F23C8A0E78D5B6006B2466 /* PBXContainerItemProxy */ = {
230 isa = PBXContainerItemProxy;
231 containerPortal = 8915B8680E719336009C4E19 /* Project ob ject */;
232 proxyType = 1;
233 remoteGlobalIDString = 897FF1BE0E719CB600D62E90;
234 remoteInfo = jscre;
235 };
236 /* End PBXContainerItemProxy section */ 207 /* End PBXContainerItemProxy section */
237 208
238 /* Begin PBXFileReference section */ 209 /* Begin PBXFileReference section */
239 0BC314D2CC9960C3D43DFAF3 /* regexp-stack.cc */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "rege xp-stack.cc"; sourceTree = "<group>"; }; 210 0BC314D2CC9960C3D43DFAF3 /* regexp-stack.cc */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "rege xp-stack.cc"; sourceTree = "<group>"; };
240 4D4C54FA0EF164F0002CA805 /* d8-readline.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "d8-re adline.cc"; path = "../v8/src/d8-readline.cc"; sourceTree = SOURCE_ROOT; }; 211 4D4C54FA0EF164F0002CA805 /* d8-readline.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "d8-re adline.cc"; path = "../v8/src/d8-readline.cc"; sourceTree = SOURCE_ROOT; };
241 4D4C54FB0EF164F0002CA805 /* d8.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = d8.cc; path = . ./v8/src/d8.cc; sourceTree = SOURCE_ROOT; }; 212 4D4C54FB0EF164F0002CA805 /* d8.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = d8.cc; path = . ./v8/src/d8.cc; sourceTree = SOURCE_ROOT; };
242 4D4C54FC0EF164F0002CA805 /* d8.h */ = {isa = PBXFileReference; f ileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = d8.h; path = ../v8/s rc/d8.h; sourceTree = SOURCE_ROOT; }; 213 4D4C54FC0EF164F0002CA805 /* d8.h */ = {isa = PBXFileReference; f ileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = d8.h; path = ../v8/s rc/d8.h; sourceTree = SOURCE_ROOT; };
243 4D4C54FD0EF164F0002CA805 /* d8.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = d8.js; path = ../v8/src/d8.js; sourceTree = SOURCE_ROOT; }; 214 4D4C54FD0EF164F0002CA805 /* d8.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = d8.js; path = ../v8/src/d8.js; sourceTree = SOURCE_ROOT; };
244 4D4C54FE0EF16571002CA805 /* debug-arm.cc */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "debug-a rm.cc"; sourceTree = "<group>"; }; 215 4D4C54FE0EF16571002CA805 /* debug-arm.cc */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "debug-a rm.cc"; sourceTree = "<group>"; };
245 4D4C54FF0EF16571002CA805 /* debug-ia32.cc */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "debug- ia32.cc"; sourceTree = "<group>"; }; 216 4D4C54FF0EF16571002CA805 /* debug-ia32.cc */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "debug- ia32.cc"; sourceTree = "<group>"; };
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 897FF1AB0E719BC100D62E90 /* messages.js */ = {isa = PBXFileRefer ence; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = messag es.js; sourceTree = "<group>"; }; 425 897FF1AB0E719BC100D62E90 /* messages.js */ = {isa = PBXFileRefer ence; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = messag es.js; sourceTree = "<group>"; };
455 897FF1AC0E719BC100D62E90 /* mirror-delay.js */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "m irror-delay.js"; sourceTree = "<group>"; }; 426 897FF1AC0E719BC100D62E90 /* mirror-delay.js */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "m irror-delay.js"; sourceTree = "<group>"; };
456 897FF1AD0E719BC100D62E90 /* regexp-delay.js */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "r egexp-delay.js"; sourceTree = "<group>"; }; 427 897FF1AD0E719BC100D62E90 /* regexp-delay.js */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "r egexp-delay.js"; sourceTree = "<group>"; };
457 897FF1AE0E719BC100D62E90 /* runtime.js */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtime .js; sourceTree = "<group>"; }; 428 897FF1AE0E719BC100D62E90 /* runtime.js */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = runtime .js; sourceTree = "<group>"; };
458 897FF1AF0E719BC100D62E90 /* string.js */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = string.j s; sourceTree = "<group>"; }; 429 897FF1AF0E719BC100D62E90 /* string.js */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = string.j s; sourceTree = "<group>"; };
459 897FF1B00E719BC100D62E90 /* uri.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = uri.js; sou rceTree = "<group>"; }; 430 897FF1B00E719BC100D62E90 /* uri.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = uri.js; sou rceTree = "<group>"; };
460 897FF1B10E719BC100D62E90 /* v8natives.js */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = v8nat ives.js; sourceTree = "<group>"; }; 431 897FF1B10E719BC100D62E90 /* v8natives.js */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = v8nat ives.js; sourceTree = "<group>"; };
461 897FF1B50E719C0900D62E90 /* shell.cc */ = {isa = PBXFileReferenc e; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shell.cc; so urceTree = "<group>"; }; 432 897FF1B50E719C0900D62E90 /* shell.cc */ = {isa = PBXFileReferenc e; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shell.cc; so urceTree = "<group>"; };
462 897FF1B60E719C2300D62E90 /* js2c.py */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = text.script.python; path = js2c.py; sour ceTree = "<group>"; }; 433 897FF1B60E719C2300D62E90 /* js2c.py */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = text.script.python; path = js2c.py; sour ceTree = "<group>"; };
463 897FF1B70E719C2E00D62E90 /* macros.py */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = text.script.python; name = macros.py; path = ../src/macros.py; sourceTree = "<group>"; }; 434 897FF1B70E719C2E00D62E90 /* macros.py */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = text.script.python; name = macros.py; path = ../src/macros.py; sourceTree = "<group>"; };
464 897FF1BF0E719CB600D62E90 /* libjscre.a */ = {isa = PBXFileRefere nce; explicitFileType = archive.ar; includeInIndex = 0; path = libjscre.a; sourc eTree = BUILT_PRODUCTS_DIR; };
465 8980D69B0EE7C32B00C07135 /* flag-definitions.h */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "flag- definitions.h"; sourceTree = "<group>"; }; 435 8980D69B0EE7C32B00C07135 /* flag-definitions.h */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "flag- definitions.h"; sourceTree = "<group>"; };
466 8980D69E0EE7C3C500C07135 /* regexp-macro-assembler-arm.cc */ = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp ; path = "regexp-macro-assembler-arm.cc"; sourceTree = "<group>"; }; 436 8980D69E0EE7C3C500C07135 /* regexp-macro-assembler-arm.cc */ = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp ; path = "regexp-macro-assembler-arm.cc"; sourceTree = "<group>"; };
467 8980D69F0EE7C3C500C07135 /* regexp-macro-assembler-arm.h */ = {i sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; pat h = "regexp-macro-assembler-arm.h"; sourceTree = "<group>"; }; 437 8980D69F0EE7C3C500C07135 /* regexp-macro-assembler-arm.h */ = {i sa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; pat h = "regexp-macro-assembler-arm.h"; sourceTree = "<group>"; };
468 8980D6A00EE7C3C500C07135 /* regexp-macro-assembler-ia32.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cp p; path = "regexp-macro-assembler-ia32.cc"; sourceTree = "<group>"; }; 438 8980D6A00EE7C3C500C07135 /* regexp-macro-assembler-ia32.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cp p; path = "regexp-macro-assembler-ia32.cc"; sourceTree = "<group>"; };
469 8980D6A10EE7C3C500C07135 /* regexp-macro-assembler-ia32.h */ = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; pa th = "regexp-macro-assembler-ia32.h"; sourceTree = "<group>"; }; 439 8980D6A10EE7C3C500C07135 /* regexp-macro-assembler-ia32.h */ = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; pa th = "regexp-macro-assembler-ia32.h"; sourceTree = "<group>"; };
470 8980D6A20EE7C3C500C07135 /* regexp-macro-assembler-irregexp-inl. h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode .c.h; path = "regexp-macro-assembler-irregexp-inl.h"; sourceTree = "<group>"; }; 440 8980D6A20EE7C3C500C07135 /* regexp-macro-assembler-irregexp-inl. h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode .c.h; path = "regexp-macro-assembler-irregexp-inl.h"; sourceTree = "<group>"; };
471 8980D6A30EE7C3C500C07135 /* regexp-macro-assembler-irregexp.cc * / = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cp p.cpp; path = "regexp-macro-assembler-irregexp.cc"; sourceTree = "<group>"; }; 441 8980D6A30EE7C3C500C07135 /* regexp-macro-assembler-irregexp.cc * / = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cp p.cpp; path = "regexp-macro-assembler-irregexp.cc"; sourceTree = "<group>"; };
472 8980D6A40EE7C3C500C07135 /* regexp-macro-assembler-irregexp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h ; path = "regexp-macro-assembler-irregexp.h"; sourceTree = "<group>"; }; 442 8980D6A40EE7C3C500C07135 /* regexp-macro-assembler-irregexp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h ; path = "regexp-macro-assembler-irregexp.h"; sourceTree = "<group>"; };
473 8980D6A50EE7C3C500C07135 /* regexp-macro-assembler-tracer.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp. cpp; path = "regexp-macro-assembler-tracer.cc"; sourceTree = "<group>"; }; 443 8980D6A50EE7C3C500C07135 /* regexp-macro-assembler-tracer.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp. cpp; path = "regexp-macro-assembler-tracer.cc"; sourceTree = "<group>"; };
474 8980D6A60EE7C3C500C07135 /* regexp-macro-assembler-tracer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "regexp-macro-assembler-tracer.h"; sourceTree = "<group>"; }; 444 8980D6A60EE7C3C500C07135 /* regexp-macro-assembler-tracer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "regexp-macro-assembler-tracer.h"; sourceTree = "<group>"; };
(...skipping 16 matching lines...) Expand all
491 isa = PBXFrameworksBuildPhase; 461 isa = PBXFrameworksBuildPhase;
492 buildActionMask = 2147483647; 462 buildActionMask = 2147483647;
493 files = ( 463 files = (
494 ); 464 );
495 runOnlyForDeploymentPostprocessing = 0; 465 runOnlyForDeploymentPostprocessing = 0;
496 }; 466 };
497 897F76780E71B4CC007ACF34 /* Frameworks */ = { 467 897F76780E71B4CC007ACF34 /* Frameworks */ = {
498 isa = PBXFrameworksBuildPhase; 468 isa = PBXFrameworksBuildPhase;
499 buildActionMask = 2147483647; 469 buildActionMask = 2147483647;
500 files = ( 470 files = (
501 897F76840E71B6B1007ACF34 /* libjscre.a in Framew orks */,
502 897F76850E71B6B1007ACF34 /* libv8.a in Framework s */, 471 897F76850E71B6B1007ACF34 /* libv8.a in Framework s */,
503 ); 472 );
504 runOnlyForDeploymentPostprocessing = 0; 473 runOnlyForDeploymentPostprocessing = 0;
505 }; 474 };
506 897FF1BD0E719CB600D62E90 /* Frameworks */ = {
507 isa = PBXFrameworksBuildPhase;
508 buildActionMask = 2147483647;
509 files = (
510 );
511 runOnlyForDeploymentPostprocessing = 0;
512 };
513 89F23C830E78D5B2006B2466 /* Frameworks */ = { 475 89F23C830E78D5B2006B2466 /* Frameworks */ = {
514 isa = PBXFrameworksBuildPhase; 476 isa = PBXFrameworksBuildPhase;
515 buildActionMask = 2147483647; 477 buildActionMask = 2147483647;
516 files = ( 478 files = (
517 ); 479 );
518 runOnlyForDeploymentPostprocessing = 0; 480 runOnlyForDeploymentPostprocessing = 0;
519 }; 481 };
520 89F23C8F0E78D5B6006B2466 /* Frameworks */ = { 482 89F23C8F0E78D5B6006B2466 /* Frameworks */ = {
521 isa = PBXFrameworksBuildPhase; 483 isa = PBXFrameworksBuildPhase;
522 buildActionMask = 2147483647; 484 buildActionMask = 2147483647;
523 files = ( 485 files = (
524 89F23C900E78D5B6006B2466 /* libjscre.a in Framew orks */,
525 896FD03A0E78D717003DFB6A /* libv8-arm.a in Frame works */, 486 896FD03A0E78D717003DFB6A /* libv8-arm.a in Frame works */,
526 ); 487 );
527 runOnlyForDeploymentPostprocessing = 0; 488 runOnlyForDeploymentPostprocessing = 0;
528 }; 489 };
529 /* End PBXFrameworksBuildPhase section */ 490 /* End PBXFrameworksBuildPhase section */
530 491
531 /* Begin PBXGroup section */ 492 /* Begin PBXGroup section */
532 7BF8918B0E730839000BAF8A /* Configuration */ = { 493 7BF8918B0E730839000BAF8A /* Configuration */ = {
533 isa = PBXGroup; 494 isa = PBXGroup;
534 children = ( 495 children = (
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 897FF1B60E719C2300D62E90 /* js2c.py */, 825 897FF1B60E719C2300D62E90 /* js2c.py */,
865 897FF1B70E719C2E00D62E90 /* macros.py */, 826 897FF1B70E719C2E00D62E90 /* macros.py */,
866 89B12E8D0E7FF2A40080BA62 /* presubmit.py */, 827 89B12E8D0E7FF2A40080BA62 /* presubmit.py */,
867 ); 828 );
868 path = tools; 829 path = tools;
869 sourceTree = "<group>"; 830 sourceTree = "<group>";
870 }; 831 };
871 897FF1C00E719CB600D62E90 /* Products */ = { 832 897FF1C00E719CB600D62E90 /* Products */ = {
872 isa = PBXGroup; 833 isa = PBXGroup;
873 children = ( 834 children = (
874 897FF1BF0E719CB600D62E90 /* libjscre.a */,
875 8970F2F00E719FB2006AE7B5 /* libv8.a */, 835 8970F2F00E719FB2006AE7B5 /* libv8.a */,
876 897F767A0E71B4CC007ACF34 /* v8_shell */, 836 897F767A0E71B4CC007ACF34 /* v8_shell */,
877 89F23C870E78D5B2006B2466 /* libv8-arm.a */, 837 89F23C870E78D5B2006B2466 /* libv8-arm.a */,
878 89F23C950E78D5B6006B2466 /* v8_shell-arm */, 838 89F23C950E78D5B6006B2466 /* v8_shell-arm */,
879 ); 839 );
880 name = Products; 840 name = Products;
881 sourceTree = "<group>"; 841 sourceTree = "<group>";
882 }; 842 };
883 89A9C1630E71C8E300BE6CCA /* generated */ = { 843 89A9C1630E71C8E300BE6CCA /* generated */ = {
884 isa = PBXGroup; 844 isa = PBXGroup;
(...skipping 27 matching lines...) Expand all
912 isa = PBXNativeTarget; 872 isa = PBXNativeTarget;
913 buildConfigurationList = 897F767E0E71B4EA007ACF34 /* Bui ld configuration list for PBXNativeTarget "v8_shell" */; 873 buildConfigurationList = 897F767E0E71B4EA007ACF34 /* Bui ld configuration list for PBXNativeTarget "v8_shell" */;
914 buildPhases = ( 874 buildPhases = (
915 897F76770E71B4CC007ACF34 /* Sources */, 875 897F76770E71B4CC007ACF34 /* Sources */,
916 897F76780E71B4CC007ACF34 /* Frameworks */, 876 897F76780E71B4CC007ACF34 /* Frameworks */,
917 4D3D54950EC3A50100650CA0 /* Strip If Needed */, 877 4D3D54950EC3A50100650CA0 /* Strip If Needed */,
918 ); 878 );
919 buildRules = ( 879 buildRules = (
920 ); 880 );
921 dependencies = ( 881 dependencies = (
922 897F76810E71B6AC007ACF34 /* PBXTargetDependency */,
923 897F76830E71B6AC007ACF34 /* PBXTargetDependency */, 882 897F76830E71B6AC007ACF34 /* PBXTargetDependency */,
924 ); 883 );
925 name = v8_shell; 884 name = v8_shell;
926 productName = v8_shell; 885 productName = v8_shell;
927 productReference = 897F767A0E71B4CC007ACF34 /* v8_shell */; 886 productReference = 897F767A0E71B4CC007ACF34 /* v8_shell */;
928 productType = "com.apple.product-type.tool"; 887 productType = "com.apple.product-type.tool";
929 }; 888 };
930 897FF1BE0E719CB600D62E90 /* jscre */ = {
931 isa = PBXNativeTarget;
932 buildConfigurationList = 897FF1C30E719CB600D62E90 /* Bui ld configuration list for PBXNativeTarget "jscre" */;
933 buildPhases = (
934 897FF1BC0E719CB600D62E90 /* Sources */,
935 897FF1BD0E719CB600D62E90 /* Frameworks */,
936 );
937 buildRules = (
938 );
939 dependencies = (
940 );
941 name = jscre;
942 productName = jscre;
943 productReference = 897FF1BF0E719CB600D62E90 /* libjscre. a */;
944 productType = "com.apple.product-type.library.static";
945 };
946 89F23C3C0E78D5B2006B2466 /* v8-arm */ = { 889 89F23C3C0E78D5B2006B2466 /* v8-arm */ = {
947 isa = PBXNativeTarget; 890 isa = PBXNativeTarget;
948 buildConfigurationList = 89F23C840E78D5B2006B2466 /* Bui ld configuration list for PBXNativeTarget "v8-arm" */; 891 buildConfigurationList = 89F23C840E78D5B2006B2466 /* Bui ld configuration list for PBXNativeTarget "v8-arm" */;
949 buildPhases = ( 892 buildPhases = (
950 89F23C3D0E78D5B2006B2466 /* Pre-Build */, 893 89F23C3D0E78D5B2006B2466 /* Pre-Build */,
951 89F23C3E0E78D5B2006B2466 /* Sources */, 894 89F23C3E0E78D5B2006B2466 /* Sources */,
952 89F23C830E78D5B2006B2466 /* Frameworks */, 895 89F23C830E78D5B2006B2466 /* Frameworks */,
953 ); 896 );
954 buildRules = ( 897 buildRules = (
955 ); 898 );
956 dependencies = ( 899 dependencies = (
957 ); 900 );
958 name = "v8-arm"; 901 name = "v8-arm";
959 productName = "v8-arm"; 902 productName = "v8-arm";
960 productReference = 89F23C870E78D5B2006B2466 /* libv8-arm .a */; 903 productReference = 89F23C870E78D5B2006B2466 /* libv8-arm .a */;
961 productType = "com.apple.product-type.library.static"; 904 productType = "com.apple.product-type.library.static";
962 }; 905 };
963 89F23C880E78D5B6006B2466 /* v8_shell-arm */ = { 906 89F23C880E78D5B6006B2466 /* v8_shell-arm */ = {
964 isa = PBXNativeTarget; 907 isa = PBXNativeTarget;
965 buildConfigurationList = 89F23C920E78D5B6006B2466 /* Bui ld configuration list for PBXNativeTarget "v8_shell-arm" */; 908 buildConfigurationList = 89F23C920E78D5B6006B2466 /* Bui ld configuration list for PBXNativeTarget "v8_shell-arm" */;
966 buildPhases = ( 909 buildPhases = (
967 89F23C8D0E78D5B6006B2466 /* Sources */, 910 89F23C8D0E78D5B6006B2466 /* Sources */,
968 89F23C8F0E78D5B6006B2466 /* Frameworks */, 911 89F23C8F0E78D5B6006B2466 /* Frameworks */,
969 4D3D54970EC3A50A00650CA0 /* Strip If Needed */, 912 4D3D54970EC3A50A00650CA0 /* Strip If Needed */,
970 ); 913 );
971 buildRules = ( 914 buildRules = (
972 ); 915 );
973 dependencies = ( 916 dependencies = (
974 89F23C890E78D5B6006B2466 /* PBXTargetDependency */,
975 896FD03C0E78D71F003DFB6A /* PBXTargetDependency */, 917 896FD03C0E78D71F003DFB6A /* PBXTargetDependency */,
976 ); 918 );
977 name = "v8_shell-arm"; 919 name = "v8_shell-arm";
978 productName = "v8_shell-arm"; 920 productName = "v8_shell-arm";
979 productReference = 89F23C950E78D5B6006B2466 /* v8_shell- arm */; 921 productReference = 89F23C950E78D5B6006B2466 /* v8_shell- arm */;
980 productType = "com.apple.product-type.tool"; 922 productType = "com.apple.product-type.tool";
981 }; 923 };
982 /* End PBXNativeTarget section */ 924 /* End PBXNativeTarget section */
983 925
984 /* Begin PBXProject section */ 926 /* Begin PBXProject section */
985 8915B8680E719336009C4E19 /* Project object */ = { 927 8915B8680E719336009C4E19 /* Project object */ = {
986 isa = PBXProject; 928 isa = PBXProject;
987 buildConfigurationList = 8915B86B0E719336009C4E19 /* Bui ld configuration list for PBXProject "v8" */; 929 buildConfigurationList = 8915B86B0E719336009C4E19 /* Bui ld configuration list for PBXProject "v8" */;
988 compatibilityVersion = "Xcode 3.1"; 930 compatibilityVersion = "Xcode 3.1";
989 hasScannedForEncodings = 0; 931 hasScannedForEncodings = 0;
990 mainGroup = 8915B8660E719336009C4E19; 932 mainGroup = 8915B8660E719336009C4E19;
991 productRefGroup = 897FF1C00E719CB600D62E90 /* Products * /; 933 productRefGroup = 897FF1C00E719CB600D62E90 /* Products * /;
992 projectDirPath = ""; 934 projectDirPath = "";
993 projectRoot = ""; 935 projectRoot = "";
994 targets = ( 936 targets = (
995 7BF891930E73098D000BAF8A /* All */, 937 7BF891930E73098D000BAF8A /* All */,
996 897FF1BE0E719CB600D62E90 /* jscre */,
997 8970F2EF0E719FB2006AE7B5 /* v8 */, 938 8970F2EF0E719FB2006AE7B5 /* v8 */,
998 897F76790E71B4CC007ACF34 /* v8_shell */, 939 897F76790E71B4CC007ACF34 /* v8_shell */,
999 89F23C3C0E78D5B2006B2466 /* v8-arm */, 940 89F23C3C0E78D5B2006B2466 /* v8-arm */,
1000 89F23C880E78D5B6006B2466 /* v8_shell-arm */, 941 89F23C880E78D5B6006B2466 /* v8_shell-arm */,
1001 ); 942 );
1002 }; 943 };
1003 /* End PBXProject section */ 944 /* End PBXProject section */
1004 945
1005 /* Begin PBXShellScriptBuildPhase section */ 946 /* Begin PBXShellScriptBuildPhase section */
1006 4D3D54950EC3A50100650CA0 /* Strip If Needed */ = { 947 4D3D54950EC3A50100650CA0 /* Strip If Needed */ = {
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 runOnlyForDeploymentPostprocessing = 0; 1090 runOnlyForDeploymentPostprocessing = 0;
1150 }; 1091 };
1151 897F76770E71B4CC007ACF34 /* Sources */ = { 1092 897F76770E71B4CC007ACF34 /* Sources */ = {
1152 isa = PBXSourcesBuildPhase; 1093 isa = PBXSourcesBuildPhase;
1153 buildActionMask = 2147483647; 1094 buildActionMask = 2147483647;
1154 files = ( 1095 files = (
1155 897F767F0E71B690007ACF34 /* shell.cc in Sources */, 1096 897F767F0E71B690007ACF34 /* shell.cc in Sources */,
1156 ); 1097 );
1157 runOnlyForDeploymentPostprocessing = 0; 1098 runOnlyForDeploymentPostprocessing = 0;
1158 }; 1099 };
1159 897FF1BC0E719CB600D62E90 /* Sources */ = {
1160 isa = PBXSourcesBuildPhase;
1161 buildActionMask = 2147483647;
1162 files = (
1163 897FF1C40E719D6B00D62E90 /* pcre_compile.cpp in Sources */,
1164 897FF1C50E719D6E00D62E90 /* pcre_exec.cpp in Sou rces */,
1165 897FF1C60E719D7100D62E90 /* pcre_tables.cpp in S ources */,
1166 897FF1C70E719D7300D62E90 /* pcre_ucp_searchfuncs .cpp in Sources */,
1167 897FF1C80E719D7600D62E90 /* pcre_xclass.cpp in S ources */,
1168 );
1169 runOnlyForDeploymentPostprocessing = 0;
1170 };
1171 89F23C3E0E78D5B2006B2466 /* Sources */ = { 1100 89F23C3E0E78D5B2006B2466 /* Sources */ = {
1172 isa = PBXSourcesBuildPhase; 1101 isa = PBXSourcesBuildPhase;
1173 buildActionMask = 2147483647; 1102 buildActionMask = 2147483647;
1174 files = ( 1103 files = (
1175 89F23C3F0E78D5B2006B2466 /* accessors.cc in Sour ces */, 1104 89F23C3F0E78D5B2006B2466 /* accessors.cc in Sour ces */,
1176 89F23C400E78D5B2006B2466 /* allocation.cc in Sou rces */, 1105 89F23C400E78D5B2006B2466 /* allocation.cc in Sou rces */,
1177 89F23C410E78D5B2006B2466 /* api.cc in Sources */ , 1106 89F23C410E78D5B2006B2466 /* api.cc in Sources */ ,
1178 89F23C970E78D5E3006B2466 /* assembler-arm.cc in Sources */, 1107 89F23C970E78D5E3006B2466 /* assembler-arm.cc in Sources */,
1179 89F23C430E78D5B2006B2466 /* assembler.cc in Sour ces */, 1108 89F23C430E78D5B2006B2466 /* assembler.cc in Sour ces */,
1180 89F23C440E78D5B2006B2466 /* ast.cc in Sources */ , 1109 89F23C440E78D5B2006B2466 /* ast.cc in Sources */ ,
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1260 7BF891970E73099F000BAF8A /* PBXTargetDependency */ = { 1189 7BF891970E73099F000BAF8A /* PBXTargetDependency */ = {
1261 isa = PBXTargetDependency; 1190 isa = PBXTargetDependency;
1262 target = 8970F2EF0E719FB2006AE7B5 /* v8 */; 1191 target = 8970F2EF0E719FB2006AE7B5 /* v8 */;
1263 targetProxy = 7BF891960E73099F000BAF8A /* PBXContainerIt emProxy */; 1192 targetProxy = 7BF891960E73099F000BAF8A /* PBXContainerIt emProxy */;
1264 }; 1193 };
1265 7BF891990E73099F000BAF8A /* PBXTargetDependency */ = { 1194 7BF891990E73099F000BAF8A /* PBXTargetDependency */ = {
1266 isa = PBXTargetDependency; 1195 isa = PBXTargetDependency;
1267 target = 897F76790E71B4CC007ACF34 /* v8_shell */; 1196 target = 897F76790E71B4CC007ACF34 /* v8_shell */;
1268 targetProxy = 7BF891980E73099F000BAF8A /* PBXContainerIt emProxy */; 1197 targetProxy = 7BF891980E73099F000BAF8A /* PBXContainerIt emProxy */;
1269 }; 1198 };
1270 7BF8919B0E7309AD000BAF8A /* PBXTargetDependency */ = {
1271 isa = PBXTargetDependency;
1272 target = 897FF1BE0E719CB600D62E90 /* jscre */;
1273 targetProxy = 7BF8919A0E7309AD000BAF8A /* PBXContainerIt emProxy */;
1274 };
1275 896FD03C0E78D71F003DFB6A /* PBXTargetDependency */ = { 1199 896FD03C0E78D71F003DFB6A /* PBXTargetDependency */ = {
1276 isa = PBXTargetDependency; 1200 isa = PBXTargetDependency;
1277 target = 89F23C3C0E78D5B2006B2466 /* v8-arm */; 1201 target = 89F23C3C0E78D5B2006B2466 /* v8-arm */;
1278 targetProxy = 896FD03B0E78D71F003DFB6A /* PBXContainerIt emProxy */; 1202 targetProxy = 896FD03B0E78D71F003DFB6A /* PBXContainerIt emProxy */;
1279 }; 1203 };
1280 897F76810E71B6AC007ACF34 /* PBXTargetDependency */ = {
1281 isa = PBXTargetDependency;
1282 target = 897FF1BE0E719CB600D62E90 /* jscre */;
1283 targetProxy = 897F76800E71B6AC007ACF34 /* PBXContainerIt emProxy */;
1284 };
1285 897F76830E71B6AC007ACF34 /* PBXTargetDependency */ = { 1204 897F76830E71B6AC007ACF34 /* PBXTargetDependency */ = {
1286 isa = PBXTargetDependency; 1205 isa = PBXTargetDependency;
1287 target = 8970F2EF0E719FB2006AE7B5 /* v8 */; 1206 target = 8970F2EF0E719FB2006AE7B5 /* v8 */;
1288 targetProxy = 897F76820E71B6AC007ACF34 /* PBXContainerIt emProxy */; 1207 targetProxy = 897F76820E71B6AC007ACF34 /* PBXContainerIt emProxy */;
1289 }; 1208 };
1290 89F23C890E78D5B6006B2466 /* PBXTargetDependency */ = {
1291 isa = PBXTargetDependency;
1292 target = 897FF1BE0E719CB600D62E90 /* jscre */;
1293 targetProxy = 89F23C8A0E78D5B6006B2466 /* PBXContainerIt emProxy */;
1294 };
1295 /* End PBXTargetDependency section */ 1209 /* End PBXTargetDependency section */
1296 1210
1297 /* Begin XCBuildConfiguration section */ 1211 /* Begin XCBuildConfiguration section */
1298 7BF891940E73098D000BAF8A /* Debug */ = { 1212 7BF891940E73098D000BAF8A /* Debug */ = {
1299 isa = XCBuildConfiguration; 1213 isa = XCBuildConfiguration;
1300 buildSettings = { 1214 buildSettings = {
1301 PRODUCT_NAME = All; 1215 PRODUCT_NAME = All;
1302 }; 1216 };
1303 name = Debug; 1217 name = Debug;
1304 }; 1218 };
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1362 }; 1276 };
1363 897F767D0E71B4CC007ACF34 /* Release */ = { 1277 897F767D0E71B4CC007ACF34 /* Release */ = {
1364 isa = XCBuildConfiguration; 1278 isa = XCBuildConfiguration;
1365 baseConfigurationReference = 7BF891900E73084F000BAF8A /* executable.xcconfig */; 1279 baseConfigurationReference = 7BF891900E73084F000BAF8A /* executable.xcconfig */;
1366 buildSettings = { 1280 buildSettings = {
1367 HEADER_SEARCH_PATHS = ../v8/src; 1281 HEADER_SEARCH_PATHS = ../v8/src;
1368 PRODUCT_NAME = v8_shell; 1282 PRODUCT_NAME = v8_shell;
1369 }; 1283 };
1370 name = Release; 1284 name = Release;
1371 }; 1285 };
1372 897FF1C10E719CB600D62E90 /* Debug */ = {
1373 isa = XCBuildConfiguration;
1374 baseConfigurationReference = 7BF891920E73084F000BAF8A /* staticlib.xcconfig */;
1375 buildSettings = {
1376 GCC_PREPROCESSOR_DEFINITIONS = (
1377 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1378 SUPPORT_UTF8,
1379 SUPPORT_UCP,
1380 NO_RECURSE,
1381 );
1382 PRODUCT_NAME = jscre;
1383 };
1384 name = Debug;
1385 };
1386 897FF1C20E719CB600D62E90 /* Release */ = {
1387 isa = XCBuildConfiguration;
1388 baseConfigurationReference = 7BF891920E73084F000BAF8A /* staticlib.xcconfig */;
1389 buildSettings = {
1390 GCC_PREPROCESSOR_DEFINITIONS = (
1391 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1392 SUPPORT_UTF8,
1393 SUPPORT_UCP,
1394 NO_RECURSE,
1395 );
1396 PRODUCT_NAME = jscre;
1397 };
1398 name = Release;
1399 };
1400 89F23C850E78D5B2006B2466 /* Debug */ = { 1286 89F23C850E78D5B2006B2466 /* Debug */ = {
1401 isa = XCBuildConfiguration; 1287 isa = XCBuildConfiguration;
1402 baseConfigurationReference = 7BF891920E73084F000BAF8A /* staticlib.xcconfig */; 1288 baseConfigurationReference = 7BF891920E73084F000BAF8A /* staticlib.xcconfig */;
1403 buildSettings = { 1289 buildSettings = {
1404 GCC_PREPROCESSOR_DEFINITIONS = ( 1290 GCC_PREPROCESSOR_DEFINITIONS = (
1405 "$(GCC_PREPROCESSOR_DEFINITIONS)", 1291 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1406 ARM, 1292 ARM,
1407 ENABLE_DISASSEMBLER, 1293 ENABLE_DISASSEMBLER,
1408 ENABLE_LOGGING_AND_PROFILING, 1294 ENABLE_LOGGING_AND_PROFILING,
1409 ); 1295 );
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 }; 1361 };
1476 897F767E0E71B4EA007ACF34 /* Build configuration list for PBXNati veTarget "v8_shell" */ = { 1362 897F767E0E71B4EA007ACF34 /* Build configuration list for PBXNati veTarget "v8_shell" */ = {
1477 isa = XCConfigurationList; 1363 isa = XCConfigurationList;
1478 buildConfigurations = ( 1364 buildConfigurations = (
1479 897F767C0E71B4CC007ACF34 /* Debug */, 1365 897F767C0E71B4CC007ACF34 /* Debug */,
1480 897F767D0E71B4CC007ACF34 /* Release */, 1366 897F767D0E71B4CC007ACF34 /* Release */,
1481 ); 1367 );
1482 defaultConfigurationIsVisible = 0; 1368 defaultConfigurationIsVisible = 0;
1483 defaultConfigurationName = Release; 1369 defaultConfigurationName = Release;
1484 }; 1370 };
1485 897FF1C30E719CB600D62E90 /* Build configuration list for PBXNati veTarget "jscre" */ = {
1486 isa = XCConfigurationList;
1487 buildConfigurations = (
1488 897FF1C10E719CB600D62E90 /* Debug */,
1489 897FF1C20E719CB600D62E90 /* Release */,
1490 );
1491 defaultConfigurationIsVisible = 0;
1492 defaultConfigurationName = Release;
1493 };
1494 89F23C840E78D5B2006B2466 /* Build configuration list for PBXNati veTarget "v8-arm" */ = { 1371 89F23C840E78D5B2006B2466 /* Build configuration list for PBXNati veTarget "v8-arm" */ = {
1495 isa = XCConfigurationList; 1372 isa = XCConfigurationList;
1496 buildConfigurations = ( 1373 buildConfigurations = (
1497 89F23C850E78D5B2006B2466 /* Debug */, 1374 89F23C850E78D5B2006B2466 /* Debug */,
1498 89F23C860E78D5B2006B2466 /* Release */, 1375 89F23C860E78D5B2006B2466 /* Release */,
1499 ); 1376 );
1500 defaultConfigurationIsVisible = 0; 1377 defaultConfigurationIsVisible = 0;
1501 defaultConfigurationName = Release; 1378 defaultConfigurationName = Release;
1502 }; 1379 };
1503 89F23C920E78D5B6006B2466 /* Build configuration list for PBXNati veTarget "v8_shell-arm" */ = { 1380 89F23C920E78D5B6006B2466 /* Build configuration list for PBXNati veTarget "v8_shell-arm" */ = {
1504 isa = XCConfigurationList; 1381 isa = XCConfigurationList;
1505 buildConfigurations = ( 1382 buildConfigurations = (
1506 89F23C930E78D5B6006B2466 /* Debug */, 1383 89F23C930E78D5B6006B2466 /* Debug */,
1507 89F23C940E78D5B6006B2466 /* Release */, 1384 89F23C940E78D5B6006B2466 /* Release */,
1508 ); 1385 );
1509 defaultConfigurationIsVisible = 0; 1386 defaultConfigurationIsVisible = 0;
1510 defaultConfigurationName = Release; 1387 defaultConfigurationName = Release;
1511 }; 1388 };
1512 /* End XCConfigurationList section */ 1389 /* End XCConfigurationList section */
1513 }; 1390 };
1514 rootObject = 8915B8680E719336009C4E19 /* Project object */; 1391 rootObject = 8915B8680E719336009C4E19 /* Project object */;
1515 } 1392 }
OLDNEW
« no previous file with comments | « build/all.xcodeproj/project.pbxproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698