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

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

Issue 1148007: Merge bleeding_edge from version 2.1.3 up to revision 4205... (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/partial_snapshots/
Patch Set: Created 10 years, 9 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
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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 </File> 246 </File>
247 <File 247 <File
248 RelativePath="..\..\src\checks.cc" 248 RelativePath="..\..\src\checks.cc"
249 > 249 >
250 </File> 250 </File>
251 <File 251 <File
252 RelativePath="..\..\src\checks.h" 252 RelativePath="..\..\src\checks.h"
253 > 253 >
254 </File> 254 </File>
255 <File 255 <File
256 RelativePath="..\..\src\circular-queue-inl.h"
257 >
258 </File>
259 <File
260 RelativePath="..\..\src\circular-queue.cc"
261 >
262 </File>
263 <File
264 RelativePath="..\..\src\circular-queue.h"
265 >
266 </File>
267 <File
256 RelativePath="..\..\src\code-stubs.cc" 268 RelativePath="..\..\src\code-stubs.cc"
257 > 269 >
258 </File> 270 </File>
259 <File 271 <File
260 RelativePath="..\..\src\code-stubs.h" 272 RelativePath="..\..\src\code-stubs.h"
261 > 273 >
262 </File> 274 </File>
263 <File 275 <File
264 RelativePath="..\..\src\code.h" 276 RelativePath="..\..\src\code.h"
265 > 277 >
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 </File> 342 </File>
331 <File 343 <File
332 RelativePath="..\..\src\ia32\cpu-ia32.cc" 344 RelativePath="..\..\src\ia32\cpu-ia32.cc"
333 > 345 >
334 </File> 346 </File>
335 <File 347 <File
336 RelativePath="..\..\src\cpu.h" 348 RelativePath="..\..\src\cpu.h"
337 > 349 >
338 </File> 350 </File>
339 <File 351 <File
352 RelativePath="..\..\src\cpu-profiler.cc"
353 >
354 </File>
355 <File
356 RelativePath="..\..\src\cpu-profiler.h"
357 >
358 </File>
359 <File
360 RelativePath="..\..\src\cpu-profiler-inl.h"
361 >
362 </File>
363 <File
340 RelativePath="..\..\src\data-flow.cc" 364 RelativePath="..\..\src\data-flow.cc"
341 > 365 >
342 </File> 366 </File>
343 <File 367 <File
344 RelativePath="..\..\src\data-flow.h" 368 RelativePath="..\..\src\data-flow.h"
345 > 369 >
346 </File> 370 </File>
347 <File 371 <File
348 RelativePath="..\..\src\dateparser.cc" 372 RelativePath="..\..\src\dateparser.cc"
349 > 373 >
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 </File> 702 </File>
679 <File 703 <File
680 RelativePath="..\..\src\parser.cc" 704 RelativePath="..\..\src\parser.cc"
681 > 705 >
682 </File> 706 </File>
683 <File 707 <File
684 RelativePath="..\..\src\parser.h" 708 RelativePath="..\..\src\parser.h"
685 > 709 >
686 </File> 710 </File>
687 <File 711 <File
712 RelativePath="..\..\src\profile-generator.cc"
713 >
714 </File>
715 <File
716 RelativePath="..\..\src\profile-generator.h"
717 >
718 </File>
719 <File
720 RelativePath="..\..\src\profile-generator-inl.h"
721 >
722 </File>
723 <File
688 RelativePath="..\..\src\platform-win32.cc" 724 RelativePath="..\..\src\platform-win32.cc"
689 > 725 >
690 </File> 726 </File>
691 <File 727 <File
692 RelativePath="..\..\src\platform.h" 728 RelativePath="..\..\src\platform.h"
693 > 729 >
694 </File> 730 </File>
695 <File 731 <File
696 RelativePath="..\..\src\prettyprinter.cc" 732 RelativePath="..\..\src\prettyprinter.cc"
697 > 733 >
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 </File> 1026 </File>
991 <File 1027 <File
992 RelativePath="..\..\include\v8.h" 1028 RelativePath="..\..\include\v8.h"
993 > 1029 >
994 </File> 1030 </File>
995 </Filter> 1031 </Filter>
996 </Files> 1032 </Files>
997 <Globals> 1033 <Globals>
998 </Globals> 1034 </Globals>
999 </VisualStudioProject> 1035 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698