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

Side by Side Diff: tools/visual_studio/v8_base_x64.vcproj

Issue 6905164: Remove the Visual Studio project files (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Minor changes Created 9 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 | « tools/visual_studio/v8_base_arm.vcproj ('k') | tools/visual_studio/v8_cctest.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="v8_base"
6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}"
7 RootNamespace="v8_base"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="x64"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|x64"
20 ConfigurationType="4"
21 InheritedPropertySheets=".\common.vsprops;.\x64.vsprops;.\debug.vsprops"
22 >
23 <Tool
24 Name="VCPreBuildEventTool"
25 />
26 <Tool
27 Name="VCCustomBuildTool"
28 />
29 <Tool
30 Name="VCXMLDataGeneratorTool"
31 />
32 <Tool
33 Name="VCWebServiceProxyGeneratorTool"
34 />
35 <Tool
36 Name="VCMIDLTool"
37 />
38 <Tool
39 Name="VCCLCompilerTool"
40 />
41 <Tool
42 Name="VCManagedResourceCompilerTool"
43 />
44 <Tool
45 Name="VCResourceCompilerTool"
46 />
47 <Tool
48 Name="VCPreLinkEventTool"
49 />
50 <Tool
51 Name="VCLibrarianTool"
52 />
53 <Tool
54 Name="VCALinkTool"
55 />
56 <Tool
57 Name="VCXDCMakeTool"
58 />
59 <Tool
60 Name="VCBscMakeTool"
61 />
62 <Tool
63 Name="VCFxCopTool"
64 />
65 <Tool
66 Name="VCPostBuildEventTool"
67 />
68 </Configuration>
69 <Configuration
70 Name="Release|x64"
71 ConfigurationType="4"
72 InheritedPropertySheets=".\common.vsprops;.\x64.vsprops;.\release.vsprops"
73 >
74 <Tool
75 Name="VCPreBuildEventTool"
76 />
77 <Tool
78 Name="VCCustomBuildTool"
79 />
80 <Tool
81 Name="VCXMLDataGeneratorTool"
82 />
83 <Tool
84 Name="VCWebServiceProxyGeneratorTool"
85 />
86 <Tool
87 Name="VCMIDLTool"
88 />
89 <Tool
90 Name="VCCLCompilerTool"
91 />
92 <Tool
93 Name="VCManagedResourceCompilerTool"
94 />
95 <Tool
96 Name="VCResourceCompilerTool"
97 />
98 <Tool
99 Name="VCPreLinkEventTool"
100 />
101 <Tool
102 Name="VCLibrarianTool"
103 />
104 <Tool
105 Name="VCALinkTool"
106 />
107 <Tool
108 Name="VCXDCMakeTool"
109 />
110 <Tool
111 Name="VCBscMakeTool"
112 />
113 <Tool
114 Name="VCFxCopTool"
115 />
116 <Tool
117 Name="VCPostBuildEventTool"
118 />
119 </Configuration>
120 </Configurations>
121 <References>
122 </References>
123 <Files>
124 <Filter
125 Name="src"
126 >
127 <File
128 RelativePath="..\..\src\accessors.cc"
129 >
130 </File>
131 <File
132 RelativePath="..\..\src\accessors.h"
133 >
134 </File>
135 <File
136 RelativePath="..\..\src\allocation.cc"
137 >
138 </File>
139 <File
140 RelativePath="..\..\src\allocation.h"
141 >
142 </File>
143 <File
144 RelativePath="..\..\src\api.cc"
145 >
146 </File>
147 <File
148 RelativePath="..\..\src\api.h"
149 >
150 </File>
151 <File
152 RelativePath="..\..\src\arguments.h"
153 >
154 </File>
155 <File
156 RelativePath="..\..\src\x64\assembler-x64-inl.h"
157 >
158 </File>
159 <File
160 RelativePath="..\..\src\x64\assembler-x64.cc"
161 >
162 </File>
163 <File
164 RelativePath="..\..\src\x64\assembler-x64.h"
165 >
166 </File>
167 <File
168 RelativePath="..\..\src\regexp-macro-assembler-irregexp-inl.h"
169 >
170 </File>
171 <File
172 RelativePath="..\..\src\regexp-stack.h"
173 >
174 </File>
175 <File
176 RelativePath="..\..\src\assembler.cc"
177 >
178 </File>
179 <File
180 RelativePath="..\..\src\assembler.h"
181 >
182 </File>
183 <File
184 RelativePath="..\..\src\ast-inl.h"
185 >
186 </File>
187 <File
188 RelativePath="..\..\src\ast.cc"
189 >
190 </File>
191 <File
192 RelativePath="..\..\src\ast.h"
193 >
194 </File>
195 <File
196 RelativePath="..\..\src\atomicops_internals_x86_msvc.h"
197 >
198 </File>
199 <File
200 RelativePath="..\..\src\bignum.cc"
201 >
202 </File>
203 <File
204 RelativePath="..\..\src\bignum.h"
205 >
206 </File>
207 <File
208 RelativePath="..\..\src\bignum-dtoa.cc"
209 >
210 </File>
211 <File
212 RelativePath="..\..\src\bignum-dtoa.h"
213 >
214 </File>
215 <File
216 RelativePath="..\..\src\bootstrapper.cc"
217 >
218 </File>
219 <File
220 RelativePath="..\..\src\bootstrapper.h"
221 >
222 </File>
223 <File
224 RelativePath="..\..\src\x64\builtins-x64.cc"
225 >
226 </File>
227 <File
228 RelativePath="..\..\src\builtins.cc"
229 >
230 </File>
231 <File
232 RelativePath="..\..\src\builtins.h"
233 >
234 </File>
235 <File
236 RelativePath="..\..\src\bytecodes-irregexp.h"
237 >
238 </File>
239 <File
240 RelativePath="..\..\src\cached-powers.cc"
241 >
242 </File>
243 <File
244 RelativePath="..\..\src\cached-powers.h"
245 >
246 </File>
247 <File
248 RelativePath="..\..\src\char-predicates-inl.h"
249 >
250 </File>
251 <File
252 RelativePath="..\..\src\char-predicates.h"
253 >
254 </File>
255 <File
256 RelativePath="..\..\src\checks.cc"
257 >
258 </File>
259 <File
260 RelativePath="..\..\src\checks.h"
261 >
262 </File>
263 <File
264 RelativePath="..\..\src\circular-queue-inl.h"
265 >
266 </File>
267 <File
268 RelativePath="..\..\src\circular-queue.cc"
269 >
270 </File>
271 <File
272 RelativePath="..\..\src\circular-queue.h"
273 >
274 </File>
275 <File
276 RelativePath="..\..\src\code-stubs.cc"
277 >
278 </File>
279 <File
280 RelativePath="..\..\src\code-stubs.h"
281 >
282 </File>
283 <File
284 RelativePath="..\..\src\x64\code-stubs-x64.cc"
285 >
286 </File>
287 <File
288 RelativePath="..\..\src\x64\code-stubs-x64.h"
289 >
290 </File>
291 <File
292 RelativePath="..\..\src\code.h"
293 >
294 </File>
295 <File
296 RelativePath="..\..\src\x64\codegen-x64.cc"
297 >
298 </File>
299 <File
300 RelativePath="..\..\src\x64\codegen-x64.h"
301 >
302 </File>
303 <File
304 RelativePath="..\..\src\codegen-inl.h"
305 >
306 </File>
307 <File
308 RelativePath="..\..\src\codegen.cc"
309 >
310 </File>
311 <File
312 RelativePath="..\..\src\codegen.h"
313 >
314 </File>
315 <File
316 RelativePath="..\..\src\compilation-cache.cc"
317 >
318 </File>
319 <File
320 RelativePath="..\..\src\compilation-cache.h"
321 >
322 </File>
323 <File
324 RelativePath="..\..\src\compiler.cc"
325 >
326 </File>
327 <File
328 RelativePath="..\..\src\compiler.h"
329 >
330 </File>
331 <File
332 RelativePath="..\..\src\contexts.cc"
333 >
334 </File>
335 <File
336 RelativePath="..\..\src\contexts.h"
337 >
338 </File>
339 <File
340 RelativePath="..\..\src\conversions-inl.h"
341 >
342 </File>
343 <File
344 RelativePath="..\..\src\conversions.cc"
345 >
346 </File>
347 <File
348 RelativePath="..\..\src\conversions.h"
349 >
350 </File>
351 <File
352 RelativePath="..\..\src\counters.cc"
353 >
354 </File>
355 <File
356 RelativePath="..\..\src\counters.h"
357 >
358 </File>
359 <File
360 RelativePath="..\..\src\x64\cpu-x64.cc"
361 >
362 </File>
363 <File
364 RelativePath="..\..\src\cpu.h"
365 >
366 </File>
367 <File
368 RelativePath="..\..\src\cpu-profiler.cc"
369 >
370 </File>
371 <File
372 RelativePath="..\..\src\cpu-profiler.h"
373 >
374 </File>
375 <File
376 RelativePath="..\..\src\cpu-profiler-inl.h"
377 >
378 </File>
379 <File
380 RelativePath="..\..\src\data-flow.cc"
381 >
382 </File>
383 <File
384 RelativePath="..\..\src\data-flow.h"
385 >
386 </File>
387 <File
388 RelativePath="..\..\src\dateparser.cc"
389 >
390 </File>
391 <File
392 RelativePath="..\..\src\dateparser.h"
393 >
394 </File>
395 <File
396 RelativePath="..\..\src\debug-agent.cc"
397 >
398 </File>
399 <File
400 RelativePath="..\..\src\debug-agent.h"
401 >
402 </File>
403 <File
404 RelativePath="..\..\src\x64\debug-x64.cc"
405 >
406 </File>
407 <File
408 RelativePath="..\..\src\debug.cc"
409 >
410 </File>
411 <File
412 RelativePath="..\..\src\debug.h"
413 >
414 </File>
415 <File
416 RelativePath="..\..\src\x64\deoptimizer-x64.cc"
417 >
418 </File>
419 <File
420 RelativePath="..\..\src\deoptimizer.cc"
421 >
422 </File>
423 <File
424 RelativePath="..\..\src\deoptimizer.h"
425 >
426 </File>
427 <File
428 RelativePath="..\..\src\disassembler.cc"
429 >
430 </File>
431 <File
432 RelativePath="..\..\src\disassembler.h"
433 >
434 </File>
435 <File
436 RelativePath="..\..\src\diy-fp.cc"
437 >
438 </File>
439 <File
440 RelativePath="..\..\src\diy-fp.h"
441 >
442 </File>
443 <File
444 RelativePath="..\..\src\double.h"
445 >
446 </File>
447 <File
448 RelativePath="..\..\src\dtoa.cc"
449 >
450 </File>
451 <File
452 RelativePath="..\..\src\dtoa.h"
453 >
454 </File>
455 <File
456 RelativePath="..\..\src\execution.cc"
457 >
458 </File>
459 <File
460 RelativePath="..\..\src\execution.h"
461 >
462 </File>
463 <File
464 RelativePath="..\..\src\factory.cc"
465 >
466 </File>
467 <File
468 RelativePath="..\..\src\factory.h"
469 >
470 </File>
471 <File
472 RelativePath="..\..\src\fast-dtoa.cc"
473 >
474 </File>
475 <File
476 RelativePath="..\..\src\fast-dtoa.h"
477 >
478 </File>
479 <File
480 RelativePath="..\..\src\fixed-dtoa.cc"
481 >
482 </File>
483 <File
484 RelativePath="..\..\src\fixed-dtoa.h"
485 >
486 </File>
487 <File
488 RelativePath="..\..\src\flags.cc"
489 >
490 </File>
491 <File
492 RelativePath="..\..\src\flags.h"
493 >
494 </File>
495 <File
496 RelativePath="..\..\src\frame-element.cc"
497 >
498 </File>
499 <File
500 RelativePath="..\..\src\frame-element.h"
501 >
502 </File>
503 <File
504 RelativePath="..\..\src\x64\frames-x64.cc"
505 >
506 </File>
507 <File
508 RelativePath="..\..\src\x64\frames-x64.h"
509 >
510 </File>
511 <File
512 RelativePath="..\..\src\frames-inl.h"
513 >
514 </File>
515 <File
516 RelativePath="..\..\src\frames.cc"
517 >
518 </File>
519 <File
520 RelativePath="..\..\src\frames.h"
521 >
522 </File>
523 <File
524 RelativePath="..\..\src\x64\full-codegen-x64.cc"
525 >
526 </File>
527 <File
528 RelativePath="..\..\src\full-codegen.cc"
529 >
530 </File>
531 <File
532 RelativePath="..\..\src\full-codegen.h"
533 >
534 </File>
535 <File
536
537 RelativePath="..\..\src\func-name-inferrer.cc"
538 >
539 </File>
540 <File
541 RelativePath="..\..\src\func-name-inferrer.h"
542 >
543 </File>
544 <File
545 RelativePath="..\..\src\global-handles.cc"
546 >
547 </File>
548 <File
549 RelativePath="..\..\src\global-handles.h"
550 >
551 </File>
552 <File
553 RelativePath="..\..\src\globals.h"
554 >
555 </File>
556 <File
557 RelativePath="..\..\src\handles-inl.h"
558 >
559 </File>
560 <File
561 RelativePath="..\..\src\handles.cc"
562 >
563 </File>
564 <File
565 RelativePath="..\..\src\handles.h"
566 >
567 </File>
568 <File
569 RelativePath="..\..\src\hashmap.cc"
570 >
571 </File>
572 <File
573 RelativePath="..\..\src\hashmap.h"
574 >
575 </File>
576 <File
577 RelativePath="..\..\src\heap-inl.h"
578 >
579 </File>
580 <File
581 RelativePath="..\..\src\heap.cc"
582 >
583 </File>
584 <File
585 RelativePath="..\..\src\heap.h"
586 >
587 </File>
588 <File
589 RelativePath="..\..\src\hydrogen.cc"
590 >
591 </File>
592 <File
593 RelativePath="..\..\src\hydrogen.h"
594 >
595 </File>
596 <File
597 RelativePath="..\..\src\heap-profiler.cc"
598 >
599 </File>
600 <File
601 RelativePath="..\..\src\heap-profiler.h"
602 >
603 </File>
604 <File
605 RelativePath="..\..\src\hydrogen.cc"
606 >
607 </File>
608 <File
609 RelativePath="..\..\src\hydrogen.h"
610 >
611 </File>
612 <File
613 RelativePath="..\..\src\hydrogen-instructions.cc"
614 >
615 </File>
616 <File
617 RelativePath="..\..\src\hydrogen-instructions.h"
618 >
619 </File>
620 <File
621 RelativePath="..\..\src\x64\ic-x64.cc"
622 >
623 </File>
624 <File
625 RelativePath="..\..\src\ic-inl.h"
626 >
627 </File>
628 <File
629 RelativePath="..\..\src\ic.cc"
630 >
631 </File>
632 <File
633 RelativePath="..\..\src\ic.h"
634 >
635 </File>
636 <File
637 RelativePath="..\..\src\interceptors.h"
638 >
639 </File>
640 <File
641 RelativePath="..\..\src\interpreter-irregexp.cc"
642 >
643 </File>
644 <File
645 RelativePath="..\..\src\interpreter-irregexp.h"
646 >
647 </File>
648 <File
649 RelativePath="..\..\src\jump-target.h"
650 >
651 </File>
652 <File
653 RelativePath="..\..\src\jump-target-inl.h"
654 >
655 </File>
656 <File
657 RelativePath="..\..\src\jump-target-heavy-inl.h"
658 >
659 </File>
660 <File
661 RelativePath="..\..\src\jump-target-heavy.h"
662 >
663 </File>
664 <File
665 RelativePath="..\..\src\jump-target.cc"
666 >
667 </File>
668 <File
669 RelativePath="..\..\src\x64\jump-target-x64.cc"
670 >
671 </File>
672 <File
673 RelativePath="..\..\src\jump-target-heavy.cc"
674 >
675 </File>
676 <File
677 RelativePath="..\..\src\jsregexp.cc"
678 >
679 </File>
680 <File
681 RelativePath="..\..\src\jsregexp.h"
682 >
683 </File>
684 <File
685 RelativePath="..\..\src\list-inl.h"
686 >
687 </File>
688 <File
689 RelativePath="..\..\src\list.h"
690 >
691 </File>
692 <File
693 RelativePath="..\..\src\lithium.cc"
694 >
695 </File>
696 <File
697 RelativePath="..\..\src\lithium.h"
698 >
699 </File>
700 <File
701 RelativePath="..\..\src\lithium-allocator.cc"
702 >
703 </File>
704 <File
705 RelativePath="..\..\src\lithium-allocator.h"
706 >
707 </File>
708 <File
709 RelativePath="..\..\src\lithium-allocator-inl.h"
710 >
711 </File>
712 <File
713 RelativePath="..\..\src\x64\lithium-x64.cc"
714 >
715 </File>
716 <File
717 RelativePath="..\..\src\x64\lithium-x64.h"
718 >
719 </File>
720 <File
721 RelativePath="..\..\src\x64\lithium-codegen-x64.cc"
722 >
723 </File>
724 <File
725 RelativePath="..\..\src\x64\lithium-codegen-x64.h"
726 >
727 </File>
728 <File
729 RelativePath="..\..\src\x64\lithium-gap-resolver-x64.cc"
730 >
731 </File>
732 <File
733 RelativePath="..\..\src\x64\lithium-gap-resolver-x64.h"
734 >
735 </File>
736 <File
737 RelativePath="..\..\src\liveedit.cc"
738 >
739 </File>
740 <File
741 RelativePath="..\..\src\liveedit.h"
742 >
743 </File>
744 <File
745 RelativePath="..\..\src\log.cc"
746 >
747 </File>
748 <File
749 RelativePath="..\..\src\log-inl.h"
750 >
751 </File>
752 <File
753 RelativePath="..\..\src\log.h"
754 >
755 </File>
756 <File
757 RelativePath="..\..\src\log-utils.cc"
758 >
759 </File>
760 <File
761 RelativePath="..\..\src\log-utils.h"
762 >
763 </File>
764 <File
765 RelativePath="..\..\src\x64\macro-assembler-x64.cc"
766 >
767 </File>
768 <File
769 RelativePath="..\..\src\x64\macro-assembler-x64.h"
770 >
771 </File>
772 <File
773 RelativePath="..\..\src\macro-assembler.h"
774 >
775 </File>
776 <File
777 RelativePath="..\..\src\mark-compact.cc"
778 >
779 </File>
780 <File
781 RelativePath="..\..\src\mark-compact.h"
782 >
783 </File>
784 <File
785 RelativePath="..\..\src\v8memory.h"
786 >
787 </File>
788 <File
789 RelativePath="..\..\src\messages.cc"
790 >
791 </File>
792 <File
793 RelativePath="..\..\src\messages.h"
794 >
795 </File>
796 <File
797 RelativePath="..\..\src\natives.h"
798 >
799 </File>
800 <File
801 RelativePath="..\..\src\objects-debug.cc"
802 >
803 <FileConfiguration
804 Name="Release|x64"
805 ExcludedFromBuild="true"
806 >
807 <Tool
808 Name="VCCLCompilerTool"
809 />
810 </FileConfiguration>
811 </File>
812 <File
813 RelativePath="..\..\src\objects-inl.h"
814 >
815 </File>
816 <File
817 RelativePath="..\..\src\objects-printer.cc"
818 >
819 </File>
820 <File
821 RelativePath="..\..\src\objects-visiting.cc"
822 >
823 </File>
824 <File
825 RelativePath="..\..\src\objects-visiting.h"
826 >
827 </File>
828 <File
829 RelativePath="..\..\src\objects.cc"
830 >
831 </File>
832 <File
833 RelativePath="..\..\src\objects.h"
834 >
835 </File>
836 <File
837 RelativePath="..\..\src\parser.cc"
838 >
839 </File>
840 <File
841 RelativePath="..\..\src\parser.h"
842 >
843 </File>
844 <File
845 RelativePath="..\..\src\preparser.cc"
846 >
847 </File>
848 <File
849 RelativePath="..\..\src\preparser.h"
850 >
851 </File>
852 <File
853 RelativePath="..\..\src\preparse-data.cc"
854 >
855 </File>
856 <File
857 RelativePath="..\..\src\preparse-data.h"
858 >
859 </File>
860 <File
861 RelativePath="..\..\src\profile-generator.cc"
862 >
863 </File>
864 <File
865 RelativePath="..\..\src\profile-generator.h"
866 >
867 </File>
868 <File
869 RelativePath="..\..\src\profile-generator-inl.h"
870 >
871 </File>
872 <File
873 RelativePath="..\..\src\platform-win32.cc"
874 >
875 </File>
876 <File
877 RelativePath="..\..\src\platform.h"
878 >
879 </File>
880 <File
881 RelativePath="..\..\src\prettyprinter.cc"
882 >
883 <FileConfiguration
884 Name="Release|x64"
885 ExcludedFromBuild="true"
886 >
887 <Tool
888 Name="VCCLCompilerTool"
889 />
890 </FileConfiguration>
891 </File>
892 <File
893 RelativePath="..\..\src\prettyprinter.h"
894 >
895 </File>
896 <File
897 RelativePath="..\..\src\property.cc"
898 >
899 </File>
900 <File
901 RelativePath="..\..\src\property.h"
902 >
903 </File>
904 <File
905 RelativePath="..\..\src\x64\regexp-macro-assembler-x64.cc"
906 >
907 </File>
908 <File
909 RelativePath="..\..\src\x64\regexp-macro-assembler-x64.h"
910 >
911 </File>
912 <File
913 RelativePath="..\..\src\regexp-macro-assembler-irregexp.cc"
914 >
915 </File>
916 <File
917 RelativePath="..\..\src\regexp-macro-assembler-irregexp.h"
918 >
919 </File>
920 <File
921 RelativePath="..\..\src\regexp-macro-assembler.cc"
922 >
923 </File>
924 <File
925 RelativePath="..\..\src\regexp-macro-assembler.h"
926 >
927 </File>
928 <File
929 RelativePath="..\..\src\regexp-macro-assembler-tracer.cc"
930 >
931 </File>
932 <File
933 RelativePath="..\..\src\regexp-macro-assembler-tracer.h"
934 >
935 </File>
936 <File
937 RelativePath="..\..\src\regexp-stack.cc"
938 >
939 </File>
940 <File
941 RelativePath="..\..\src\register-allocator.h"
942 >
943 </File>
944 <File
945 RelativePath="..\..\src\register-allocator.cc"
946 >
947 </File>
948 <File
949 RelativePath="..\..\src\x64\register-allocator-x64.cc"
950 >
951 </File>
952 <File
953 RelativePath="..\..\src\rewriter.cc"
954 >
955 </File>
956 <File
957 RelativePath="..\..\src\rewriter.h"
958 >
959 </File>
960 <File
961 RelativePath="..\..\src\runtime.cc"
962 >
963 </File>
964 <File
965 RelativePath="..\..\src\runtime.h"
966 >
967 </File>
968 <File
969 RelativePath="..\..\src\runtime-profiler.cc"
970 >
971 </File>
972 <File
973 RelativePath="..\..\src\runtime-profiler.h"
974 >
975 </File>
976 <File
977 RelativePath="..\..\src\safepoint-table.cc"
978 >
979 </File>
980 <File
981 RelativePath="..\..\src\safepoint-table.h"
982 >
983 </File>
984 <File
985 RelativePath="..\..\src\scanner-base.cc"
986 >
987 </File>
988 <File
989 RelativePath="..\..\src\scanner-base.h"
990 >
991 </File>
992 <File
993 RelativePath="..\..\src\scanner.cc"
994 >
995 </File>
996 <File
997 RelativePath="..\..\src\scanner.h"
998 >
999 </File>
1000 <File
1001 RelativePath="..\..\src\scopeinfo.cc"
1002 >
1003 </File>
1004 <File
1005 RelativePath="..\..\src\scopeinfo.h"
1006 >
1007 </File>
1008 <File
1009 RelativePath="..\..\src\scopes.cc"
1010 >
1011 </File>
1012 <File
1013 RelativePath="..\..\src\scopes.h"
1014 >
1015 </File>
1016 <File
1017 RelativePath="..\..\src\serialize.cc"
1018 >
1019 </File>
1020 <File
1021 RelativePath="..\..\src\serialize.h"
1022 >
1023 </File>
1024 <File
1025 RelativePath="..\..\src\shell.h"
1026 >
1027 </File>
1028 <File
1029 RelativePath="..\..\src\small-pointer-list.h"
1030 >
1031 </File>
1032 <File
1033 RelativePath="..\..\src\snapshot-common.cc"
1034 >
1035 </File>
1036 <File
1037 RelativePath="..\..\src\snapshot.h"
1038 >
1039 </File>
1040 <File
1041 RelativePath="..\..\src\spaces-inl.h"
1042 >
1043 </File>
1044 <File
1045 RelativePath="..\..\src\spaces.cc"
1046 >
1047 </File>
1048 <File
1049 RelativePath="..\..\src\spaces.h"
1050 >
1051 </File>
1052 <File
1053 RelativePath="..\..\src\string-search.cc"
1054 >
1055 </File>
1056 <File
1057 RelativePath="..\..\src\string-search.h"
1058 >
1059 </File>
1060 <File
1061 RelativePath="..\..\src\string-stream.cc"
1062 >
1063 </File>
1064 <File
1065 RelativePath="..\..\src\string-stream.h"
1066 >
1067 </File>
1068 <File
1069 RelativePath="..\..\src\strtod.cc"
1070 >
1071 </File>
1072 <File
1073 RelativePath="..\..\src\strtod.h"
1074 >
1075 </File>
1076 <File
1077 RelativePath="..\..\src\x64\stub-cache-x64.cc"
1078 >
1079 </File>
1080 <File
1081 RelativePath="..\..\src\stub-cache.cc"
1082 >
1083 </File>
1084 <File
1085 RelativePath="..\..\src\stub-cache.h"
1086 >
1087 </File>
1088 <File
1089 RelativePath="..\..\src\token.cc"
1090 >
1091 </File>
1092 <File
1093 RelativePath="..\..\src\token.h"
1094 >
1095 </File>
1096 <File
1097 RelativePath="..\..\src\top.cc"
1098 >
1099 </File>
1100 <File
1101 RelativePath="..\..\src\top.h"
1102 >
1103 </File>
1104 <File
1105 RelativePath="..\..\src\type-info.cc"
1106 >
1107 </File>
1108 <File
1109 RelativePath="..\..\src\type-info.h"
1110 >
1111 </File>
1112 <File
1113 RelativePath="..\..\src\unbound-queue-inl.h"
1114 >
1115 </File>
1116 <File
1117 RelativePath="..\..\src\unbound-queue.h"
1118 >
1119 </File>
1120 <File
1121 RelativePath="..\..\src\unicode-inl.h"
1122 >
1123 </File>
1124 <File
1125 RelativePath="..\..\src\unicode.h"
1126 >
1127 </File>
1128 <File
1129 RelativePath="..\..\src\utils.cc"
1130 >
1131 </File>
1132 <File
1133 RelativePath="..\..\src\utils.h"
1134 >
1135 </File>
1136 <File
1137 RelativePath="..\..\src\v8-counters.cc"
1138 >
1139 </File>
1140 <File
1141 RelativePath="..\..\src\v8-counters.h"
1142 >
1143 </File>
1144 <File
1145 RelativePath="..\..\src\v8.cc"
1146 >
1147 </File>
1148 <File
1149 RelativePath="..\..\src\v8.h"
1150 >
1151 </File>
1152 <File
1153 RelativePath="..\..\src\v8checks.h"
1154 >
1155 </File>
1156 <File
1157 RelativePath="..\..\src\v8globals.h"
1158 >
1159 </File>
1160 <File
1161 RelativePath="..\..\src\v8threads.cc"
1162 >
1163 </File>
1164 <File
1165 RelativePath="..\..\src\v8threads.h"
1166 >
1167 </File>
1168 <File
1169 RelativePath="..\..\src\v8utils.h"
1170 >
1171 </File>
1172 <File
1173 RelativePath="..\..\src\variables.cc"
1174 >
1175 </File>
1176 <File
1177 RelativePath="..\..\src\variables.h"
1178 >
1179 </File>
1180 <File
1181 RelativePath="..\..\src\version.cc"
1182 >
1183 </File>
1184 <File
1185 RelativePath="..\..\src\version.h"
1186 >
1187 </File>
1188 <File
1189 RelativePath="..\..\src\virtual-frame-inl.h"
1190 >
1191 </File>
1192 <File
1193 RelativePath="..\..\src\virtual-frame-heavy-inl.h"
1194 >
1195 </File>
1196 <File
1197 RelativePath="..\..\src\virtual-frame.h"
1198 >
1199 </File>
1200 <File
1201 RelativePath="..\..\src\x64\virtual-frame-x64.h"
1202 >
1203 </File>
1204 <File
1205 RelativePath="..\..\src\virtual-frame.cc"
1206 >
1207 </File>
1208 <File
1209 RelativePath="..\..\src\x64\virtual-frame-x64.cc"
1210 >
1211 </File>
1212 <File
1213 RelativePath="..\..\src\virtual-frame-heavy.cc"
1214 >
1215 </File>
1216 <File
1217 RelativePath="..\..\src\vm-state-inl.h"
1218 >
1219 </File>
1220 <File
1221 RelativePath="..\..\src\vm-state.h"
1222 >
1223 </File>
1224 <File
1225 RelativePath="..\..\src\zone-inl.h"
1226 >
1227 </File>
1228 <File
1229 RelativePath="..\..\src\zone.cc"
1230 >
1231 </File>
1232 <File
1233 RelativePath="..\..\src\zone.h"
1234 >
1235 </File>
1236 <File
1237 RelativePath="..\..\src\extensions\externalize-string-extension.cc"
1238 >
1239 </File>
1240 <File
1241 RelativePath="..\..\src\extensions\externalize-string-extension.h"
1242 >
1243 </File>
1244 <File
1245 RelativePath="..\..\src\extensions\gc-extension.cc"
1246 >
1247 </File>
1248 <File
1249 RelativePath="..\..\src\extensions\gc-extension.h"
1250 >
1251 </File>
1252 <Filter
1253 Name="third party"
1254 >
1255 <File
1256 RelativePath="..\..\src\x64\disasm-x64.cc"
1257 >
1258 </File>
1259 <File
1260 RelativePath="..\..\src\disasm.h"
1261 >
1262 </File>
1263 </Filter>
1264 <Filter
1265 Name="generated files"
1266 >
1267 <File
1268 RelativePath="..\..\src\unicode.cc"
1269 >
1270 </File>
1271 </Filter>
1272 </Filter>
1273 <Filter
1274 Name="include"
1275 >
1276 <File
1277 RelativePath="..\..\include\v8-debug.h"
1278 >
1279 </File>
1280 <File
1281 RelativePath="..\..\include\v8-profiler.h"
1282 >
1283 </File>
1284 <File
1285 RelativePath="..\..\include\v8-testing.h"
1286 >
1287 </File>
1288 <File
1289 RelativePath="..\..\include\v8.h"
1290 >
1291 </File>
1292 <File
1293 RelativePath="..\..\include\v8stdint.h"
1294 >
1295 </File>
1296 </Filter>
1297 </Files>
1298 <Globals>
1299 </Globals>
1300 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_base_arm.vcproj ('k') | tools/visual_studio/v8_cctest.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698