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

Side by Side Diff: tools/gyp/v8.gyp

Issue 8139027: Version 3.6.5 (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: '' Created 9 years, 2 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/gcmole/gccause.lua ('k') | tools/linux-tick-processor » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 '../../src/heap.h', 333 '../../src/heap.h',
334 '../../src/heap-profiler.cc', 334 '../../src/heap-profiler.cc',
335 '../../src/heap-profiler.h', 335 '../../src/heap-profiler.h',
336 '../../src/hydrogen.cc', 336 '../../src/hydrogen.cc',
337 '../../src/hydrogen.h', 337 '../../src/hydrogen.h',
338 '../../src/hydrogen-instructions.cc', 338 '../../src/hydrogen-instructions.cc',
339 '../../src/hydrogen-instructions.h', 339 '../../src/hydrogen-instructions.h',
340 '../../src/ic-inl.h', 340 '../../src/ic-inl.h',
341 '../../src/ic.cc', 341 '../../src/ic.cc',
342 '../../src/ic.h', 342 '../../src/ic.h',
343 '../../src/incremental-marking.cc',
344 '../../src/incremental-marking.h',
343 '../../src/inspector.cc', 345 '../../src/inspector.cc',
344 '../../src/inspector.h', 346 '../../src/inspector.h',
345 '../../src/interpreter-irregexp.cc', 347 '../../src/interpreter-irregexp.cc',
346 '../../src/interpreter-irregexp.h', 348 '../../src/interpreter-irregexp.h',
347 '../../src/json-parser.h', 349 '../../src/json-parser.h',
348 '../../src/jsregexp.cc', 350 '../../src/jsregexp.cc',
349 '../../src/jsregexp.h', 351 '../../src/jsregexp.h',
350 '../../src/isolate.cc', 352 '../../src/isolate.cc',
351 '../../src/isolate.h', 353 '../../src/isolate.h',
352 '../../src/list-inl.h', 354 '../../src/list-inl.h',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 '../../src/scopes.h', 426 '../../src/scopes.h',
425 '../../src/serialize.cc', 427 '../../src/serialize.cc',
426 '../../src/serialize.h', 428 '../../src/serialize.h',
427 '../../src/small-pointer-list.h', 429 '../../src/small-pointer-list.h',
428 '../../src/smart-array-pointer.h', 430 '../../src/smart-array-pointer.h',
429 '../../src/snapshot-common.cc', 431 '../../src/snapshot-common.cc',
430 '../../src/snapshot.h', 432 '../../src/snapshot.h',
431 '../../src/spaces-inl.h', 433 '../../src/spaces-inl.h',
432 '../../src/spaces.cc', 434 '../../src/spaces.cc',
433 '../../src/spaces.h', 435 '../../src/spaces.h',
436 '../../src/store-buffer-inl.h',
437 '../../src/store-buffer.cc',
438 '../../src/store-buffer.h',
434 '../../src/string-search.cc', 439 '../../src/string-search.cc',
435 '../../src/string-search.h', 440 '../../src/string-search.h',
436 '../../src/string-stream.cc', 441 '../../src/string-stream.cc',
437 '../../src/string-stream.h', 442 '../../src/string-stream.h',
438 '../../src/strtod.cc', 443 '../../src/strtod.cc',
439 '../../src/strtod.h', 444 '../../src/strtod.h',
440 '../../src/stub-cache.cc', 445 '../../src/stub-cache.cc',
441 '../../src/stub-cache.h', 446 '../../src/stub-cache.h',
442 '../../src/token.cc', 447 '../../src/token.cc',
443 '../../src/token.h', 448 '../../src/token.h',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 'link_settings': { 639 'link_settings': {
635 'libraries': [ 640 'libraries': [
636 '-L/usr/local/lib -lexecinfo', 641 '-L/usr/local/lib -lexecinfo',
637 ]}, 642 ]},
638 'sources': [ 643 'sources': [
639 '../../src/platform-openbsd.cc', 644 '../../src/platform-openbsd.cc',
640 '../../src/platform-posix.cc' 645 '../../src/platform-posix.cc'
641 ], 646 ],
642 } 647 }
643 ], 648 ],
649 ['OS=="solaris"', {
650 'sources': [
651 '../../src/platform-solaris.cc',
652 '../../src/platform-posix.cc',
653 ],
654 }
655 ],
644 ['OS=="mac"', { 656 ['OS=="mac"', {
645 'sources': [ 657 'sources': [
646 '../../src/platform-macos.cc', 658 '../../src/platform-macos.cc',
647 '../../src/platform-posix.cc' 659 '../../src/platform-posix.cc'
648 ]}, 660 ]},
649 ], 661 ],
650 ['OS=="win"', { 662 ['OS=="win"', {
651 'sources': [ 663 'sources': [
652 '../../src/platform-win32.cc', 664 '../../src/platform-win32.cc',
653 '../../src/win32-math.cc', 665 '../../src/win32-math.cc',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 }], 895 }],
884 ], 896 ],
885 'dependencies': [ 897 'dependencies': [
886 'v8' 898 'v8'
887 ], 899 ],
888 }, 900 },
889 ], 901 ],
890 }], 902 }],
891 ], 903 ],
892 } 904 }
OLDNEW
« no previous file with comments | « tools/gcmole/gccause.lua ('k') | tools/linux-tick-processor » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698