Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(6)

Side by Side Diff: src/cmd/gofix/Makefile

Issue 4964073: code review 4964073: image: change the NewXxx functions to take a Rectangle ... (Closed)
Patch Set: diff -r b539ac52c3fd https://go.googlecode.com/hg/ Created 13 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/cmd/gofix/imagenew.go » ('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 2011 The Go Authors. All rights reserved. 1 # Copyright 2011 The Go Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style 2 # Use of this source code is governed by a BSD-style
3 # license that can be found in the LICENSE file. 3 # license that can be found in the LICENSE file.
4 4
5 include ../../Make.inc 5 include ../../Make.inc
6 6
7 TARG=gofix 7 TARG=gofix
8 GOFILES=\ 8 GOFILES=\
9 filepath.go\ 9 filepath.go\
10 fix.go\ 10 fix.go\
11 httpfinalurl.go\ 11 httpfinalurl.go\
12 httpfs.go\ 12 httpfs.go\
13 httpheaders.go\ 13 httpheaders.go\
14 httpserver.go\ 14 httpserver.go\
15 imagenew.go\
15 main.go\ 16 main.go\
16 netdial.go\ 17 netdial.go\
17 netudpgroup.go\ 18 netudpgroup.go\
18 oserrorstring.go\ 19 oserrorstring.go\
19 osopen.go\ 20 osopen.go\
20 procattr.go\ 21 procattr.go\
21 reflect.go\ 22 reflect.go\
22 signal.go\ 23 signal.go\
23 sorthelpers.go\ 24 sorthelpers.go\
24 sortslice.go\ 25 sortslice.go\
25 stringssplit.go\ 26 stringssplit.go\
26 typecheck.go\ 27 typecheck.go\
27 url.go\ 28 url.go\
28 29
29 include ../../Make.cmd 30 include ../../Make.cmd
30 31
31 test: 32 test:
32 gotest 33 gotest
33 34
34 testshort: 35 testshort:
35 gotest -test.short 36 gotest -test.short
OLDNEW
« no previous file with comments | « no previous file | src/cmd/gofix/imagenew.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b