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

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

Issue 21475: Move units to new module printing. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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
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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 </File> 403 </File>
404 <File 404 <File
405 RelativePath=".\memory_details.cc" 405 RelativePath=".\memory_details.cc"
406 > 406 >
407 </File> 407 </File>
408 <File 408 <File
409 RelativePath=".\memory_details.h" 409 RelativePath=".\memory_details.h"
410 > 410 >
411 </File> 411 </File>
412 <File 412 <File
413 RelativePath=".\process_singleton_win.cc"
414 >
415 </File>
416 <File
417 RelativePath=".\process_singleton.h"
418 >
419 </File>
420 <File
421 RelativePath=".\meta_table_helper.cc" 413 RelativePath=".\meta_table_helper.cc"
422 > 414 >
423 </File> 415 </File>
424 <File 416 <File
425 RelativePath=".\meta_table_helper.h" 417 RelativePath=".\meta_table_helper.h"
426 > 418 >
427 </File> 419 </File>
428 <File 420 <File
429 RelativePath=".\plugin_process_host.cc" 421 RelativePath=".\plugin_process_host.cc"
430 > 422 >
(...skipping 28 matching lines...) Expand all
459 <Tool 451 <Tool
460 Name="VCCLCompilerTool" 452 Name="VCCLCompilerTool"
461 /> 453 />
462 </FileConfiguration> 454 </FileConfiguration>
463 </File> 455 </File>
464 <File 456 <File
465 RelativePath="..\tools\build\win\precompiled_wtl .h" 457 RelativePath="..\tools\build\win\precompiled_wtl .h"
466 > 458 >
467 </File> 459 </File>
468 <File 460 <File
461 RelativePath=".\process_singleton.h"
462 >
463 </File>
464 <File
465 RelativePath=".\process_singleton_win.cc"
466 >
467 </File>
468 <File
469 RelativePath=".\profile.cc" 469 RelativePath=".\profile.cc"
470 > 470 >
471 </File> 471 </File>
472 <File 472 <File
473 RelativePath=".\profile.h" 473 RelativePath=".\profile.h"
474 > 474 >
475 </File> 475 </File>
476 <File 476 <File
477 RelativePath=".\profile_manager.cc" 477 RelativePath=".\profile_manager.cc"
478 > 478 >
(...skipping 920 matching lines...) Expand 10 before | Expand all | Expand 10 after
1399 </File> 1399 </File>
1400 <File 1400 <File
1401 RelativePath=".\printing\printer_query.cc" 1401 RelativePath=".\printing\printer_query.cc"
1402 > 1402 >
1403 </File> 1403 </File>
1404 <File 1404 <File
1405 RelativePath=".\printing\printer_query.h" 1405 RelativePath=".\printing\printer_query.h"
1406 > 1406 >
1407 </File> 1407 </File>
1408 <File 1408 <File
1409 RelativePath=".\printing\units.cc"
1410 >
1411 </File>
1412 <File
1413 RelativePath=".\printing\units.h"
1414 >
1415 </File>
1416 <File
1417 RelativePath=".\printing\win_printing_context.cc " 1409 RelativePath=".\printing\win_printing_context.cc "
1418 > 1410 >
1419 </File> 1411 </File>
1420 <File 1412 <File
1421 RelativePath=".\printing\win_printing_context.h" 1413 RelativePath=".\printing\win_printing_context.h"
1422 > 1414 >
1423 </File> 1415 </File>
1424 </Filter> 1416 </Filter>
1425 <Filter 1417 <Filter
1426 Name="Sandbox" 1418 Name="Sandbox"
(...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
2471 > 2463 >
2472 </File> 2464 </File>
2473 <File 2465 <File
2474 RelativePath=".\toolbar_model.h" 2466 RelativePath=".\toolbar_model.h"
2475 > 2467 >
2476 </File> 2468 </File>
2477 </Files> 2469 </Files>
2478 <Globals> 2470 <Globals>
2479 </Globals> 2471 </Globals>
2480 </VisualStudioProject> 2472 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698