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

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

Issue 437993003: Move a bunch of GC related files to heap/ subdirectory (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: make presubmit happy 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 | « test/cctest/test-weaktypedarrays.cc ('k') | tools/presubmit.py » ('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 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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 '../../src/flag-definitions.h', 525 '../../src/flag-definitions.h',
526 '../../src/flags.cc', 526 '../../src/flags.cc',
527 '../../src/flags.h', 527 '../../src/flags.h',
528 '../../src/frames-inl.h', 528 '../../src/frames-inl.h',
529 '../../src/frames.cc', 529 '../../src/frames.cc',
530 '../../src/frames.h', 530 '../../src/frames.h',
531 '../../src/full-codegen.cc', 531 '../../src/full-codegen.cc',
532 '../../src/full-codegen.h', 532 '../../src/full-codegen.h',
533 '../../src/func-name-inferrer.cc', 533 '../../src/func-name-inferrer.cc',
534 '../../src/func-name-inferrer.h', 534 '../../src/func-name-inferrer.h',
535 '../../src/gc-tracer.cc',
536 '../../src/gc-tracer.h',
537 '../../src/gdb-jit.cc', 535 '../../src/gdb-jit.cc',
538 '../../src/gdb-jit.h', 536 '../../src/gdb-jit.h',
539 '../../src/global-handles.cc', 537 '../../src/global-handles.cc',
540 '../../src/global-handles.h', 538 '../../src/global-handles.h',
541 '../../src/globals.h', 539 '../../src/globals.h',
542 '../../src/handles-inl.h', 540 '../../src/handles-inl.h',
543 '../../src/handles.cc', 541 '../../src/handles.cc',
544 '../../src/handles.h', 542 '../../src/handles.h',
545 '../../src/hashmap.h', 543 '../../src/hashmap.h',
546 '../../src/heap-inl.h',
547 '../../src/heap-profiler.cc', 544 '../../src/heap-profiler.cc',
548 '../../src/heap-profiler.h', 545 '../../src/heap-profiler.h',
549 '../../src/heap-snapshot-generator-inl.h', 546 '../../src/heap-snapshot-generator-inl.h',
550 '../../src/heap-snapshot-generator.cc', 547 '../../src/heap-snapshot-generator.cc',
551 '../../src/heap-snapshot-generator.h', 548 '../../src/heap-snapshot-generator.h',
552 '../../src/heap.cc', 549 '../../src/heap/gc-tracer.cc',
553 '../../src/heap.h', 550 '../../src/heap/gc-tracer.h',
551 '../../src/heap/heap-inl.h',
552 '../../src/heap/heap.cc',
553 '../../src/heap/heap.h',
554 '../../src/heap/incremental-marking-inl.h',
555 '../../src/heap/incremental-marking.cc',
556 '../../src/heap/incremental-marking.h',
557 '../../src/heap/mark-compact-inl.h',
558 '../../src/heap/mark-compact.cc',
559 '../../src/heap/mark-compact.h',
560 '../../src/heap/spaces-inl.h',
561 '../../src/heap/spaces.cc',
562 '../../src/heap/spaces.h',
563 '../../src/heap/sweeper-thread.h',
564 '../../src/heap/sweeper-thread.cc',
554 '../../src/hydrogen-alias-analysis.h', 565 '../../src/hydrogen-alias-analysis.h',
555 '../../src/hydrogen-bce.cc', 566 '../../src/hydrogen-bce.cc',
556 '../../src/hydrogen-bce.h', 567 '../../src/hydrogen-bce.h',
557 '../../src/hydrogen-bch.cc', 568 '../../src/hydrogen-bch.cc',
558 '../../src/hydrogen-bch.h', 569 '../../src/hydrogen-bch.h',
559 '../../src/hydrogen-canonicalize.cc', 570 '../../src/hydrogen-canonicalize.cc',
560 '../../src/hydrogen-canonicalize.h', 571 '../../src/hydrogen-canonicalize.h',
561 '../../src/hydrogen-check-elimination.cc', 572 '../../src/hydrogen-check-elimination.cc',
562 '../../src/hydrogen-check-elimination.h', 573 '../../src/hydrogen-check-elimination.h',
563 '../../src/hydrogen-dce.cc', 574 '../../src/hydrogen-dce.cc',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 '../../src/hydrogen-types.h', 614 '../../src/hydrogen-types.h',
604 '../../src/hydrogen-uint32-analysis.cc', 615 '../../src/hydrogen-uint32-analysis.cc',
605 '../../src/hydrogen-uint32-analysis.h', 616 '../../src/hydrogen-uint32-analysis.h',
606 '../../src/i18n.cc', 617 '../../src/i18n.cc',
607 '../../src/i18n.h', 618 '../../src/i18n.h',
608 '../../src/icu_util.cc', 619 '../../src/icu_util.cc',
609 '../../src/icu_util.h', 620 '../../src/icu_util.h',
610 '../../src/ic-inl.h', 621 '../../src/ic-inl.h',
611 '../../src/ic.cc', 622 '../../src/ic.cc',
612 '../../src/ic.h', 623 '../../src/ic.h',
613 '../../src/incremental-marking.cc',
614 '../../src/incremental-marking.h',
615 '../../src/interface.cc', 624 '../../src/interface.cc',
616 '../../src/interface.h', 625 '../../src/interface.h',
617 '../../src/interpreter-irregexp.cc', 626 '../../src/interpreter-irregexp.cc',
618 '../../src/interpreter-irregexp.h', 627 '../../src/interpreter-irregexp.h',
619 '../../src/isolate.cc', 628 '../../src/isolate.cc',
620 '../../src/isolate.h', 629 '../../src/isolate.h',
621 '../../src/json-parser.h', 630 '../../src/json-parser.h',
622 '../../src/json-stringifier.h', 631 '../../src/json-stringifier.h',
623 '../../src/jsregexp-inl.h', 632 '../../src/jsregexp-inl.h',
624 '../../src/jsregexp.cc', 633 '../../src/jsregexp.cc',
(...skipping 11 matching lines...) Expand all
636 '../../src/liveedit.cc', 645 '../../src/liveedit.cc',
637 '../../src/liveedit.h', 646 '../../src/liveedit.h',
638 '../../src/log-inl.h', 647 '../../src/log-inl.h',
639 '../../src/log-utils.cc', 648 '../../src/log-utils.cc',
640 '../../src/log-utils.h', 649 '../../src/log-utils.h',
641 '../../src/log.cc', 650 '../../src/log.cc',
642 '../../src/log.h', 651 '../../src/log.h',
643 '../../src/lookup.cc', 652 '../../src/lookup.cc',
644 '../../src/lookup.h', 653 '../../src/lookup.h',
645 '../../src/macro-assembler.h', 654 '../../src/macro-assembler.h',
646 '../../src/mark-compact.cc',
647 '../../src/mark-compact.h',
648 '../../src/messages.cc', 655 '../../src/messages.cc',
649 '../../src/messages.h', 656 '../../src/messages.h',
650 '../../src/msan.h', 657 '../../src/msan.h',
651 '../../src/natives.h', 658 '../../src/natives.h',
652 '../../src/objects-debug.cc', 659 '../../src/objects-debug.cc',
653 '../../src/objects-inl.h', 660 '../../src/objects-inl.h',
654 '../../src/objects-printer.cc', 661 '../../src/objects-printer.cc',
655 '../../src/objects-visiting.cc', 662 '../../src/objects-visiting.cc',
656 '../../src/objects-visiting.h', 663 '../../src/objects-visiting.h',
657 '../../src/objects.cc', 664 '../../src/objects.cc',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 '../../src/scopeinfo.h', 712 '../../src/scopeinfo.h',
706 '../../src/scopes.cc', 713 '../../src/scopes.cc',
707 '../../src/scopes.h', 714 '../../src/scopes.h',
708 '../../src/serialize.cc', 715 '../../src/serialize.cc',
709 '../../src/serialize.h', 716 '../../src/serialize.h',
710 '../../src/small-pointer-list.h', 717 '../../src/small-pointer-list.h',
711 '../../src/smart-pointers.h', 718 '../../src/smart-pointers.h',
712 '../../src/snapshot.h', 719 '../../src/snapshot.h',
713 '../../src/snapshot-source-sink.cc', 720 '../../src/snapshot-source-sink.cc',
714 '../../src/snapshot-source-sink.h', 721 '../../src/snapshot-source-sink.h',
715 '../../src/spaces-inl.h',
716 '../../src/spaces.cc',
717 '../../src/spaces.h',
718 '../../src/store-buffer-inl.h', 722 '../../src/store-buffer-inl.h',
719 '../../src/store-buffer.cc', 723 '../../src/store-buffer.cc',
720 '../../src/store-buffer.h', 724 '../../src/store-buffer.h',
721 '../../src/string-search.cc', 725 '../../src/string-search.cc',
722 '../../src/string-search.h', 726 '../../src/string-search.h',
723 '../../src/string-stream.cc', 727 '../../src/string-stream.cc',
724 '../../src/string-stream.h', 728 '../../src/string-stream.h',
725 '../../src/strtod.cc', 729 '../../src/strtod.cc',
726 '../../src/strtod.h', 730 '../../src/strtod.h',
727 '../../src/stub-cache.cc', 731 '../../src/stub-cache.cc',
728 '../../src/stub-cache.h', 732 '../../src/stub-cache.h',
729 '../../src/sweeper-thread.h',
730 '../../src/sweeper-thread.cc',
731 '../../src/token.cc', 733 '../../src/token.cc',
732 '../../src/token.h', 734 '../../src/token.h',
733 '../../src/transitions-inl.h', 735 '../../src/transitions-inl.h',
734 '../../src/transitions.cc', 736 '../../src/transitions.cc',
735 '../../src/transitions.h', 737 '../../src/transitions.h',
736 '../../src/type-info.cc', 738 '../../src/type-info.cc',
737 '../../src/type-info.h', 739 '../../src/type-info.h',
738 '../../src/types-inl.h', 740 '../../src/types-inl.h',
739 '../../src/types.cc', 741 '../../src/types.cc',
740 '../../src/types.h', 742 '../../src/types.h',
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
1551 }], 1553 }],
1552 ['v8_compress_startup_data=="bz2"', { 1554 ['v8_compress_startup_data=="bz2"', {
1553 'libraries': [ 1555 'libraries': [
1554 '-lbz2', 1556 '-lbz2',
1555 ] 1557 ]
1556 }], 1558 }],
1557 ], 1559 ],
1558 }, 1560 },
1559 ], 1561 ],
1560 } 1562 }
OLDNEW
« no previous file with comments | « test/cctest/test-weaktypedarrays.cc ('k') | tools/presubmit.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698