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

Unified Diff: src/v8.gyp

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.cc ('k') | src/wasm/switch-logic.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 2e2b3616ae77d9ee45f0d5d599503fa12a635ccd..dc87475490bf740e9ff36a418fd4436fd5cda32d 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -423,6 +423,8 @@
'asmjs/asm-types.h',
'asmjs/asm-wasm-builder.cc',
'asmjs/asm-wasm-builder.h',
+ 'asmjs/switch-logic.h',
+ 'asmjs/switch-logic.cc',
'assembler.cc',
'assembler.h',
'assert-scope.h',
@@ -1245,8 +1247,6 @@
'wasm/leb-helper.h',
'wasm/module-decoder.cc',
'wasm/module-decoder.h',
- 'wasm/switch-logic.h',
- 'wasm/switch-logic.cc',
'wasm/wasm-debug.cc',
'wasm/wasm-debug.h',
'wasm/wasm-external-refs.cc',
« no previous file with comments | « src/asmjs/switch-logic.cc ('k') | src/wasm/switch-logic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698