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

Side by Side Diff: dart/dart.gyp

Issue 10164004: Remove frogsh. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 8 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « dart/compiler/tests/dartc/dartc.status ('k') | dart/frog/.gitignore » ('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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart 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 file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'compiler', 8 'target_name': 'compiler',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 ], 76 ],
77 }, 77 },
78 ], 78 ],
79 }, 79 },
80 { 80 {
81 'target_name': 'dart2js', 81 'target_name': 'dart2js',
82 'type': 'none', 82 'type': 'none',
83 'dependencies': [ 83 'dependencies': [
84 'utils/compiler/compiler.gyp:dart2js', 84 'utils/compiler/compiler.gyp:dart2js',
85 85
86 # TODO(ahe): Remove dependencies on frog and frogsh, they are 86 # TODO(ahe): Remove dependency on frog, it is just here to
87 # just here to simplify 87 # simplify frog/scripts/buildbot_annotated_steps.py
88 # frog/scripts/buildbot_annotated_steps.py temporarily. 88 # temporarily.
89 'frog/dart-frog.gyp:frog', 89 'frog/dart-frog.gyp:frog',
90 'frog/dart-frog.gyp:frogsh',
91 ], 90 ],
92 }, 91 },
93 { 92 {
94 'target_name': 'api_docs', 93 'target_name': 'api_docs',
95 'type': 'none', 94 'type': 'none',
96 'dependencies': [ 95 'dependencies': [
97 'utils/apidoc/apidoc.gyp:api_docs', 96 'utils/apidoc/apidoc.gyp:api_docs',
98 ], 97 ],
99 } 98 }
100 ], 99 ],
101 } 100 }
OLDNEW
« no previous file with comments | « dart/compiler/tests/dartc/dartc.status ('k') | dart/frog/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698