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

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

Issue 1608583002: New page local store buffer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase and fix signed unsigned conversion Created 4 years, 10 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 | « test/unittests/unittests.gyp ('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 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 '../../src/heap/object-stats.cc', 864 '../../src/heap/object-stats.cc',
865 '../../src/heap/object-stats.h', 865 '../../src/heap/object-stats.h',
866 '../../src/heap/objects-visiting-inl.h', 866 '../../src/heap/objects-visiting-inl.h',
867 '../../src/heap/objects-visiting.cc', 867 '../../src/heap/objects-visiting.cc',
868 '../../src/heap/objects-visiting.h', 868 '../../src/heap/objects-visiting.h',
869 '../../src/heap/scavenge-job.h', 869 '../../src/heap/scavenge-job.h',
870 '../../src/heap/scavenge-job.cc', 870 '../../src/heap/scavenge-job.cc',
871 '../../src/heap/scavenger-inl.h', 871 '../../src/heap/scavenger-inl.h',
872 '../../src/heap/scavenger.cc', 872 '../../src/heap/scavenger.cc',
873 '../../src/heap/scavenger.h', 873 '../../src/heap/scavenger.h',
874 '../../src/heap/slot-set.h',
874 '../../src/heap/slots-buffer.cc', 875 '../../src/heap/slots-buffer.cc',
875 '../../src/heap/slots-buffer.h', 876 '../../src/heap/slots-buffer.h',
876 '../../src/heap/spaces-inl.h', 877 '../../src/heap/spaces-inl.h',
877 '../../src/heap/spaces.cc', 878 '../../src/heap/spaces.cc',
878 '../../src/heap/spaces.h', 879 '../../src/heap/spaces.h',
879 '../../src/heap/store-buffer-inl.h', 880 '../../src/heap/store-buffer-inl.h',
880 '../../src/heap/store-buffer.cc', 881 '../../src/heap/store-buffer.cc',
881 '../../src/heap/store-buffer.h', 882 '../../src/heap/store-buffer.h',
882 '../../src/i18n.cc', 883 '../../src/i18n.cc',
883 '../../src/i18n.h', 884 '../../src/i18n.h',
(...skipping 1295 matching lines...) Expand 10 before | Expand all | Expand 10 after
2179 }], 2180 }],
2180 ['want_separate_host_toolset==1', { 2181 ['want_separate_host_toolset==1', {
2181 'toolsets': ['host'], 2182 'toolsets': ['host'],
2182 }, { 2183 }, {
2183 'toolsets': ['target'], 2184 'toolsets': ['target'],
2184 }], 2185 }],
2185 ], 2186 ],
2186 }, 2187 },
2187 ], 2188 ],
2188 } 2189 }
OLDNEW
« no previous file with comments | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698