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

Side by Side Diff: app/app.vcproj

Issue 113169: Move win_util.h from common to app. (Closed) Base URL: svn://chrome-svn/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.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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 > 250 >
251 </File> 251 </File>
252 <File 252 <File
253 RelativePath=".\throb_animation.cc" 253 RelativePath=".\throb_animation.cc"
254 > 254 >
255 </File> 255 </File>
256 <File 256 <File
257 RelativePath=".\throb_animation.h" 257 RelativePath=".\throb_animation.h"
258 > 258 >
259 </File> 259 </File>
260 <File
261 RelativePath=".\win_util.cc"
262 >
263 </File>
264 <File
265 RelativePath=".\win_util.h"
266 >
267 </File>
260 </Files> 268 </Files>
261 <Globals> 269 <Globals>
262 </Globals> 270 </Globals>
263 </VisualStudioProject> 271 </VisualStudioProject>
OLDNEW
« no previous file with comments | « app/DEPS ('k') | app/gfx/icon_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698