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

Unified Diff: src/asmjs/asm-types.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-types.h ('k') | src/asmjs/asm-wasm-builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/asmjs/asm-types.cc
diff --git a/src/wasm/asm-types.cc b/src/asmjs/asm-types.cc
similarity index 99%
rename from src/wasm/asm-types.cc
rename to src/asmjs/asm-types.cc
index e5588ae922d3180bfa28da6a9dfd604d19417c09..4030c2ae74b471b4b5e8d9e82f1c961d939c2f24 100644
--- a/src/wasm/asm-types.cc
+++ b/src/asmjs/asm-types.cc
@@ -4,7 +4,7 @@
#include "src/v8.h"
-#include "src/wasm/asm-types.h"
+#include "src/asmjs/asm-types.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/asmjs/asm-types.h ('k') | src/asmjs/asm-wasm-builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698