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

Side by Side Diff: runtime/third_party/double-conversion/src/double-conversion.gypi

Issue 184153002: - Update runtime/third_party/double-conversion to version 1.1.5. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2010 Google Inc. All Rights Reserved. 1 # Copyright 2010 Google Inc. All Rights Reserved.
2 2
3 { 3 {
4 'targets': [ 4 'targets': [
5 { 5 {
6 'target_name': 'libdouble_conversion', 6 'target_name': 'libdouble_conversion',
7 'type': 'static_library', 7 'type': 'static_library',
8 'toolsets':['target','host'], 8 'toolsets':['target','host'],
9 'dependencies': [ 9 'dependencies': [
10 ], 10 ],
11 'include_dirs': [ 11 'include_dirs': [
12 '.', 12 '.',
13 ], 13 ],
14 'sources': [ 14 'sources': [
15 'bignum.cc', 15 'bignum.cc',
16 'bignum.h', 16 'bignum.h',
17 'bignum-dtoa.cc', 17 'bignum-dtoa.cc',
18 'bignum-dtoa.h', 18 'bignum-dtoa.h',
19 'cached-powers.cc', 19 'cached-powers.cc',
20 'cached-powers.h', 20 'cached-powers.h',
21 'diy-fp.cc', 21 'diy-fp.cc',
22 'diy-fp.h', 22 'diy-fp.h',
23 'double.h',
24 'double-conversion.cc', 23 'double-conversion.cc',
25 'double-conversion.h', 24 'double-conversion.h',
26 'fast-dtoa.cc', 25 'fast-dtoa.cc',
27 'fast-dtoa.h', 26 'fast-dtoa.h',
28 'fixed-dtoa.cc', 27 'fixed-dtoa.cc',
29 'fixed-dtoa.h', 28 'fixed-dtoa.h',
29 'ieee.h',
30 'strtod.cc', 30 'strtod.cc',
31 'strtod.h', 31 'strtod.h',
32 'utils.h', 32 'utils.h',
33 ], 33 ],
34 }, 34 },
35 ], 35 ],
36 } 36 }
OLDNEW
« no previous file with comments | « runtime/third_party/double-conversion/src/double-conversion.cc ('k') | runtime/third_party/double-conversion/src/fast-dtoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698