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

Unified Diff: tools/gyp/v8.gyp

Issue 1853123002: [wasm] Refactoring of wasm-external-refs. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Additional include for windows. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/compiler/test-run-calls-to-external-references.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index e0fd8ebebe9bed52acf14c519e1e54cc7ac54dd3..9c4e46848675f69732521083e429b80a2ba8f195 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -1185,6 +1185,8 @@
'../../src/wasm/decoder.h',
'../../src/wasm/encoder.cc',
'../../src/wasm/encoder.h',
+ '../../src/wasm/wasm-external-refs.cc',
+ '../../src/wasm/wasm-external-refs.h',
'../../src/wasm/module-decoder.cc',
'../../src/wasm/module-decoder.h',
'../../src/wasm/wasm-js.cc',
« no previous file with comments | « test/cctest/compiler/test-run-calls-to-external-references.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698