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

Side by Side Diff: tool/Makefile

Issue 1297503006: Clarifies the status of implicit accessors; fixed several related bugs. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Review response. Created 5 years, 4 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 | « test_reflectable/test/parameter_test.dart ('k') | no next file » | 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 Dart Team. All rights reserved. Use of this 1 # Copyright (c) 2015, the Dart Team. All rights reserved. Use of this
2 # source code is governed by a BSD-style license that can be found in 2 # source code is governed by a BSD-style license that can be found in
3 # the LICENSE file. 3 # the LICENSE file.
4 4
5 # TODO(eernst) implement: Rewrite this to a Dart script, make is not available 5 # TODO(eernst) implement: Rewrite this to a Dart script, make is not available
6 # on all platforms. 6 # on all platforms.
7 7
8 RTOOLS=../reflectable/tool 8 RTOOLS=../reflectable/tool
9 TTOOLS=../test_reflectable/tool 9 TTOOLS=../test_reflectable/tool
10 10
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 @./makein Testing $(RTOOLS) test 42 @./makein Testing $(RTOOLS) test
43 @./makein Testing $(TTOOLS) test 43 @./makein Testing $(TTOOLS) test
44 44
45 bot_test: 45 bot_test:
46 @echo '------------------- bottest' 46 @echo '------------------- bottest'
47 ./bottest 47 ./bottest
48 48
49 full_test: test bot_test 49 full_test: test bot_test
50 50
51 .PHONY: all_except_bottest all c b t ft check build test bot_test full_test 51 .PHONY: all_except_bottest all c b t ft check build test bot_test full_test
52 .PHONY:
OLDNEW
« no previous file with comments | « test_reflectable/test/parameter_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698