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

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

Issue 12726011: Enables cross-compilation of the VM for ARM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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 'dependencies': [ 9 'dependencies': [
9 ], 10 ],
10 'include_dirs': [ 11 'include_dirs': [
11 '.', 12 '.',
12 ], 13 ],
13 'sources': [ 14 'sources': [
14 'bignum.cc', 15 'bignum.cc',
15 'bignum.h', 16 'bignum.h',
16 'bignum-dtoa.cc', 17 'bignum-dtoa.cc',
17 'bignum-dtoa.h', 18 'bignum-dtoa.h',
18 'cached-powers.cc', 19 'cached-powers.cc',
19 'cached-powers.h', 20 'cached-powers.h',
20 'diy-fp.cc', 21 'diy-fp.cc',
21 'diy-fp.h', 22 'diy-fp.h',
22 'double.h', 23 'double.h',
23 'double-conversion.cc', 24 'double-conversion.cc',
24 'double-conversion.h', 25 'double-conversion.h',
25 'fast-dtoa.cc', 26 'fast-dtoa.cc',
26 'fast-dtoa.h', 27 'fast-dtoa.h',
27 'fixed-dtoa.cc', 28 'fixed-dtoa.cc',
28 'fixed-dtoa.h', 29 'fixed-dtoa.h',
29 'strtod.cc', 30 'strtod.cc',
30 'strtod.h', 31 'strtod.h',
31 'utils.h', 32 'utils.h',
32 ], 33 ],
33 }, 34 },
34 ], 35 ],
35 } 36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698