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

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

Issue 2992593002: [infra] Begin removing gyp (Closed)
Patch Set: Created 3 years, 4 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
(Empty)
1 # Copyright 2010 Google Inc. All Rights Reserved.
2
3 {
4 'targets': [
5 {
6 'target_name': 'libdouble_conversion',
7 'type': 'static_library',
8 'toolsets':['target','host'],
9 'dependencies': [
10 ],
11 'include_dirs': [
12 '.',
13 ],
14 'sources': [
15 'bignum.cc',
16 'bignum.h',
17 'bignum-dtoa.cc',
18 'bignum-dtoa.h',
19 'cached-powers.cc',
20 'cached-powers.h',
21 'diy-fp.cc',
22 'diy-fp.h',
23 'double-conversion.cc',
24 'double-conversion.h',
25 'fast-dtoa.cc',
26 'fast-dtoa.h',
27 'fixed-dtoa.cc',
28 'fixed-dtoa.h',
29 'ieee.h',
30 'strtod.cc',
31 'strtod.h',
32 'utils.h',
33 ],
34 },
35 ],
36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698