| OLD | NEW |
| 1 # Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file | 1 # Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE.md file. | 3 # BSD-style license that can be found in the LICENSE.md file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'demos', | 8 'target_name': 'demos', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| 11 'stm32_cube_f7_demos.gyp:STemWin_HelloWorld', | 11 'stm32_cube_f7_demos.gyp:STemWin_HelloWorld', |
| 12 'stm32_cube_f7_demos.gyp:Audio_playback_and_record', | 12 'stm32_cube_f7_demos.gyp:Audio_playback_and_record', |
| 13 'stm32_cube_f7_demos.gyp:LwIP_HTTP_Server_Netconn_RTOS', | 13 'stm32_cube_f7_demos.gyp:LwIP_HTTP_Server_Netconn_RTOS', |
| 14 'stm32_cube_f7_demos.gyp:Demonstration', | 14 'stm32_cube_f7_demos.gyp:Demonstration', |
| 15 ], | 15 ], |
| 16 }, | 16 }, |
| 17 { | 17 { |
| 18 'target_name': 'disco_fletch', | 18 'target_name': 'disco_dartino', |
| 19 'type': 'none', | 19 'type': 'none', |
| 20 'dependencies': [ | 20 'dependencies': [ |
| 21 'disco_fletch/disco_fletch.gyp:disco_fletch', | 21 'disco_dartino/disco_dartino.gyp:disco_dartino', |
| 22 ], | 22 ], |
| 23 }, | 23 }, |
| 24 ], | 24 ], |
| 25 } | 25 } |
| OLD | NEW |