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

Side by Side Diff: base/build/base.vcproj

Issue 10716: Move dmg_fp to base/third_party/dmg_fp and include the (Closed)
Patch Set: tot Created 12 years, 1 month 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 | « base/base.sln ('k') | base/third_party/dmg_fp/README.google » ('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="base" 5 Name="base"
6 ProjectGUID="{1832A374-8A74-4F9E-B536-69A699B3E165}" 6 ProjectGUID="{1832A374-8A74-4F9E-B536-69A699B3E165}"
7 RootNamespace="base" 7 RootNamespace="base"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 </File> 275 </File>
276 <File 276 <File
277 RelativePath="..\directory_watcher.h" 277 RelativePath="..\directory_watcher.h"
278 > 278 >
279 </File> 279 </File>
280 <File 280 <File
281 RelativePath="..\directory_watcher_win.cc" 281 RelativePath="..\directory_watcher_win.cc"
282 > 282 >
283 </File> 283 </File>
284 <File 284 <File
285 RelativePath="..\third_party\dmg_fp\dmg_fp.h"
286 >
287 </File>
288 <File
289 RelativePath="..\third_party\dmg_fp\dtoa.cc"
290 >
291 <FileConfiguration
292 Name="Debug|Win32"
293 >
294 <Tool
295 Name="VCCLCompilerTool"
296 DisableSpecificWarnings="4244;4554;4018; 4102"
297 />
298 </FileConfiguration>
299 <FileConfiguration
300 Name="Release|Win32"
301 >
302 <Tool
303 Name="VCCLCompilerTool"
304 DisableSpecificWarnings="4244;4554;4018; 4102"
305 />
306 </FileConfiguration>
307 </File>
308 <File
285 RelativePath="..\event_recorder.cc" 309 RelativePath="..\event_recorder.cc"
286 > 310 >
287 </File> 311 </File>
288 <File 312 <File
289 RelativePath="..\event_recorder.h" 313 RelativePath="..\event_recorder.h"
290 > 314 >
291 </File> 315 </File>
292 <File 316 <File
293 RelativePath="..\field_trial.cc" 317 RelativePath="..\field_trial.cc"
294 > 318 >
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 </File> 351 </File>
328 <File 352 <File
329 RelativePath="..\fix_wp64.h" 353 RelativePath="..\fix_wp64.h"
330 > 354 >
331 </File> 355 </File>
332 <File 356 <File
333 RelativePath="..\float_util.h" 357 RelativePath="..\float_util.h"
334 > 358 >
335 </File> 359 </File>
336 <File 360 <File
361 RelativePath="..\third_party\dmg_fp\g_fmt.cc"
362 >
363 <FileConfiguration
364 Name="Debug|Win32"
365 >
366 <Tool
367 Name="VCCLCompilerTool"
368 DisableSpecificWarnings="4102"
369 />
370 </FileConfiguration>
371 <FileConfiguration
372 Name="Release|Win32"
373 >
374 <Tool
375 Name="VCCLCompilerTool"
376 DisableSpecificWarnings="4102"
377 />
378 </FileConfiguration>
379 </File>
380 <File
337 RelativePath="..\hash_tables.h" 381 RelativePath="..\hash_tables.h"
338 > 382 >
339 </File> 383 </File>
340 <File 384 <File
341 RelativePath="..\histogram.cc" 385 RelativePath="..\histogram.cc"
342 > 386 >
343 </File> 387 </File>
344 <File 388 <File
345 RelativePath="..\histogram.h" 389 RelativePath="..\histogram.h"
346 > 390 >
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 > 970 >
927 </File> 971 </File>
928 <File 972 <File
929 RelativePath="..\worker_pool.h" 973 RelativePath="..\worker_pool.h"
930 > 974 >
931 </File> 975 </File>
932 </Files> 976 </Files>
933 <Globals> 977 <Globals>
934 </Globals> 978 </Globals>
935 </VisualStudioProject> 979 </VisualStudioProject>
OLDNEW
« no previous file with comments | « base/base.sln ('k') | base/third_party/dmg_fp/README.google » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698