OLD | NEW |
1 # Copyright (c) 2015, the Fletch 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', |
(...skipping 11 matching lines...) Expand all Loading... |
23 }, | 23 }, |
24 { | 24 { |
25 'target_name': 'event_handler_test', | 25 'target_name': 'event_handler_test', |
26 'type': 'none', | 26 'type': 'none', |
27 'dependencies': [ | 27 'dependencies': [ |
28 'event_handler_test/event_handler_test.gyp:event_handler_test', | 28 'event_handler_test/event_handler_test.gyp:event_handler_test', |
29 ], | 29 ], |
30 }, | 30 }, |
31 ], | 31 ], |
32 } | 32 } |
OLD | NEW |