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

Side by Side Diff: app/app.vcproj

Issue 113443: ChromeCanvas->gfx::Canvas (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « app/DEPS ('k') | app/gfx/canvas.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="app" 5 Name="app"
6 ProjectGUID="{4631946D-7D5F-44BD-A5A8-504C0A7033BE}" 6 ProjectGUID="{4631946D-7D5F-44BD-A5A8-504C0A7033BE}"
7 RootNamespace="app" 7 RootNamespace="app"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 /> 118 />
119 </Configuration> 119 </Configuration>
120 </Configurations> 120 </Configurations>
121 <References> 121 <References>
122 </References> 122 </References>
123 <Files> 123 <Files>
124 <Filter 124 <Filter
125 Name="gfx" 125 Name="gfx"
126 > 126 >
127 <File 127 <File
128 » » » » RelativePath=".\gfx\chrome_canvas.cc" 128 » » » » RelativePath=".\gfx\canvas.cc"
129 > 129 >
130 </File> 130 </File>
131 <File 131 <File
132 » » » » RelativePath=".\gfx\chrome_canvas.h" 132 » » » » RelativePath=".\gfx\canvas.h"
133 > 133 >
134 </File> 134 </File>
135 <File 135 <File
136 » » » » RelativePath=".\gfx\chrome_canvas_win.cc" 136 » » » » RelativePath=".\gfx\canvas_win.cc"
137 » » » » >
138 » » » </File>
139 » » » <File
140 » » » » RelativePath=".\gfx\chrome_font.h"
141 » » » » >
142 » » » </File>
143 » » » <File
144 » » » » RelativePath=".\gfx\chrome_font_win.cc"
145 > 137 >
146 </File> 138 </File>
147 <File 139 <File
148 RelativePath=".\gfx\color_utils.cc" 140 RelativePath=".\gfx\color_utils.cc"
149 > 141 >
150 </File> 142 </File>
151 <File 143 <File
152 RelativePath=".\gfx\color_utils.h" 144 RelativePath=".\gfx\color_utils.h"
153 > 145 >
154 </File> 146 </File>
155 <File 147 <File
156 RelativePath=".\gfx\favicon_size.h" 148 RelativePath=".\gfx\favicon_size.h"
157 > 149 >
158 </File> 150 </File>
159 <File 151 <File
152 RelativePath=".\gfx\font.h"
153 >
154 </File>
155 <File
156 RelativePath=".\gfx\font_win.cc"
157 >
158 </File>
159 <File
160 RelativePath=".\gfx\icon_util.cc" 160 RelativePath=".\gfx\icon_util.cc"
161 > 161 >
162 </File> 162 </File>
163 <File 163 <File
164 RelativePath=".\gfx\icon_util.h" 164 RelativePath=".\gfx\icon_util.h"
165 > 165 >
166 </File> 166 </File>
167 <File 167 <File
168 RelativePath=".\gfx\insets.h" 168 RelativePath=".\gfx\insets.h"
169 > 169 >
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 > 286 >
287 </File> 287 </File>
288 <File 288 <File
289 RelativePath=".\win_util.h" 289 RelativePath=".\win_util.h"
290 > 290 >
291 </File> 291 </File>
292 </Files> 292 </Files>
293 <Globals> 293 <Globals>
294 </Globals> 294 </Globals>
295 </VisualStudioProject> 295 </VisualStudioProject>
OLDNEW
« no previous file with comments | « app/DEPS ('k') | app/gfx/canvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698