Chromium Code Reviews| 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': [ |