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

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

Issue 463523002: Move store-buffer to heap and remove some unnecessary includes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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 | « src/v8.cc ('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 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 '../../src/heap/incremental-marking.h', 523 '../../src/heap/incremental-marking.h',
524 '../../src/heap/mark-compact-inl.h', 524 '../../src/heap/mark-compact-inl.h',
525 '../../src/heap/mark-compact.cc', 525 '../../src/heap/mark-compact.cc',
526 '../../src/heap/mark-compact.h', 526 '../../src/heap/mark-compact.h',
527 '../../src/heap/objects-visiting-inl.h', 527 '../../src/heap/objects-visiting-inl.h',
528 '../../src/heap/objects-visiting.cc', 528 '../../src/heap/objects-visiting.cc',
529 '../../src/heap/objects-visiting.h', 529 '../../src/heap/objects-visiting.h',
530 '../../src/heap/spaces-inl.h', 530 '../../src/heap/spaces-inl.h',
531 '../../src/heap/spaces.cc', 531 '../../src/heap/spaces.cc',
532 '../../src/heap/spaces.h', 532 '../../src/heap/spaces.h',
533 '../../src/heap/store-buffer-inl.h',
534 '../../src/heap/store-buffer.cc',
535 '../../src/heap/store-buffer.h',
533 '../../src/heap/sweeper-thread.h', 536 '../../src/heap/sweeper-thread.h',
534 '../../src/heap/sweeper-thread.cc', 537 '../../src/heap/sweeper-thread.cc',
535 '../../src/hydrogen-alias-analysis.h', 538 '../../src/hydrogen-alias-analysis.h',
536 '../../src/hydrogen-bce.cc', 539 '../../src/hydrogen-bce.cc',
537 '../../src/hydrogen-bce.h', 540 '../../src/hydrogen-bce.h',
538 '../../src/hydrogen-bch.cc', 541 '../../src/hydrogen-bch.cc',
539 '../../src/hydrogen-bch.h', 542 '../../src/hydrogen-bch.h',
540 '../../src/hydrogen-canonicalize.cc', 543 '../../src/hydrogen-canonicalize.cc',
541 '../../src/hydrogen-canonicalize.h', 544 '../../src/hydrogen-canonicalize.h',
542 '../../src/hydrogen-check-elimination.cc', 545 '../../src/hydrogen-check-elimination.cc',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 '../../src/scopeinfo.h', 684 '../../src/scopeinfo.h',
682 '../../src/scopes.cc', 685 '../../src/scopes.cc',
683 '../../src/scopes.h', 686 '../../src/scopes.h',
684 '../../src/serialize.cc', 687 '../../src/serialize.cc',
685 '../../src/serialize.h', 688 '../../src/serialize.h',
686 '../../src/small-pointer-list.h', 689 '../../src/small-pointer-list.h',
687 '../../src/smart-pointers.h', 690 '../../src/smart-pointers.h',
688 '../../src/snapshot.h', 691 '../../src/snapshot.h',
689 '../../src/snapshot-source-sink.cc', 692 '../../src/snapshot-source-sink.cc',
690 '../../src/snapshot-source-sink.h', 693 '../../src/snapshot-source-sink.h',
691 '../../src/store-buffer-inl.h',
692 '../../src/store-buffer.cc',
693 '../../src/store-buffer.h',
694 '../../src/string-search.cc', 694 '../../src/string-search.cc',
695 '../../src/string-search.h', 695 '../../src/string-search.h',
696 '../../src/string-stream.cc', 696 '../../src/string-stream.cc',
697 '../../src/string-stream.h', 697 '../../src/string-stream.h',
698 '../../src/strtod.cc', 698 '../../src/strtod.cc',
699 '../../src/strtod.h', 699 '../../src/strtod.h',
700 '../../src/stub-cache.cc', 700 '../../src/stub-cache.cc',
701 '../../src/stub-cache.h', 701 '../../src/stub-cache.h',
702 '../../src/token.cc', 702 '../../src/token.cc',
703 '../../src/token.h', 703 '../../src/token.h',
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 }], 1525 }],
1526 ['v8_compress_startup_data=="bz2"', { 1526 ['v8_compress_startup_data=="bz2"', {
1527 'libraries': [ 1527 'libraries': [
1528 '-lbz2', 1528 '-lbz2',
1529 ] 1529 ]
1530 }], 1530 }],
1531 ], 1531 ],
1532 }, 1532 },
1533 ], 1533 ],
1534 } 1534 }
OLDNEW
« no previous file with comments | « src/v8.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698