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

Side by Side Diff: platforms/stm/stm.gyp

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « platforms/stm/event_handler_test/src/test.dart ('k') | platforms/stm/stm_targets.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 }
OLDNEW
« no previous file with comments | « platforms/stm/event_handler_test/src/test.dart ('k') | platforms/stm/stm_targets.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698