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

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

Issue 19704: Introduce UrlPattern. (Closed)
Patch Set: more feedback 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="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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 </File> 302 </File>
303 <File 303 <File
304 RelativePath=".\render_messages.h" 304 RelativePath=".\render_messages.h"
305 > 305 >
306 </File> 306 </File>
307 <File 307 <File
308 RelativePath=".\render_messages_internal.h" 308 RelativePath=".\render_messages_internal.h"
309 > 309 >
310 </File> 310 </File>
311 </Filter> 311 </Filter>
312 <Filter
313 Name="extensions"
314 >
315 <File
316 RelativePath=".\extensions\url_pattern.cc"
317 >
318 </File>
319 <File
320 RelativePath=".\extensions\url_pattern.h"
321 >
322 </File>
323 </Filter>
312 <File 324 <File
313 RelativePath=".\animation.cc" 325 RelativePath=".\animation.cc"
314 > 326 >
315 </File> 327 </File>
316 <File 328 <File
317 RelativePath=".\animation.h" 329 RelativePath=".\animation.h"
318 > 330 >
319 </File> 331 </File>
320 <File 332 <File
321 RelativePath=".\child_process.cc" 333 RelativePath=".\child_process.cc"
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 > 750 >
739 </File> 751 </File>
740 <File 752 <File
741 RelativePath=".\worker_thread_ticker.h" 753 RelativePath=".\worker_thread_ticker.h"
742 > 754 >
743 </File> 755 </File>
744 </Files> 756 </Files>
745 <Globals> 757 <Globals>
746 </Globals> 758 </Globals>
747 </VisualStudioProject> 759 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698