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

Unified Diff: src/asmjs/asm-types.h

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-js.cc ('k') | src/asmjs/asm-types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/asmjs/asm-types.h
diff --git a/src/wasm/asm-types.h b/src/asmjs/asm-types.h
similarity index 99%
rename from src/wasm/asm-types.h
rename to src/asmjs/asm-types.h
index a102fc856ff6061c5ada57c6c5dd59cacb666980..64ff27cd34cb82589cb19d07c90d67ff810c0d9d 100644
--- a/src/wasm/asm-types.h
+++ b/src/asmjs/asm-types.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SRC_WASM_ASM_TYPES_H_
-#define SRC_WASM_ASM_TYPES_H_
+#ifndef SRC_ASMJS_ASM_TYPES_H_
+#define SRC_ASMJS_ASM_TYPES_H_
#include <string>
« no previous file with comments | « src/asmjs/asm-js.cc ('k') | src/asmjs/asm-types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698