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

Side by Side Diff: src/v8.gyp

Issue 2594973003: [wasm] Rename ast-decoder.* to function-body-decoder.* (Closed)
Patch Set: Created 4 years 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 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after
1276 'v8memory.h', 1276 'v8memory.h',
1277 'v8threads.cc', 1277 'v8threads.cc',
1278 'v8threads.h', 1278 'v8threads.h',
1279 'value-serializer.cc', 1279 'value-serializer.cc',
1280 'value-serializer.h', 1280 'value-serializer.h',
1281 'vector.h', 1281 'vector.h',
1282 'version.cc', 1282 'version.cc',
1283 'version.h', 1283 'version.h',
1284 'vm-state-inl.h', 1284 'vm-state-inl.h',
1285 'vm-state.h', 1285 'vm-state.h',
1286 'wasm/ast-decoder.cc',
1287 'wasm/ast-decoder.h',
1288 'wasm/decoder.h', 1286 'wasm/decoder.h',
1287 'wasm/function-body-decoder.cc',
1288 'wasm/function-body-decoder.h',
1289 'wasm/leb-helper.h', 1289 'wasm/leb-helper.h',
1290 'wasm/managed.h', 1290 'wasm/managed.h',
1291 'wasm/module-decoder.cc', 1291 'wasm/module-decoder.cc',
1292 'wasm/module-decoder.h', 1292 'wasm/module-decoder.h',
1293 'wasm/signature-map.cc', 1293 'wasm/signature-map.cc',
1294 'wasm/signature-map.h', 1294 'wasm/signature-map.h',
1295 'wasm/wasm-debug.cc', 1295 'wasm/wasm-debug.cc',
1296 'wasm/wasm-external-refs.cc', 1296 'wasm/wasm-external-refs.cc',
1297 'wasm/wasm-external-refs.h', 1297 'wasm/wasm-external-refs.h',
1298 'wasm/wasm-js.cc', 1298 'wasm/wasm-js.cc',
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
2487 'conditions': [ 2487 'conditions': [
2488 ['want_separate_host_toolset_mkpeephole==1', { 2488 ['want_separate_host_toolset_mkpeephole==1', {
2489 'toolsets': ['host'], 2489 'toolsets': ['host'],
2490 }, { 2490 }, {
2491 'toolsets': ['target'], 2491 'toolsets': ['target'],
2492 }], 2492 }],
2493 ], 2493 ],
2494 }, 2494 },
2495 ], 2495 ],
2496 } 2496 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698