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

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

Issue 1909513002: [wasm] Extra LEB utilities to leb-helper.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add unittests for signed encodings. Created 4 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
« no previous file with comments | « test/unittests/wasm/leb-helper-unittest.cc ('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 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 '../../src/wasm/switch-logic.cc', 1124 '../../src/wasm/switch-logic.cc',
1125 '../../src/wasm/asm-wasm-builder.cc', 1125 '../../src/wasm/asm-wasm-builder.cc',
1126 '../../src/wasm/asm-wasm-builder.h', 1126 '../../src/wasm/asm-wasm-builder.h',
1127 '../../src/wasm/ast-decoder.cc', 1127 '../../src/wasm/ast-decoder.cc',
1128 '../../src/wasm/ast-decoder.h', 1128 '../../src/wasm/ast-decoder.h',
1129 '../../src/wasm/decoder.h', 1129 '../../src/wasm/decoder.h',
1130 '../../src/wasm/encoder.cc', 1130 '../../src/wasm/encoder.cc',
1131 '../../src/wasm/encoder.h', 1131 '../../src/wasm/encoder.h',
1132 '../../src/wasm/wasm-external-refs.cc', 1132 '../../src/wasm/wasm-external-refs.cc',
1133 '../../src/wasm/wasm-external-refs.h', 1133 '../../src/wasm/wasm-external-refs.h',
1134 '../../src/wasm/leb-helper.h',
1134 '../../src/wasm/module-decoder.cc', 1135 '../../src/wasm/module-decoder.cc',
1135 '../../src/wasm/module-decoder.h', 1136 '../../src/wasm/module-decoder.h',
1136 '../../src/wasm/wasm-js.cc', 1137 '../../src/wasm/wasm-js.cc',
1137 '../../src/wasm/wasm-js.h', 1138 '../../src/wasm/wasm-js.h',
1138 '../../src/wasm/wasm-macro-gen.h', 1139 '../../src/wasm/wasm-macro-gen.h',
1139 '../../src/wasm/wasm-module.cc', 1140 '../../src/wasm/wasm-module.cc',
1140 '../../src/wasm/wasm-module.h', 1141 '../../src/wasm/wasm-module.h',
1141 '../../src/wasm/wasm-opcodes.cc', 1142 '../../src/wasm/wasm-opcodes.cc',
1142 '../../src/wasm/wasm-opcodes.h', 1143 '../../src/wasm/wasm-opcodes.h',
1143 '../../src/wasm/wasm-result.cc', 1144 '../../src/wasm/wasm-result.cc',
(...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after
2216 }], 2217 }],
2217 ['want_separate_host_toolset==1', { 2218 ['want_separate_host_toolset==1', {
2218 'toolsets': ['host'], 2219 'toolsets': ['host'],
2219 }, { 2220 }, {
2220 'toolsets': ['target'], 2221 'toolsets': ['target'],
2221 }], 2222 }],
2222 ], 2223 ],
2223 }, 2224 },
2224 ], 2225 ],
2225 } 2226 }
OLDNEW
« no previous file with comments | « test/unittests/wasm/leb-helper-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698