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

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

Issue 56026: Move message flags into a separate header that can be used (Closed)
Patch Set: ctor Created 11 years, 9 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/message_box_flags.h » ('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="common" 5 Name="common"
6 ProjectGUID="{899F1280-3441-4D1F-BA04-CCD6208D9146}" 6 ProjectGUID="{899F1280-3441-4D1F-BA04-CCD6208D9146}"
7 RootNamespace="common" 7 RootNamespace="common"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 </File> 535 </File>
536 <File 536 <File
537 RelativePath=".\logging_chrome.h" 537 RelativePath=".\logging_chrome.h"
538 > 538 >
539 </File> 539 </File>
540 <File 540 <File
541 RelativePath=".\main_function_params.h" 541 RelativePath=".\main_function_params.h"
542 > 542 >
543 </File> 543 </File>
544 <File 544 <File
545 RelativePath=".\message_box_flags.h"
546 >
547 </File>
548 <File
545 RelativePath=".\message_router.cc" 549 RelativePath=".\message_router.cc"
546 > 550 >
547 </File> 551 </File>
548 <File 552 <File
549 RelativePath=".\message_router.h" 553 RelativePath=".\message_router.h"
550 > 554 >
551 </File> 555 </File>
552 <File 556 <File
553 RelativePath=".\mru_cache.h" 557 RelativePath=".\mru_cache.h"
554 > 558 >
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 > 838 >
835 </File> 839 </File>
836 <File 840 <File
837 RelativePath=".\worker_thread_ticker.h" 841 RelativePath=".\worker_thread_ticker.h"
838 > 842 >
839 </File> 843 </File>
840 </Files> 844 </Files>
841 <Globals> 845 <Globals>
842 </Globals> 846 </Globals>
843 </VisualStudioProject> 847 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/message_box_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698