forked from dart-archive/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mbed_targets.gypi
33 lines (27 loc) · 905 Bytes
/
mbed_targets.gypi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE.md file.
# TODO(ahe): Move this file elsewhere?
{
'includes': [
'common.gypi'
],
'target_defaults': {
'configurations': {
'ReleaseMBED': {
'inherit_from': [
'fletch_base', 'fletch_release', 'fletch_mbed',
'fletch_disable_live_coding', 'fletch_disable_ffi',
'fletch_disable_native_processes',
'fletch_disable_print_interceptors'],
},
'DebugMBED': {
'inherit_from': [
'fletch_base', 'fletch_debug', 'fletch_mbed',
'fletch_disable_live_coding', 'fletch_disable_ffi',
'fletch_disable_native_processes',
'fletch_disable_print_interceptors'],
},
},
},
}