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

Unified Diff: src/asmjs/switch-logic.cc

Issue 2408823002: [asmjs] Move switch-logic.h to asmjs/ directory. (Closed)
Patch Set: [asmjs] Move switch-logic.h to asmjs/ directory. Created 4 years, 2 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/switch-logic.h ('k') | src/v8.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/asmjs/switch-logic.cc
diff --git a/src/wasm/switch-logic.cc b/src/asmjs/switch-logic.cc
similarity index 98%
rename from src/wasm/switch-logic.cc
rename to src/asmjs/switch-logic.cc
index 9ebc0b3452d25aabd4bd9f31fa278c8a2ffdea34..93544da9b49877838de17cfb2d7d763acb4789f2 100644
--- a/src/wasm/switch-logic.cc
+++ b/src/asmjs/switch-logic.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/wasm/switch-logic.h"
+#include "src/asmjs/switch-logic.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/asmjs/switch-logic.h ('k') | src/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698