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

Unified Diff: src/vm/vm.gyp

Issue 2006403003: [mips] Initial framework support for MIPS32 (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Code changes per review. Created 4 years, 7 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/vm/tick_sampler_posix.cc ('k') | tools/cc_wrapper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/vm.gyp
diff --git a/src/vm/vm.gyp b/src/vm/vm.gyp
index c7903260184b32d7810f07fa66980f88aff298fb..993795d3ceb7953288700b3f5f1bae7a97c242ff 100644
--- a/src/vm/vm.gyp
+++ b/src/vm/vm.gyp
@@ -299,6 +299,9 @@
'assembler_arm_thumb_macos.cc',
'assembler_arm_macos.cc',
'assembler.h',
+ 'assembler_mips.h',
+ 'assembler_mips.cc',
+ 'assembler_mips_linux.cc',
'assembler_x64.cc',
'assembler_x64.h',
'assembler_x64_linux.cc',
@@ -313,6 +316,7 @@
'interpreter_arm.cc',
'interpreter_x86.cc',
'interpreter_x64.cc',
+ 'interpreter_mips.cc',
],
},
{
« no previous file with comments | « src/vm/tick_sampler_posix.cc ('k') | tools/cc_wrapper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698