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

Side by Side Diff: src/v8.gyp

Issue 2601643002: [runtime] Add MapUpdater class that manages all kinds of map updates. (Closed)
Patch Set: Addressing comments Created 3 years, 11 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/property-details.h ('k') | src/value-serializer.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 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 'log-inl.h', 1053 'log-inl.h',
1054 'log-utils.cc', 1054 'log-utils.cc',
1055 'log-utils.h', 1055 'log-utils.h',
1056 'log.cc', 1056 'log.cc',
1057 'log.h', 1057 'log.h',
1058 'lookup-cache-inl.h', 1058 'lookup-cache-inl.h',
1059 'lookup-cache.cc', 1059 'lookup-cache.cc',
1060 'lookup-cache.h', 1060 'lookup-cache.h',
1061 'lookup.cc', 1061 'lookup.cc',
1062 'lookup.h', 1062 'lookup.h',
1063 'map-updater.cc',
1064 'map-updater.h',
1063 'macro-assembler.h', 1065 'macro-assembler.h',
1064 'machine-type.cc', 1066 'machine-type.cc',
1065 'machine-type.h', 1067 'machine-type.h',
1066 'messages.cc', 1068 'messages.cc',
1067 'messages.h', 1069 'messages.h',
1068 'msan.h', 1070 'msan.h',
1069 'objects-body-descriptors-inl.h', 1071 'objects-body-descriptors-inl.h',
1070 'objects-body-descriptors.h', 1072 'objects-body-descriptors.h',
1071 'objects-debug.cc', 1073 'objects-debug.cc',
1072 'objects-inl.h', 1074 'objects-inl.h',
(...skipping 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after
2493 'conditions': [ 2495 'conditions': [
2494 ['want_separate_host_toolset_mkpeephole==1', { 2496 ['want_separate_host_toolset_mkpeephole==1', {
2495 'toolsets': ['host'], 2497 'toolsets': ['host'],
2496 }, { 2498 }, {
2497 'toolsets': ['target'], 2499 'toolsets': ['target'],
2498 }], 2500 }],
2499 ], 2501 ],
2500 }, 2502 },
2501 ], 2503 ],
2502 } 2504 }
OLDNEW
« no previous file with comments | « src/property-details.h ('k') | src/value-serializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698