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

Unified Diff: src/asmjs/asm-wasm-builder.cc

Issue 2057403003: Hooking up asm-wasm conversion. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/asmjs/asm-wasm-builder.h ('k') | src/asmjs/typing-asm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/asmjs/asm-wasm-builder.cc
diff --git a/src/wasm/asm-wasm-builder.cc b/src/asmjs/asm-wasm-builder.cc
similarity index 99%
rename from src/wasm/asm-wasm-builder.cc
rename to src/asmjs/asm-wasm-builder.cc
index 8764a81dc4206750d21da7f5bdbfcb6dfa4f7aa9..c4b5c02d12874d09498ecf9097e01f03adf75cd2 100644
--- a/src/wasm/asm-wasm-builder.cc
+++ b/src/asmjs/asm-wasm-builder.cc
@@ -10,7 +10,7 @@
#endif
#include <math.h>
-#include "src/wasm/asm-wasm-builder.h"
+#include "src/asmjs/asm-wasm-builder.h"
#include "src/wasm/switch-logic.h"
#include "src/wasm/wasm-macro-gen.h"
#include "src/wasm/wasm-opcodes.h"
« no previous file with comments | « src/asmjs/asm-wasm-builder.h ('k') | src/asmjs/typing-asm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698