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

Side by Side Diff: dartino.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 | « common.gypi ('k') | default_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': 'fletch-vm', 8 'target_name': 'dartino-vm',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
11 'src/vm/vm.gyp:fletch-vm', 11 'src/vm/vm.gyp:dartino-vm',
12 ], 12 ],
13 }, 13 },
14 { 14 {
15 'target_name': 'c_test_library', 15 'target_name': 'c_test_library',
16 'type': 'none', 16 'type': 'none',
17 'dependencies': [ 17 'dependencies': [
18 'src/vm/vm.gyp:ffi_test_library', 18 'src/vm/vm.gyp:ffi_test_library',
19 'src/vm/vm.gyp:ffi_test_local_library', 19 'src/vm/vm.gyp:ffi_test_local_library',
20 ], 20 ],
21 }, 21 },
(...skipping 29 matching lines...) Expand all
51 }, 51 },
52 { 52 {
53 'target_name': 'flashtool', 53 'target_name': 'flashtool',
54 'type': 'none', 54 'type': 'none',
55 'toolsets': ['target'], 55 'toolsets': ['target'],
56 'dependencies': [ 56 'dependencies': [
57 'src/tools/flashtool/flashtool.gyp:flashtool', 57 'src/tools/flashtool/flashtool.gyp:flashtool',
58 ], 58 ],
59 }, 59 },
60 { 60 {
61 'target_name': 'toplevel_fletch', 61 'target_name': 'toplevel_dartino',
62 'type': 'none', 62 'type': 'none',
63 'toolsets': ['target'], 63 'toolsets': ['target'],
64 'dependencies': [ 64 'dependencies': [
65 'src/tools/driver/driver.gyp:fletch', 65 'src/tools/driver/driver.gyp:dartino',
66 'src/tools/driver/driver.gyp:fletch_for_sdk', 66 'src/tools/driver/driver.gyp:dartino_for_sdk',
67 'copy_dart#host', 67 'copy_dart#host',
68 ], 68 ],
69 }, 69 },
70 { 70 {
71 # C based test executables. See also tests/cc_tests/README.md. 71 # C based test executables. See also tests/cc_tests/README.md.
72 'target_name': 'cc_tests', 72 'target_name': 'cc_tests',
73 'type': 'none', 73 'type': 'none',
74 'toolsets': ['target'], 74 'toolsets': ['target'],
75 'dependencies': [ 75 'dependencies': [
76 'src/shared/shared.gyp:shared_cc_tests', 76 'src/shared/shared.gyp:shared_cc_tests',
(...skipping 16 matching lines...) Expand all
93 { 93 {
94 'destination': '<(PRODUCT_DIR)', 94 'destination': '<(PRODUCT_DIR)',
95 'files': [ 95 'files': [
96 'third_party/bin/<(OS)/dart<(EXECUTABLE_SUFFIX)', 96 'third_party/bin/<(OS)/dart<(EXECUTABLE_SUFFIX)',
97 ], 97 ],
98 }, 98 },
99 ], 99 ],
100 }, 100 },
101 ], 101 ],
102 } 102 }
OLDNEW
« no previous file with comments | « common.gypi ('k') | default_targets.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698