Chromium Code Reviews| Index: runtime/third_party/double-conversion/README.dart |
| diff --git a/runtime/third_party/double-conversion/README.dart b/runtime/third_party/double-conversion/README.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6cf6b69724d53e0a20c3717d5264b5c3fd27ae40 |
| --- /dev/null |
| +++ b/runtime/third_party/double-conversion/README.dart |
| @@ -0,0 +1,11 @@ |
| +URL: http://code.google.com/p/double-conversion/ |
| +Version: d7a1ee5a309c ('Merge in "Reduce static" branch.'). |
| +License: BSD |
| +License File: LICENSE |
| + |
| +Description: |
| +This is the double->string and string->double library that has been developed |
| +for v8. |
| + |
| +Local Modifications: |
| +Removed the test directory, the Makefile and the scons-files. |