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

Side by Side Diff: src/v8.gyp

Issue 2050953003: [wasm] Split off debug info from wasm object (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@decode-function-offsets-table
Patch Set: Created 4 years, 6 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 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1158 'wasm/ast-decoder.cc', 1158 'wasm/ast-decoder.cc',
1159 'wasm/ast-decoder.h', 1159 'wasm/ast-decoder.h',
1160 'wasm/decoder.h', 1160 'wasm/decoder.h',
1161 'wasm/encoder.cc', 1161 'wasm/encoder.cc',
1162 'wasm/encoder.h', 1162 'wasm/encoder.h',
1163 'wasm/leb-helper.h', 1163 'wasm/leb-helper.h',
1164 'wasm/module-decoder.cc', 1164 'wasm/module-decoder.cc',
1165 'wasm/module-decoder.h', 1165 'wasm/module-decoder.h',
1166 'wasm/switch-logic.h', 1166 'wasm/switch-logic.h',
1167 'wasm/switch-logic.cc', 1167 'wasm/switch-logic.cc',
1168 'wasm/wasm-debug.cc',
1169 'wasm/wasm-debug.h',
1168 'wasm/wasm-external-refs.cc', 1170 'wasm/wasm-external-refs.cc',
1169 'wasm/wasm-external-refs.h', 1171 'wasm/wasm-external-refs.h',
1170 'wasm/wasm-function-name-table.cc', 1172 'wasm/wasm-function-name-table.cc',
1171 'wasm/wasm-function-name-table.h', 1173 'wasm/wasm-function-name-table.h',
1172 'wasm/wasm-js.cc', 1174 'wasm/wasm-js.cc',
1173 'wasm/wasm-js.h', 1175 'wasm/wasm-js.h',
1174 'wasm/wasm-macro-gen.h', 1176 'wasm/wasm-macro-gen.h',
1175 'wasm/wasm-module.cc', 1177 'wasm/wasm-module.cc',
1176 'wasm/wasm-module.h', 1178 'wasm/wasm-module.h',
1177 'wasm/wasm-interpreter.cc', 1179 'wasm/wasm-interpreter.cc',
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
2283 }], 2285 }],
2284 ['want_separate_host_toolset==1', { 2286 ['want_separate_host_toolset==1', {
2285 'toolsets': ['host'], 2287 'toolsets': ['host'],
2286 }, { 2288 }, {
2287 'toolsets': ['target'], 2289 'toolsets': ['target'],
2288 }], 2290 }],
2289 ], 2291 ],
2290 }, 2292 },
2291 ], 2293 ],
2292 } 2294 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-internal.cc ('k') | src/wasm/wasm-debug.h » ('j') | src/wasm/wasm-debug.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698