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

Side by Side Diff: runtime/third_party/double-conversion/src/SConscript

Issue 8632010: double-conversion drop. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 # -*- coding: utf-8 -*-
Ivan Posva 2011/11/23 23:19:19 This file is not needed.
2 double_conversion_sources = [
3 'bignum.cc',
4 'bignum-dtoa.cc',
5 'cached-powers.cc',
6 'diy-fp.cc',
7 'double-conversion.cc',
8 'fast-dtoa.cc',
9 'fixed-dtoa.cc',
10 'strtod.cc'
11 ]
12 Return('double_conversion_sources')
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698