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

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

Issue 12633: * Added new regexp source files to VS project. (Closed)
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="v8_base" 5 Name="v8_base"
6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}" 6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}"
7 RootNamespace="v8_base" 7 RootNamespace="v8_base"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 </File> 290 </File>
291 <File 291 <File
292 RelativePath="..\..\src\assembler-ia32.cc" 292 RelativePath="..\..\src\assembler-ia32.cc"
293 > 293 >
294 </File> 294 </File>
295 <File 295 <File
296 RelativePath="..\..\src\assembler-ia32.h" 296 RelativePath="..\..\src\assembler-ia32.h"
297 > 297 >
298 </File> 298 </File>
299 <File 299 <File
300 RelativePath="..\..\src\assembler-irregexp-inl.h "
301 >
302 </File>
303 <File
304 RelativePath="..\..\src\assembler-irregexp.cc"
305 >
306 </File>
307 <File
308 RelativePath="..\..\src\assembler-irregexp.h"
309 >
310 </File>
311 <File
300 RelativePath="..\..\src\assembler.cc" 312 RelativePath="..\..\src\assembler.cc"
301 > 313 >
302 </File> 314 </File>
303 <File 315 <File
304 RelativePath="..\..\src\assembler.h" 316 RelativePath="..\..\src\assembler.h"
305 > 317 >
306 </File> 318 </File>
307 <File 319 <File
308 RelativePath="..\..\src\ast.cc" 320 RelativePath="..\..\src\ast.cc"
309 > 321 >
(...skipping 16 matching lines...) Expand all
326 </File> 338 </File>
327 <File 339 <File
328 RelativePath="..\..\src\builtins.cc" 340 RelativePath="..\..\src\builtins.cc"
329 > 341 >
330 </File> 342 </File>
331 <File 343 <File
332 RelativePath="..\..\src\builtins.h" 344 RelativePath="..\..\src\builtins.h"
333 > 345 >
334 </File> 346 </File>
335 <File 347 <File
348 RelativePath="..\..\src\bytecodes-irregexp.h"
349 >
350 </File>
351 <File
336 RelativePath="..\..\src\char-predicates-inl.h" 352 RelativePath="..\..\src\char-predicates-inl.h"
337 > 353 >
338 </File> 354 </File>
339 <File 355 <File
340 RelativePath="..\..\src\char-predicates.h" 356 RelativePath="..\..\src\char-predicates.h"
341 > 357 >
342 </File> 358 </File>
343 <File 359 <File
344 RelativePath="..\..\src\checks.cc" 360 RelativePath="..\..\src\checks.cc"
345 > 361 >
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 </File> 578 </File>
563 <File 579 <File
564 RelativePath="..\..\src\ic.h" 580 RelativePath="..\..\src\ic.h"
565 > 581 >
566 </File> 582 </File>
567 <File 583 <File
568 RelativePath="..\..\src\interceptors.h" 584 RelativePath="..\..\src\interceptors.h"
569 > 585 >
570 </File> 586 </File>
571 <File 587 <File
588 RelativePath="..\..\src\interpreter-irregexp.cc"
589 >
590 </File>
591 <File
592 RelativePath="..\..\src\interpreter-irregexp.h"
593 >
594 </File>
595 <File
596 RelativePath="..\..\src\jsregexp-inl.h"
597 >
598 </File>
599 <File
572 RelativePath="..\..\src\jsregexp.cc" 600 RelativePath="..\..\src\jsregexp.cc"
573 > 601 >
574 </File> 602 </File>
575 <File 603 <File
576 RelativePath="..\..\src\jsregexp.h" 604 RelativePath="..\..\src\jsregexp.h"
577 > 605 >
578 </File> 606 </File>
579 <File 607 <File
580 RelativePath="..\..\src\list-inl.h" 608 RelativePath="..\..\src\list-inl.h"
581 > 609 >
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 </File> 714 </File>
687 <File 715 <File
688 RelativePath="..\..\src\property.cc" 716 RelativePath="..\..\src\property.cc"
689 > 717 >
690 </File> 718 </File>
691 <File 719 <File
692 RelativePath="..\..\src\property.h" 720 RelativePath="..\..\src\property.h"
693 > 721 >
694 </File> 722 </File>
695 <File 723 <File
724 RelativePath="..\..\src\regexp-macro-assembler-i a32.cc"
725 >
726 </File>
727 <File
728 RelativePath="..\..\src\regexp-macro-assembler-i a32.h"
729 >
730 </File>
731 <File
732 RelativePath="..\..\src\regexp-macro-assembler-i rregexp.cc"
733 >
734 </File>
735 <File
736 RelativePath="..\..\src\regexp-macro-assembler-i rregexp.h"
737 >
738 </File>
739 <File
740 RelativePath="..\..\src\regexp-macro-assembler.c c"
741 >
742 </File>
743 <File
744 RelativePath="..\..\src\regexp-macro-assembler.h "
745 >
746 </File>
747 <File
696 RelativePath="..\..\src\rewriter.cc" 748 RelativePath="..\..\src\rewriter.cc"
697 > 749 >
698 </File> 750 </File>
699 <File 751 <File
700 RelativePath="..\..\src\rewriter.h" 752 RelativePath="..\..\src\rewriter.h"
701 > 753 >
702 </File> 754 </File>
703 <File 755 <File
704 RelativePath="..\..\src\runtime.cc" 756 RelativePath="..\..\src\runtime.cc"
705 > 757 >
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 </File> 950 </File>
899 <File 951 <File
900 RelativePath="..\..\include\v8.h" 952 RelativePath="..\..\include\v8.h"
901 > 953 >
902 </File> 954 </File>
903 </Filter> 955 </Filter>
904 </Files> 956 </Files>
905 <Globals> 957 <Globals>
906 </Globals> 958 </Globals>
907 </VisualStudioProject> 959 </VisualStudioProject>
OLDNEW
« src/regexp-macro-assembler-ia32.cc ('K') | « src/regexp-macro-assembler-ia32.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698