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

Side by Side Diff: app/app.vcproj

Issue 113452: Move/Copy paths used by app to app_paths. (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/icon_util_unittest.cc » ('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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 </Filter> 187 </Filter>
188 <File 188 <File
189 RelativePath=".\animation.cc" 189 RelativePath=".\animation.cc"
190 > 190 >
191 </File> 191 </File>
192 <File 192 <File
193 RelativePath=".\animation.h" 193 RelativePath=".\animation.h"
194 > 194 >
195 </File> 195 </File>
196 <File 196 <File
197 RelativePath=".\app_paths.cc"
198 >
199 </File>
200 <File
201 RelativePath=".\app_paths.h"
202 >
203 </File>
204 <File
197 RelativePath=".\app_switches.cc" 205 RelativePath=".\app_switches.cc"
198 > 206 >
199 </File> 207 </File>
200 <File 208 <File
201 RelativePath=".\app_switches.h" 209 RelativePath=".\app_switches.h"
202 > 210 >
203 </File> 211 </File>
204 <File 212 <File
205 RelativePath=".\drag_drop_types.cc" 213 RelativePath=".\drag_drop_types.cc"
206 > 214 >
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 > 294 >
287 </File> 295 </File>
288 <File 296 <File
289 RelativePath=".\win_util.h" 297 RelativePath=".\win_util.h"
290 > 298 >
291 </File> 299 </File>
292 </Files> 300 </Files>
293 <Globals> 301 <Globals>
294 </Globals> 302 </Globals>
295 </VisualStudioProject> 303 </VisualStudioProject>
OLDNEW
« no previous file with comments | « app/DEPS ('k') | app/gfx/icon_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698