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

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

Issue 18263: Move search engines files into subdir (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 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/browser.scons ('k') | chrome/browser/browser_prefs.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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 </File> 595 </File>
596 <File 596 <File
597 RelativePath=".\spellchecker.cc" 597 RelativePath=".\spellchecker.cc"
598 > 598 >
599 </File> 599 </File>
600 <File 600 <File
601 RelativePath=".\spellchecker.h" 601 RelativePath=".\spellchecker.h"
602 > 602 >
603 </File> 603 </File>
604 <File 604 <File
605 RelativePath=".\template_url.cc"
606 >
607 </File>
608 <File
609 RelativePath=".\template_url.h"
610 >
611 </File>
612 <File
613 RelativePath=".\template_url_fetcher.cc"
614 >
615 </File>
616 <File
617 RelativePath=".\template_url_fetcher.h"
618 >
619 </File>
620 <File
621 RelativePath=".\template_url_model.cc"
622 >
623 </File>
624 <File
625 RelativePath=".\template_url_model.h"
626 >
627 </File>
628 <File
629 RelativePath=".\template_url_parser.cc"
630 >
631 </File>
632 <File
633 RelativePath=".\template_url_parser.h"
634 >
635 </File>
636 <File
637 RelativePath=".\template_url_prepopulate_data.cc "
638 >
639 </File>
640 <File
641 RelativePath=".\template_url_prepopulate_data.h"
642 >
643 </File>
644 <File
645 RelativePath=".\url_fetcher.cc" 605 RelativePath=".\url_fetcher.cc"
646 > 606 >
647 </File> 607 </File>
648 <File 608 <File
649 RelativePath=".\url_fetcher.h" 609 RelativePath=".\url_fetcher.h"
650 > 610 >
651 </File> 611 </File>
652 <File 612 <File
653 RelativePath=".\url_fetcher_protect.cc" 613 RelativePath=".\url_fetcher_protect.cc"
654 > 614 >
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
1399 </File> 1359 </File>
1400 <File 1360 <File
1401 RelativePath=".\sessions\tab_restore_service.h" 1361 RelativePath=".\sessions\tab_restore_service.h"
1402 > 1362 >
1403 </File> 1363 </File>
1404 </Filter> 1364 </Filter>
1405 <Filter 1365 <Filter
1406 Name="WebData" 1366 Name="WebData"
1407 > 1367 >
1408 <File 1368 <File
1409 RelativePath=".\encryptor.cc"
1410 >
1411 </File>
1412 <File
1413 RelativePath=".\encryptor.h"
1414 >
1415 </File>
1416 <File
1417 RelativePath=".\webdata\web_data_service.cc" 1369 RelativePath=".\webdata\web_data_service.cc"
1418 > 1370 >
1419 </File> 1371 </File>
1420 <File 1372 <File
1421 RelativePath=".\webdata\web_data_service.h" 1373 RelativePath=".\webdata\web_data_service.h"
1422 > 1374 >
1423 </File> 1375 </File>
1424 <File 1376 <File
1425 RelativePath=".\webdata\web_database.cc" 1377 RelativePath=".\webdata\web_database.cc"
1426 > 1378 >
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
2551 ObjectFile="$(IntDir)\$(InputNam e)1.obj" 2503 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
2552 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc" 2504 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
2553 /> 2505 />
2554 </FileConfiguration> 2506 </FileConfiguration>
2555 </File> 2507 </File>
2556 <File 2508 <File
2557 RelativePath=".\tab_contents\web_drop_target.h" 2509 RelativePath=".\tab_contents\web_drop_target.h"
2558 > 2510 >
2559 </File> 2511 </File>
2560 </Filter> 2512 </Filter>
2513 <Filter
2514 Name="Search Engines"
2515 >
2516 <File
2517 RelativePath=".\search_engines\template_url.cc"
2518 >
2519 <FileConfiguration
2520 Name="Debug|Win32"
2521 >
2522 <Tool
2523 Name="VCCLCompilerTool"
2524 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
2525 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
2526 />
2527 </FileConfiguration>
2528 <FileConfiguration
2529 Name="Release|Win32"
2530 >
2531 <Tool
2532 Name="VCCLCompilerTool"
2533 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
2534 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
2535 />
2536 </FileConfiguration>
2537 </File>
2538 <File
2539 RelativePath=".\search_engines\template_url.h"
2540 >
2541 </File>
2542 <File
2543 RelativePath=".\search_engines\template_url_fetc her.cc"
2544 >
2545 <FileConfiguration
2546 Name="Debug|Win32"
2547 >
2548 <Tool
2549 Name="VCCLCompilerTool"
2550 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
2551 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
2552 />
2553 </FileConfiguration>
2554 <FileConfiguration
2555 Name="Release|Win32"
2556 >
2557 <Tool
2558 Name="VCCLCompilerTool"
2559 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
2560 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
2561 />
2562 </FileConfiguration>
2563 </File>
2564 <File
2565 RelativePath=".\search_engines\template_url_fetc her.h"
2566 >
2567 </File>
2568 <File
2569 RelativePath=".\search_engines\template_url_mode l.cc"
2570 >
2571 <FileConfiguration
2572 Name="Debug|Win32"
2573 >
2574 <Tool
2575 Name="VCCLCompilerTool"
2576 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
2577 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
2578 />
2579 </FileConfiguration>
2580 <FileConfiguration
2581 Name="Release|Win32"
2582 >
2583 <Tool
2584 Name="VCCLCompilerTool"
2585 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
2586 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
2587 />
2588 </FileConfiguration>
2589 </File>
2590 <File
2591 RelativePath=".\search_engines\template_url_mode l.h"
2592 >
2593 </File>
2594 <File
2595 RelativePath=".\search_engines\template_url_pars er.cc"
2596 >
2597 <FileConfiguration
2598 Name="Debug|Win32"
2599 >
2600 <Tool
2601 Name="VCCLCompilerTool"
2602 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
2603 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
2604 />
2605 </FileConfiguration>
2606 <FileConfiguration
2607 Name="Release|Win32"
2608 >
2609 <Tool
2610 Name="VCCLCompilerTool"
2611 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
2612 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
2613 />
2614 </FileConfiguration>
2615 </File>
2616 <File
2617 RelativePath=".\search_engines\template_url_pars er.h"
2618 >
2619 </File>
2620 <File
2621 RelativePath=".\search_engines\template_url_prep opulate_data.cc"
2622 >
2623 <FileConfiguration
2624 Name="Debug|Win32"
2625 >
2626 <Tool
2627 Name="VCCLCompilerTool"
2628 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
2629 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
2630 />
2631 </FileConfiguration>
2632 <FileConfiguration
2633 Name="Release|Win32"
2634 >
2635 <Tool
2636 Name="VCCLCompilerTool"
2637 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
2638 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
2639 />
2640 </FileConfiguration>
2641 </File>
2642 <File
2643 RelativePath=".\search_engines\template_url_prep opulate_data.h"
2644 >
2645 </File>
2646 </Filter>
2561 <File 2647 <File
2562 RelativePath=".\browser_trial.cc" 2648 RelativePath=".\browser_trial.cc"
2563 > 2649 >
2564 </File> 2650 </File>
2565 <File 2651 <File
2566 RelativePath=".\browser_trial.h" 2652 RelativePath=".\browser_trial.h"
2567 > 2653 >
2568 </File> 2654 </File>
2569 <File 2655 <File
2570 RelativePath=".\cert_store.cc" 2656 RelativePath=".\cert_store.cc"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
2655 > 2741 >
2656 </File> 2742 </File>
2657 <File 2743 <File
2658 RelativePath=".\toolbar_model.h" 2744 RelativePath=".\toolbar_model.h"
2659 > 2745 >
2660 </File> 2746 </File>
2661 </Files> 2747 </Files>
2662 <Globals> 2748 <Globals>
2663 </Globals> 2749 </Globals>
2664 </VisualStudioProject> 2750 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/browser/browser.scons ('k') | chrome/browser/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698