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

Side by Side Diff: BUILD.gn

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 | « no previous file | src/builtins.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # TODO(jochen): These will need to be user-settable to support standalone V8 5 # TODO(jochen): These will need to be user-settable to support standalone V8
6 # builds. 6 # builds.
7 v8_compress_startup_data = "off" 7 v8_compress_startup_data = "off"
8 v8_deprecation_warnings = false 8 v8_deprecation_warnings = false
9 v8_enable_disassembler = false 9 v8_enable_disassembler = false
10 v8_enable_gdbjit = false 10 v8_enable_gdbjit = false
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 "src/flag-definitions.h", 625 "src/flag-definitions.h",
626 "src/flags.cc", 626 "src/flags.cc",
627 "src/flags.h", 627 "src/flags.h",
628 "src/frames-inl.h", 628 "src/frames-inl.h",
629 "src/frames.cc", 629 "src/frames.cc",
630 "src/frames.h", 630 "src/frames.h",
631 "src/full-codegen.cc", 631 "src/full-codegen.cc",
632 "src/full-codegen.h", 632 "src/full-codegen.h",
633 "src/func-name-inferrer.cc", 633 "src/func-name-inferrer.cc",
634 "src/func-name-inferrer.h", 634 "src/func-name-inferrer.h",
635 "src/gc-tracer.cc",
636 "src/gc-tracer.h",
637 "src/gdb-jit.cc", 635 "src/gdb-jit.cc",
638 "src/gdb-jit.h", 636 "src/gdb-jit.h",
639 "src/global-handles.cc", 637 "src/global-handles.cc",
640 "src/global-handles.h", 638 "src/global-handles.h",
641 "src/globals.h", 639 "src/globals.h",
642 "src/handles-inl.h", 640 "src/handles-inl.h",
643 "src/handles.cc", 641 "src/handles.cc",
644 "src/handles.h", 642 "src/handles.h",
645 "src/hashmap.h", 643 "src/hashmap.h",
646 "src/heap-inl.h",
647 "src/heap-profiler.cc", 644 "src/heap-profiler.cc",
648 "src/heap-profiler.h", 645 "src/heap-profiler.h",
649 "src/heap-snapshot-generator-inl.h", 646 "src/heap-snapshot-generator-inl.h",
650 "src/heap-snapshot-generator.cc", 647 "src/heap-snapshot-generator.cc",
651 "src/heap-snapshot-generator.h", 648 "src/heap-snapshot-generator.h",
652 "src/heap.cc", 649 "src/heap/gc-tracer.cc",
653 "src/heap.h", 650 "src/heap/gc-tracer.h",
651 "src/heap/heap-inl.h",
652 "src/heap/heap.cc",
653 "src/heap/heap.h",
654 "src/heap/incremental-marking.cc",
655 "src/heap/incremental-marking.h",
656 "src/heap/mark-compact-inl.h",
657 "src/heap/mark-compact.cc",
658 "src/heap/mark-compact.h",
659 "src/heap/spaces-inl.h",
660 "src/heap/spaces.cc",
661 "src/heap/spaces.h",
662 "src/heap/sweeper-thread.h",
663 "src/heap/sweeper-thread.cc",
654 "src/hydrogen-alias-analysis.h", 664 "src/hydrogen-alias-analysis.h",
655 "src/hydrogen-bce.cc", 665 "src/hydrogen-bce.cc",
656 "src/hydrogen-bce.h", 666 "src/hydrogen-bce.h",
657 "src/hydrogen-bch.cc", 667 "src/hydrogen-bch.cc",
658 "src/hydrogen-bch.h", 668 "src/hydrogen-bch.h",
659 "src/hydrogen-canonicalize.cc", 669 "src/hydrogen-canonicalize.cc",
660 "src/hydrogen-canonicalize.h", 670 "src/hydrogen-canonicalize.h",
661 "src/hydrogen-check-elimination.cc", 671 "src/hydrogen-check-elimination.cc",
662 "src/hydrogen-check-elimination.h", 672 "src/hydrogen-check-elimination.h",
663 "src/hydrogen-dce.cc", 673 "src/hydrogen-dce.cc",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 "src/hydrogen-types.h", 713 "src/hydrogen-types.h",
704 "src/hydrogen-uint32-analysis.cc", 714 "src/hydrogen-uint32-analysis.cc",
705 "src/hydrogen-uint32-analysis.h", 715 "src/hydrogen-uint32-analysis.h",
706 "src/i18n.cc", 716 "src/i18n.cc",
707 "src/i18n.h", 717 "src/i18n.h",
708 "src/icu_util.cc", 718 "src/icu_util.cc",
709 "src/icu_util.h", 719 "src/icu_util.h",
710 "src/ic-inl.h", 720 "src/ic-inl.h",
711 "src/ic.cc", 721 "src/ic.cc",
712 "src/ic.h", 722 "src/ic.h",
713 "src/incremental-marking.cc",
714 "src/incremental-marking.h",
715 "src/interface.cc", 723 "src/interface.cc",
716 "src/interface.h", 724 "src/interface.h",
717 "src/interpreter-irregexp.cc", 725 "src/interpreter-irregexp.cc",
718 "src/interpreter-irregexp.h", 726 "src/interpreter-irregexp.h",
719 "src/isolate.cc", 727 "src/isolate.cc",
720 "src/isolate.h", 728 "src/isolate.h",
721 "src/json-parser.h", 729 "src/json-parser.h",
722 "src/json-stringifier.h", 730 "src/json-stringifier.h",
723 "src/jsregexp-inl.h", 731 "src/jsregexp-inl.h",
724 "src/jsregexp.cc", 732 "src/jsregexp.cc",
(...skipping 10 matching lines...) Expand all
735 "src/liveedit.cc", 743 "src/liveedit.cc",
736 "src/liveedit.h", 744 "src/liveedit.h",
737 "src/log-inl.h", 745 "src/log-inl.h",
738 "src/log-utils.cc", 746 "src/log-utils.cc",
739 "src/log-utils.h", 747 "src/log-utils.h",
740 "src/log.cc", 748 "src/log.cc",
741 "src/log.h", 749 "src/log.h",
742 "src/lookup.cc", 750 "src/lookup.cc",
743 "src/lookup.h", 751 "src/lookup.h",
744 "src/macro-assembler.h", 752 "src/macro-assembler.h",
745 "src/mark-compact.cc",
746 "src/mark-compact.h",
747 "src/messages.cc", 753 "src/messages.cc",
748 "src/messages.h", 754 "src/messages.h",
749 "src/msan.h", 755 "src/msan.h",
750 "src/natives.h", 756 "src/natives.h",
751 "src/objects-debug.cc", 757 "src/objects-debug.cc",
752 "src/objects-inl.h", 758 "src/objects-inl.h",
753 "src/objects-printer.cc", 759 "src/objects-printer.cc",
754 "src/objects-visiting.cc", 760 "src/objects-visiting.cc",
755 "src/objects-visiting.h", 761 "src/objects-visiting.h",
756 "src/objects.cc", 762 "src/objects.cc",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 "src/scopeinfo.h", 810 "src/scopeinfo.h",
805 "src/scopes.cc", 811 "src/scopes.cc",
806 "src/scopes.h", 812 "src/scopes.h",
807 "src/serialize.cc", 813 "src/serialize.cc",
808 "src/serialize.h", 814 "src/serialize.h",
809 "src/small-pointer-list.h", 815 "src/small-pointer-list.h",
810 "src/smart-pointers.h", 816 "src/smart-pointers.h",
811 "src/snapshot-source-sink.cc", 817 "src/snapshot-source-sink.cc",
812 "src/snapshot-source-sink.h", 818 "src/snapshot-source-sink.h",
813 "src/snapshot.h", 819 "src/snapshot.h",
814 "src/spaces-inl.h",
815 "src/spaces.cc",
816 "src/spaces.h",
817 "src/store-buffer-inl.h", 820 "src/store-buffer-inl.h",
818 "src/store-buffer.cc", 821 "src/store-buffer.cc",
819 "src/store-buffer.h", 822 "src/store-buffer.h",
820 "src/string-search.cc", 823 "src/string-search.cc",
821 "src/string-search.h", 824 "src/string-search.h",
822 "src/string-stream.cc", 825 "src/string-stream.cc",
823 "src/string-stream.h", 826 "src/string-stream.h",
824 "src/strtod.cc", 827 "src/strtod.cc",
825 "src/strtod.h", 828 "src/strtod.h",
826 "src/stub-cache.cc", 829 "src/stub-cache.cc",
827 "src/stub-cache.h", 830 "src/stub-cache.h",
828 "src/sweeper-thread.h",
829 "src/sweeper-thread.cc",
830 "src/token.cc", 831 "src/token.cc",
831 "src/token.h", 832 "src/token.h",
832 "src/transitions-inl.h", 833 "src/transitions-inl.h",
833 "src/transitions.cc", 834 "src/transitions.cc",
834 "src/transitions.h", 835 "src/transitions.h",
835 "src/type-info.cc", 836 "src/type-info.cc",
836 "src/type-info.h", 837 "src/type-info.h",
837 "src/types-inl.h", 838 "src/types-inl.h",
838 "src/types.cc", 839 "src/types.cc",
839 "src/types.h", 840 "src/types.h",
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 deps = [ 1284 deps = [
1284 ":v8_base", 1285 ":v8_base",
1285 ":v8_nosnapshot", 1286 ":v8_nosnapshot",
1286 ] 1287 ]
1287 } 1288 }
1288 1289
1289 direct_dependent_configs = [ ":external_config" ] 1290 direct_dependent_configs = [ ":external_config" ]
1290 } 1291 }
1291 1292
1292 } 1293 }
OLDNEW
« no previous file with comments | « no previous file | src/builtins.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698