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

Side by Side Diff: src/v8.gyp

Issue 2801073006: Decouple root visitors from object visitors. (Closed)
Patch Set: rebase Created 3 years, 8 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 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1344 'v8.cc', 1344 'v8.cc',
1345 'v8.h', 1345 'v8.h',
1346 'v8memory.h', 1346 'v8memory.h',
1347 'v8threads.cc', 1347 'v8threads.cc',
1348 'v8threads.h', 1348 'v8threads.h',
1349 'value-serializer.cc', 1349 'value-serializer.cc',
1350 'value-serializer.h', 1350 'value-serializer.h',
1351 'vector.h', 1351 'vector.h',
1352 'version.cc', 1352 'version.cc',
1353 'version.h', 1353 'version.h',
1354 'visitors.cc',
1355 'visitors.h',
1354 'vm-state-inl.h', 1356 'vm-state-inl.h',
1355 'vm-state.h', 1357 'vm-state.h',
1356 'wasm/decoder.h', 1358 'wasm/decoder.h',
1357 'wasm/function-body-decoder.cc', 1359 'wasm/function-body-decoder.cc',
1358 'wasm/function-body-decoder.h', 1360 'wasm/function-body-decoder.h',
1359 'wasm/function-body-decoder-impl.h', 1361 'wasm/function-body-decoder-impl.h',
1360 'wasm/leb-helper.h', 1362 'wasm/leb-helper.h',
1361 'wasm/module-decoder.cc', 1363 'wasm/module-decoder.cc',
1362 'wasm/module-decoder.h', 1364 'wasm/module-decoder.h',
1363 'wasm/signature-map.cc', 1365 'wasm/signature-map.cc',
(...skipping 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after
2519 'conditions': [ 2521 'conditions': [
2520 ['want_separate_host_toolset_mkpeephole==1', { 2522 ['want_separate_host_toolset_mkpeephole==1', {
2521 'toolsets': ['host'], 2523 'toolsets': ['host'],
2522 }, { 2524 }, {
2523 'toolsets': ['target'], 2525 'toolsets': ['target'],
2524 }], 2526 }],
2525 ], 2527 ],
2526 }, 2528 },
2527 ], 2529 ],
2528 } 2530 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698