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

Unified Diff: chrome/test/BUILD.gn

Issue 2255673003: [wasm] Support wasm module structured cloning. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Setup isolate Created 4 years, 4 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 1e267917335217b669609afd625362ec90846abb..6a5dea9150e2932ae506025aabd67fcf3809aea9 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -926,7 +926,9 @@ test("browser_tests") {
data_deps = []
- data = []
+ data = [
+ "//v8/test/mjsunit/wasm/incrementer.wasm",
+ ]
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]

Powered by Google App Engine
This is Rietveld 408576698