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

Side by Side Diff: chrome/browser/browser.vcproj

Issue 2826: Move the download code to new directories: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 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 | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/browser_commands.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="browser" 5 Name="browser"
6 ProjectGUID="{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}" 6 ProjectGUID="{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}"
7 RootNamespace="Browser" 7 RootNamespace="Browser"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 </File> 323 </File>
324 <File 324 <File
325 RelativePath=".\cross_site_request_manager.cc" 325 RelativePath=".\cross_site_request_manager.cc"
326 > 326 >
327 </File> 327 </File>
328 <File 328 <File
329 RelativePath=".\cross_site_request_manager.h" 329 RelativePath=".\cross_site_request_manager.h"
330 > 330 >
331 </File> 331 </File>
332 <File 332 <File
333 RelativePath=".\download_exe.cc"
334 >
335 </File>
336 <File
337 RelativePath=".\download_file.cc"
338 >
339 </File>
340 <File
341 RelativePath=".\download_file.h"
342 >
343 </File>
344 <File
345 RelativePath=".\download_item_model.cc"
346 >
347 </File>
348 <File
349 RelativePath=".\download_item_model.h"
350 >
351 </File>
352 <File
353 RelativePath=".\download_manager.cc"
354 >
355 </File>
356 <File
357 RelativePath=".\download_manager.h"
358 >
359 </File>
360 <File
361 RelativePath=".\download_util.cc"
362 >
363 </File>
364 <File
365 RelativePath=".\download_util.h"
366 >
367 </File>
368 <File
369 RelativePath=".\fav_icon_helper.cc" 333 RelativePath=".\fav_icon_helper.cc"
370 > 334 >
371 </File> 335 </File>
372 <File 336 <File
373 RelativePath=".\fav_icon_helper.h" 337 RelativePath=".\fav_icon_helper.h"
374 > 338 >
375 </File> 339 </File>
376 <File 340 <File
377 RelativePath=".\first_run.cc" 341 RelativePath=".\first_run.cc"
378 > 342 >
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 > 1151 >
1188 <File 1152 <File
1189 RelativePath=".\base_history_model.cc" 1153 RelativePath=".\base_history_model.cc"
1190 > 1154 >
1191 </File> 1155 </File>
1192 <File 1156 <File
1193 RelativePath=".\base_history_model.h" 1157 RelativePath=".\base_history_model.h"
1194 > 1158 >
1195 </File> 1159 </File>
1196 <File 1160 <File
1197 » » » » RelativePath=".\download_tab_view.cc" 1161 » » » » RelativePath=".\views\download_tab_view.cc"
1198 > 1162 >
1199 </File> 1163 </File>
1200 <File 1164 <File
1201 » » » » RelativePath=".\download_tab_view.h" 1165 » » » » RelativePath=".\views\download_tab_view.h"
1202 > 1166 >
1203 </File> 1167 </File>
1204 <File 1168 <File
1205 RelativePath=".\history_model.cc" 1169 RelativePath=".\history_model.cc"
1206 > 1170 >
1207 </File> 1171 </File>
1208 <File 1172 <File
1209 RelativePath=".\history_model.h" 1173 RelativePath=".\history_model.h"
1210 > 1174 >
1211 </File> 1175 </File>
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
2015 </File> 1979 </File>
2016 <File 1980 <File
2017 RelativePath=".\safe_browsing\safe_browsing_util .cc" 1981 RelativePath=".\safe_browsing\safe_browsing_util .cc"
2018 > 1982 >
2019 </File> 1983 </File>
2020 <File 1984 <File
2021 RelativePath=".\safe_browsing\safe_browsing_util .h" 1985 RelativePath=".\safe_browsing\safe_browsing_util .h"
2022 > 1986 >
2023 </File> 1987 </File>
2024 </Filter> 1988 </Filter>
1989 <Filter
1990 Name="Download"
1991 >
1992 <File
1993 RelativePath=".\download\download_exe.cc"
1994 >
1995 </File>
1996 <File
1997 RelativePath=".\download\download_file.cc"
1998 >
1999 </File>
2000 <File
2001 RelativePath=".\download\download_file.h"
2002 >
2003 </File>
2004 <File
2005 RelativePath=".\download\download_item_model.cc"
2006 >
2007 </File>
2008 <File
2009 RelativePath=".\download\download_item_model.h"
2010 >
2011 </File>
2012 <File
2013 RelativePath=".\download\download_manager.cc"
2014 >
2015 </File>
2016 <File
2017 RelativePath=".\download\download_manager.h"
2018 >
2019 </File>
2020 <File
2021 RelativePath=".\download\download_util.cc"
2022 >
2023 </File>
2024 <File
2025 RelativePath=".\download\download_util.h"
2026 >
2027 </File>
2028 </Filter>
2025 <File 2029 <File
2026 RelativePath=".\cert_store.cc" 2030 RelativePath=".\cert_store.cc"
2027 > 2031 >
2028 </File> 2032 </File>
2029 <File 2033 <File
2030 RelativePath=".\cert_store.h" 2034 RelativePath=".\cert_store.h"
2031 > 2035 >
2032 </File> 2036 </File>
2033 <File 2037 <File
2034 RelativePath=".\chrome_plugin_browsing_context.cc" 2038 RelativePath=".\chrome_plugin_browsing_context.cc"
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
2175 > 2179 >
2176 </File> 2180 </File>
2177 <File 2181 <File
2178 RelativePath=".\user_data_dir_dialog.h" 2182 RelativePath=".\user_data_dir_dialog.h"
2179 > 2183 >
2180 </File> 2184 </File>
2181 </Files> 2185 </Files>
2182 <Globals> 2186 <Globals>
2183 </Globals> 2187 </Globals>
2184 </VisualStudioProject> 2188 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/browser_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698