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

Unified Diff: default_targets.gypi

Issue 2006403003: [mips] Initial framework support for MIPS32 (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Minor update. 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 | « common.gypi ('k') | src/vm/assembler.h » ('j') | src/vm/assembler_mips.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: default_targets.gypi
diff --git a/default_targets.gypi b/default_targets.gypi
index 52ba28f6005dada0fb3aa086f9472c21ea18037f..7962b5accef4eb2ec51a9ef70c2eebc22b566b96 100644
--- a/default_targets.gypi
+++ b/default_targets.gypi
@@ -156,6 +156,14 @@
'inherit_from': [ 'dartino_base', 'dartino_debug', 'dartino_xarm64' ],
},
+ 'DebugMIPS': {
Søren Gjesse 2016/05/26 13:00:19 Don't you want to add the release targets as well?
petarj 2016/05/26 14:35:55 Done. (It was meant to be in one of the later patc
+ 'inherit_from': [ 'dartino_base', 'dartino_debug', 'dartino_mips' ],
+ },
+
+ 'DebugXMIPS': {
+ 'inherit_from': [ 'dartino_base', 'dartino_debug', 'dartino_xmips' ],
+ },
+
# Test configuration - to ensure that we can compile this configuration
'ReleaseIA32DisableDebugging': {
'inherit_from': [
« no previous file with comments | « common.gypi ('k') | src/vm/assembler.h » ('j') | src/vm/assembler_mips.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698