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

Side by Side Diff: src/v8.gyp

Issue 2139133003: [heap] Untangle Marking and friends from heap dependencies. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix comment formatting Created 4 years, 5 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
« no previous file with comments | « src/heap/spaces-inl.h ('k') | test/cctest/heap/test-heap.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 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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 'heap/heap.cc', 859 'heap/heap.cc',
860 'heap/heap.h', 860 'heap/heap.h',
861 'heap/incremental-marking-inl.h', 861 'heap/incremental-marking-inl.h',
862 'heap/incremental-marking-job.cc', 862 'heap/incremental-marking-job.cc',
863 'heap/incremental-marking-job.h', 863 'heap/incremental-marking-job.h',
864 'heap/incremental-marking.cc', 864 'heap/incremental-marking.cc',
865 'heap/incremental-marking.h', 865 'heap/incremental-marking.h',
866 'heap/mark-compact-inl.h', 866 'heap/mark-compact-inl.h',
867 'heap/mark-compact.cc', 867 'heap/mark-compact.cc',
868 'heap/mark-compact.h', 868 'heap/mark-compact.h',
869 'heap/marking.h',
869 'heap/object-stats.cc', 870 'heap/object-stats.cc',
870 'heap/object-stats.h', 871 'heap/object-stats.h',
871 'heap/objects-visiting-inl.h', 872 'heap/objects-visiting-inl.h',
872 'heap/objects-visiting.cc', 873 'heap/objects-visiting.cc',
873 'heap/objects-visiting.h', 874 'heap/objects-visiting.h',
874 'heap/page-parallel-job.h', 875 'heap/page-parallel-job.h',
875 'heap/remembered-set.cc', 876 'heap/remembered-set.cc',
876 'heap/remembered-set.h', 877 'heap/remembered-set.h',
877 'heap/scavenge-job.h', 878 'heap/scavenge-job.h',
878 'heap/scavenge-job.cc', 879 'heap/scavenge-job.cc',
(...skipping 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after
2291 }], 2292 }],
2292 ['want_separate_host_toolset==1', { 2293 ['want_separate_host_toolset==1', {
2293 'toolsets': ['host'], 2294 'toolsets': ['host'],
2294 }, { 2295 }, {
2295 'toolsets': ['target'], 2296 'toolsets': ['target'],
2296 }], 2297 }],
2297 ], 2298 ],
2298 }, 2299 },
2299 ], 2300 ],
2300 } 2301 }
OLDNEW
« no previous file with comments | « src/heap/spaces-inl.h ('k') | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698