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

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

Issue 1751863002: [serializer] split up src/snapshot/serialize.* (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix Created 4 years, 9 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
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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 '../../src/char-predicates-inl.h', 514 '../../src/char-predicates-inl.h',
515 '../../src/char-predicates.h', 515 '../../src/char-predicates.h',
516 '../../src/checks.h', 516 '../../src/checks.h',
517 '../../src/code-factory.cc', 517 '../../src/code-factory.cc',
518 '../../src/code-factory.h', 518 '../../src/code-factory.h',
519 '../../src/code-stubs.cc', 519 '../../src/code-stubs.cc',
520 '../../src/code-stubs.h', 520 '../../src/code-stubs.h',
521 '../../src/code-stubs-hydrogen.cc', 521 '../../src/code-stubs-hydrogen.cc',
522 '../../src/codegen.cc', 522 '../../src/codegen.cc',
523 '../../src/codegen.h', 523 '../../src/codegen.h',
524 '../../src/collector.h',
524 '../../src/compilation-cache.cc', 525 '../../src/compilation-cache.cc',
525 '../../src/compilation-cache.h', 526 '../../src/compilation-cache.h',
526 '../../src/compilation-dependencies.cc', 527 '../../src/compilation-dependencies.cc',
527 '../../src/compilation-dependencies.h', 528 '../../src/compilation-dependencies.h',
528 '../../src/compilation-statistics.cc', 529 '../../src/compilation-statistics.cc',
529 '../../src/compilation-statistics.h', 530 '../../src/compilation-statistics.h',
530 '../../src/compiler/access-builder.cc', 531 '../../src/compiler/access-builder.cc',
531 '../../src/compiler/access-builder.h', 532 '../../src/compiler/access-builder.h',
532 '../../src/compiler/access-info.cc', 533 '../../src/compiler/access-info.cc',
533 '../../src/compiler/access-info.h', 534 '../../src/compiler/access-info.h',
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 '../../src/runtime/runtime-typedarray.cc', 1096 '../../src/runtime/runtime-typedarray.cc',
1096 '../../src/runtime/runtime-uri.cc', 1097 '../../src/runtime/runtime-uri.cc',
1097 '../../src/runtime/runtime-utils.h', 1098 '../../src/runtime/runtime-utils.h',
1098 '../../src/runtime/runtime.cc', 1099 '../../src/runtime/runtime.cc',
1099 '../../src/runtime/runtime.h', 1100 '../../src/runtime/runtime.h',
1100 '../../src/safepoint-table.cc', 1101 '../../src/safepoint-table.cc',
1101 '../../src/safepoint-table.h', 1102 '../../src/safepoint-table.h',
1102 '../../src/signature.h', 1103 '../../src/signature.h',
1103 '../../src/simulator.h', 1104 '../../src/simulator.h',
1104 '../../src/small-pointer-list.h', 1105 '../../src/small-pointer-list.h',
1106 '../../src/snapshot/code-serializer.cc',
1107 '../../src/snapshot/code-serializer.h',
1108 '../../src/snapshot/deserializer.cc',
1109 '../../src/snapshot/deserializer.h',
1105 '../../src/snapshot/natives.h', 1110 '../../src/snapshot/natives.h',
1106 '../../src/snapshot/natives-common.cc', 1111 '../../src/snapshot/natives-common.cc',
1107 '../../src/snapshot/serialize.cc', 1112 '../../src/snapshot/partial-serializer.cc',
1108 '../../src/snapshot/serialize.h', 1113 '../../src/snapshot/partial-serializer.h',
1114 '../../src/snapshot/serializer.cc',
1115 '../../src/snapshot/serializer.h',
1116 '../../src/snapshot/serializer-common.cc',
1117 '../../src/snapshot/serializer-common.h',
1109 '../../src/snapshot/snapshot.h', 1118 '../../src/snapshot/snapshot.h',
1110 '../../src/snapshot/snapshot-common.cc', 1119 '../../src/snapshot/snapshot-common.cc',
1111 '../../src/snapshot/snapshot-source-sink.cc', 1120 '../../src/snapshot/snapshot-source-sink.cc',
1112 '../../src/snapshot/snapshot-source-sink.h', 1121 '../../src/snapshot/snapshot-source-sink.h',
1122 '../../src/snapshot/startup-serializer.cc',
1123 '../../src/snapshot/startup-serializer.h',
1113 '../../src/source-position.h', 1124 '../../src/source-position.h',
1114 '../../src/splay-tree.h', 1125 '../../src/splay-tree.h',
1115 '../../src/splay-tree-inl.h', 1126 '../../src/splay-tree-inl.h',
1116 '../../src/startup-data-util.cc', 1127 '../../src/startup-data-util.cc',
1117 '../../src/startup-data-util.h', 1128 '../../src/startup-data-util.h',
1118 '../../src/string-builder.cc', 1129 '../../src/string-builder.cc',
1119 '../../src/string-builder.h', 1130 '../../src/string-builder.h',
1120 '../../src/string-search.h', 1131 '../../src/string-search.h',
1121 '../../src/string-stream.cc', 1132 '../../src/string-stream.cc',
1122 '../../src/string-stream.h', 1133 '../../src/string-stream.h',
(...skipping 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after
2233 }], 2244 }],
2234 ['want_separate_host_toolset==1', { 2245 ['want_separate_host_toolset==1', {
2235 'toolsets': ['host'], 2246 'toolsets': ['host'],
2236 }, { 2247 }, {
2237 'toolsets': ['target'], 2248 'toolsets': ['target'],
2238 }], 2249 }],
2239 ], 2250 ],
2240 }, 2251 },
2241 ], 2252 ],
2242 } 2253 }
OLDNEW
« src/snapshot/deserializer.cc ('K') | « tools/external-reference-check.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698