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

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: 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 | « common.gypi ('k') | rules.mk » ('j') | no next file with comments »
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..5aa37dcf177b465afcb34f527b81dab4dba15851 100644
--- a/default_targets.gypi
+++ b/default_targets.gypi
@@ -88,6 +88,14 @@
'inherit_from': [ 'dartino_base', 'dartino_release', 'dartino_xarm64' ],
},
+ 'ReleaseMIPS': {
+ 'inherit_from': [ 'dartino_base', 'dartino_release', 'dartino_mips' ],
+ },
+
+ 'ReleaseXMIPS': {
+ 'inherit_from': [ 'dartino_base', 'dartino_release', 'dartino_xmips' ],
+ },
+
'DebugIA32': {
'inherit_from': [ 'dartino_base', 'dartino_debug', 'dartino_ia32', ],
},
@@ -156,6 +164,14 @@
'inherit_from': [ 'dartino_base', 'dartino_debug', 'dartino_xarm64' ],
},
+ 'DebugMIPS': {
+ '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') | rules.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698